Viewing 15 posts - 31 through 45 (of 80 total)
My first candidate for a SQL Server 2016 migration will be our SQL Monitor database (currently running on a SQL Server 2012 server). I will probably migrate the database during...
June 19, 2016 at 3:33 am
info.sqldbamail (6/16/2016)
Now i understood there will be a buffer pool with data, free pages with 8KB buffers and plan cache and data cache where SQL will load...
June 16, 2016 at 7:52 am
siarsko (6/16/2016)
Super 🙂May I ask why that happened?
That's beyond my comprehesion.
Somehow it seems like the second commit "rolls back" the result of the first commit when READ_COMMITED_SNAPSHOT is set...
June 16, 2016 at 6:13 am
siarsko (6/16/2016)
Yes, I am sure.Maybe we have different database isolation ?
I use READ_COMMITED_SNAPSHOT isolation
[/code]
Yep, that's it! My test database has READ_COMMITED_SNAPSHOT set to OFF. I changed it to ON, ran...
June 16, 2016 at 5:35 am
Both tests should produce the same results, are you 100% sure you executed the statements in the same order as listed in your post?
June 16, 2016 at 4:27 am
Interesting article. It leads me to a phenomen I've often seen in the IT industry; people selling in skills they don't posess, calling themselves "experts" in areas they have mediocre...
June 16, 2016 at 3:48 am
Buffer cache is just another name for the buffer pool, both names means the same thing: 8k data pages stored in memory. Buffer cache hit ratio is the percentage of...
June 16, 2016 at 3:15 am
Stretch database gonna help Microsoft pay for LinkedIn? 😉
June 16, 2016 at 2:55 am
I think this is a sensible change to the algorithm.
June 16, 2016 at 2:32 am
Steve Jones - SSC Editor (6/14/2016)
June 15, 2016 at 3:36 am
The collate clause needs to be specified on every varchar column in the query, also in the JOIN if you're joining on varchar columns.
But the easiest solution is probably to...
June 14, 2016 at 5:11 am
tmmutsetse (6/14/2016)
"Implicit conversion of varchar value to varchar cannot be...
June 14, 2016 at 4:04 am
I've yet to actually use the Resource Governor. But the question made me read up on it.
June 14, 2016 at 3:35 am
15 years back I spent only a fraction of my work time on security related tasks. I can at least count the time spent in percentages today. But to be...
June 13, 2016 at 5:03 am
Viewing 15 posts - 31 through 45 (of 80 total)