Viewing 15 posts - 211 through 225 (of 4,745 total)
Hmmm, I read the question as
'as the clustered key is included in the leaf level of the non-clustered index do you need to add it to non-clustered indexes explicitly'
to...
April 28, 2014 at 8:54 am
Gail, would you mind expanding on that? Would not the answer to this be 'it depends', and the only way to be sure is to see if the optimiser uses...
April 28, 2014 at 7:17 am
I was hoping as it was easter this would be worth 7 points 🙂
April 18, 2014 at 9:40 am
spaghettidba (4/17/2014)
Wild guess: daylight saving?
yes, pretty sure i have seen this when the clocks go back
April 17, 2014 at 7:29 am
no problems, good to remind myself about it.
The where clause of database_id > 5 was to omit adventure_works for me, so ensure that value is what you want for your...
April 15, 2014 at 9:46 am
I wasn't referring to your reply Gail, we were typing at the same time. Memory:Available MBytes is the counter I intended, but too lazy to type it out!
April 15, 2014 at 9:02 am
mlwiller2 (4/15/2014)
April 15, 2014 at 8:47 am
If your service pack reported an error I would assign those permissions and re-run it if I was you.
It may appear to hang together as its the log file that...
April 15, 2014 at 8:31 am
mlwiller2 (4/15/2014)
April 15, 2014 at 7:01 am
worth a mention (for DBAs anyway) is that backup encryption is available in 2014
April 14, 2014 at 5:32 am
the file will not be reduced in size until the very end when the shrink process has completed compacting the data. If you tried to shrink it by the full...
April 11, 2014 at 8:07 am
..........which gives me another idea, use the cursor to insert into a temp table then select out of the table.
April 11, 2014 at 4:57 am
there are two ways around this I can see - a simple workaround would be run the query so the output is in text mode, does that suit?? Also your...
April 11, 2014 at 4:48 am
if you just want database roles users have granted use sp_helprolemember.
This could be put in a cursor which loops through all your databases
April 10, 2014 at 9:19 am
Viewing 15 posts - 211 through 225 (of 4,745 total)