Comments
Sort by recent activity
Thanks Alessandro - you are correct. I could do that... it's a bit painful, in that there are 25 databases under source control in 25 different areas of TFS, which, unless I'm missing something, means I have to find and query them one by one. It'd be way easier if a mechanism to search/navigate the changes were built into the SQL Source Control UI within SSMS. But thanks! / comments
Thanks Alessandro - you are correct. I could do that... it's a bit painful, in that there are 25 databases under source control in 25 different areas of TFS, which, unless I'm missing something, me...
Forgot to add one (maybe two) critical bits of information to the above: 1) I'm comparing a differential backup to the full backup in the same backup set, and 2) the varbinary(max) column is stored in a FileStream. However, when I compare a backup to a live database, I don't see the issue, i.e. the varbinary(max) column content is included in the script as a long (base64?) string. / comments
Forgot to add one (maybe two) critical bits of information to the above: 1) I'm comparing a differential backup to the full backup in the same backup set, and 2) the varbinary(max) column is stored...