Viewing 15 posts - 76 through 90 (of 322 total)
Its a topic I covered a couple weeks back while studying for the exam. It made my day to get it right.
Thanks.
February 17, 2010 at 6:26 am
Great article!
Really good info from Jim Cheong too!
I know I'll be upgrading some old Excel work sooner rather than later, and the current lack of a 64 bit Jet driver...
February 17, 2010 at 6:20 am
Any recommendations for training"
I've been using the 70-432 Self Paced Training Kit, MS Press Implementation and Maintenance, and found that Reagan's Trust but Verify adage holds true for it, so...
February 12, 2010 at 7:54 am
Of course it's different for any given circumstance. But regardless, I like to think that - say Monday is a holiday. When Tuesday morning comes, I would like to be...
February 12, 2010 at 7:30 am
Oh how well I recall the price for not archiving...:rolleyes:
Excellent article!
February 10, 2010 at 7:21 am
Hey! That's just good stuff.
Thanks for a well written article.
February 9, 2010 at 8:57 am
Lynn Pettis (2/9/2010)
Good question. Easy if you understand recovery models and backup/restore processes.
Yeah. What he said. Full means complete, all in one.
Nice question.
February 9, 2010 at 8:46 am
paul.goldstraw (2/1/2010)
Nothing wrong with any of that, but for those who don't know the answer, should they be running the code before they answer, or after they have answered and...
February 1, 2010 at 10:46 am
It's a good QOD because it served it's purpose of educating some, and now everyone has their points. For those who haven't checked out @@ROWCOUNT in BOL, please do so.
Note...
January 29, 2010 at 2:07 pm
@@ROWCOUNT always returns the number of rows affected by the most recent command on the current connection.
Some commands might surprise you. The following returns 1, 1.
declare @ChangeRowCount bit
set @ChangeRowCount =...
January 29, 2010 at 8:18 am
GSquared (1/25/2010)
Someone mentioned the idea of prefixing with the company name. I've seen that, and it's a pain to deal with.
I mentioned using a company abbreviation prefix as a...
January 25, 2010 at 2:20 pm
I typically have never seen the need for prefixing the object names in any database that I developed with the exception of some field names, and I come from a...
January 25, 2010 at 8:09 am
WayneS (1/24/2010)
Edit: I also curious... how much are cascading updates/deletes used in a production environment? Personally, I've never seen it actually used, so I'm curious as to how much it...
January 25, 2010 at 7:33 am
Viewing 15 posts - 76 through 90 (of 322 total)