Activity overview
Latest activity by ipelly
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...
View changes by date / user
Is it possible to review history by date or user? e.g. I'd like to see all the updates made in February, or all the updates made by user Joe. Thanks.
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...