Viewing 15 posts - 391 through 405 (of 49,571 total)
January 26, 2018 at 6:13 am
And no, READ COMMITTED SNAPSHOT and ALLOW SNAPSHOT ISOLATION are not the same thing, they don not have the same effect in the database.
January 26, 2018 at 5:43 am
Keep in mind that enabling that has had only two effects.
1) All data modifications will now be writing their previous versions into the version store in TempDB
January 26, 2018 at 5:37 am
Might be in the default trace, I can't remember if jobs are one of the things it tracks.
Other than that, you'd need custom monitoring
January 26, 2018 at 5:35 am
Unless the whole thing was run in a transaction and not committed (so connection still open), your 'rollback' option is going to be restore from a backup taken before the...
January 26, 2018 at 12:26 am
xsevensinzx - Thursday, January 25, 2018 8:18 PMReally comparing apples to oranges here.
Not really. We're talking about consuming...
January 26, 2018 at 12:24 am
January 26, 2018 at 12:13 am
January 25, 2018 at 3:18 pm
Please note: 3 year old thread
January 25, 2018 at 2:15 pm
January 25, 2018 at 2:13 pm
You can't do row-level redirection in T-SQL. Inserts as an operation fail entirely.
What you will need to do is clean the data before you insert it into the...
January 25, 2018 at 12:32 pm
I've run it on more than 4GB of data. Could be one of the files is damaged and unreadable, Can't really tell from the error.
January 25, 2018 at 11:56 am
Row_number partition by name order by year and filter for that = 1 (you'll need a subquery or CTE)
January 25, 2018 at 7:28 am
Please don't post the same question multiple times.
No replies here please. replies to https://www.sqlservercentral.com/Forums/1920025/get-the-last-active-data
January 25, 2018 at 7:27 am
Viewing 15 posts - 391 through 405 (of 49,571 total)