Viewing 15 posts - 1 through 15 (of 22 total)
Generally: the log files first_lsn needs to be <= the full backups last_lsn and the log files last_lsn needs to be greater than the full backups last_lsn. When this condition...
August 27, 2019 at 12:27 pm
I'm surprised more people didn't choose 1,2,3. The update will fail, leaving the 2nd select giving the original values.
August 2, 2019 at 11:22 am
You definitely spend more time when you touch two keys "Shift + 7" to type the *, than when you type just "1".
I doubt this. Hitting SHIFT...
April 24, 2017 at 7:31 am
Lukasz H. (9/19/2016)
October 13, 2016 at 9:01 am
This only works within the dbo schema. To have it work with all tables, you'd need to change line 39 to do something like this:
select quotename(s.name) + '.' + quotename(t.name)
from...
July 5, 2016 at 5:49 am
Yes, the word "if" exists in that example. The distinction is closing out the request completely versus keeping it open. Removing the last sentence doesn't change anything.
It's like if someone...
November 25, 2015 at 1:04 pm
cdesmarais 49673 (11/25/2015)
sequelgarrett (11/25/2015)
cdesmarais 49673 (11/25/2015)
November 25, 2015 at 12:32 pm
cdesmarais 49673 (11/25/2015)
November 25, 2015 at 12:04 pm
What advantages does this have over sp_whoIsActive?
October 21, 2015 at 5:46 am
This is really neat. If I didn't have Litespeed I would definitely use this.
July 28, 2015 at 5:56 am
The question is what matters, not the title. The answer to the question asked is 524 PB. If the OP intended for it to be express edition, it should have...
July 24, 2015 at 5:26 am
Do the number of columns in the definition of the view really matter from a performance perspective? I thought the columns returned from a view only matter when the view...
June 23, 2015 at 5:39 am
<edit>
April 10, 2015 at 5:40 am
Lynn Pettis (11/14/2014)
November 14, 2014 at 7:10 am
Viewing 15 posts - 1 through 15 (of 22 total)