Viewing 15 posts - 346 through 360 (of 411 total)
In the case of non clustered indexes, each one needs to be maintained for every insert, update and delete - so that the index matches the table data.
So if...
March 8, 2011 at 8:22 am
Gail,
Boy, I'm battin a million today. I misspoke and meant the CI value, not the PK value. I definitely know the difference.
I need to measure twice and cut once...
March 8, 2011 at 8:03 am
Right. Thanks Gail. <pounding head on keyboard>
I appreciate the clarity and had a funny feeling that I was missing something when I clicked post. Next time, I'll double check first....
March 8, 2011 at 7:51 am
Right, the PK is already included in every NCI in a table with a clustered index, so the include is not needed/desired.
See the est exec plan with the include...
March 8, 2011 at 7:42 am
Everything gets logged in the tlog in all cases. This is required for the database to be consistent (ACID). Please see today's editorial.
The difference is that in simple mode,...
March 8, 2011 at 7:35 am
HA!
If it wasn't for the Murphy's of the world, we wouldn't need a tlog in the first place. But here we are, now everyone gets to become very familiar with...
March 7, 2011 at 10:27 pm
It is easy to install both instances so that they run side-by-side. Just don't select n upgrade option and specify a different instance name.
If you want to upgrade the...
March 6, 2011 at 1:53 pm
Right. I should have clarified that rather than understate the rework. Could have saved you the time of posting more clarity.
March 6, 2011 at 11:32 am
Ray,
Thanks for bringing out the preshutdown.
Technically, at the end of the day, there is no difference to the recoverability of the data, just when the finalizing of the data...
March 6, 2011 at 11:27 am
I was thinking along the lines of lutz. But since this will be slightly harder than a search and replace, try a tool like red gate's SQL search.
March 6, 2011 at 9:44 am
And every once in a blue moon, especially in older versions of SQL server, the statistics can become corrupt, causing SQL server to retrieve data 'the slow way' (explained for...
March 6, 2011 at 9:24 am
If you only deploy your database to SQL azure and leave your web app on your local server (or hosted elsewhere), then the application may be pretty slow depending on...
March 6, 2011 at 9:04 am
Ok, thanks for the clarification.
Google sp_grantlogin. This will help you begin the research process to do what you are doing. The sql login that executes sp_grantlogin and the many...
March 6, 2011 at 8:23 am
Ray,
I was not referring to option 1 - the user directly stopping the sql service.
In the example that I was referring to (option 2), I noted that...
March 6, 2011 at 8:09 am
Viewing 15 posts - 346 through 360 (of 411 total)