- Work items will NOT be duplicated during branching or merging process
- The work item links will NOT be updated or extend with links referencing the new branch/merged items
- Work items exist at a logical level that is distinct from that of the source control repository. That means the branching of the source code or merging between two branches has no impact on work items.
Converting from bytes to terabytes is very easy considering that terabyte = 1024*Gigabyte = 1024 * 1024 * Megabyte = 1024 * 1024 * 1024 KiloByte = 1024 * 1024 * 1024 * 1024 * Byte Query below gives number of documents in a media and the total size of the documents. See how you have used Alias in the query SELECT [MEDIA] = X.media_id, [TOTAL] = COUNT(*), [Size_KB] = SUM (Size_MB) FROM ( SELECT d.edoc_id, d.media_id , SIZE_MB = ( CAST(ISNULL(d.Size1,0) AS DECIMAL) + ...
Comments
Post a Comment