Viewing 15 posts - 16,726 through 16,740 (of 22,213 total)
Justa Developer (8/13/2009)
Grant Fritchey (8/13/2009)
Introductory error handling article[/url]. It includes 2000 and 2005/2008 syntax.Oh, that is lovely, thanks Grant! I'm learning tons and tons!
Pleasure!
August 13, 2009 at 1:00 pm
RBarryYoung (8/13/2009)
Another real Gem...
I went to respond to your interpretation of the SSMS shorthand and decided that it would look too much like picking on the guy who did it....
August 13, 2009 at 12:39 pm
August 13, 2009 at 12:03 pm
Can you post the code you tried that didn't work?
It is possible in a single query.
August 13, 2009 at 12:01 pm
GilaMonster (8/13/2009)
sivark1 (8/12/2009)
pls tell how to c the o/p of the profilerWhat?
Guessing:
Please tell me how to see the output of the profiler?
But I could sure be wrong. Whole words make...
August 13, 2009 at 9:18 am
jcrawf02 (8/13/2009)
August 13, 2009 at 9:14 am
What's in your query window? For that matter, what does the procedure look like? Is the tab "Execution Plan" opening when you request the estimated plan? If so, maybe you...
August 13, 2009 at 6:59 am
Run a query using the EXISTS keyword. Look it up in the Books Online.
August 13, 2009 at 6:55 am
Personally, being a paranoid type, I'd use backup & restore. Why not. It leaves the database in place on the first server in case something goes wrong while getting it...
August 13, 2009 at 6:52 am
What's wrong with using a server side trace?
But, you can also query the dynamic management views (dmv), such as sys.dm_exec_requests to see which database is getting a lot of activity....
August 13, 2009 at 6:50 am
Look up the command sp_msforeachdb. It's considered to be an undocumented command, but it's been around for a very long time with no signs of going away. You can use...
August 13, 2009 at 6:46 am
Personally, I'd recommend both. Put the constraint in the database to prevent accidental violation of the rules, and put code into the front-end that checks on the rules and neatly...
August 13, 2009 at 6:41 am
Jack Corbett (8/13/2009)
Grant Fritchey (8/13/2009)
"And this article I wrote was plagiarized five...
August 13, 2009 at 6:39 am
This is going to become a new badge of honor for people going for jobs or qualifying for MVP:
"And this article I wrote was plagiarized five times in the last...
August 13, 2009 at 6:24 am
Viewing 15 posts - 16,726 through 16,740 (of 22,213 total)