Viewing 14 posts - 16 through 29 (of 29 total)
I can see the reason for keeping databases segregated when you have a number of databases that each services an individual client and the databases are of high visibility to...
May 23, 2010 at 9:30 pm
Perhaps my sense of humor is twisted, but the funniest thing about this prank are the replies from the people who are upset by it.
Thanks for the laugh.
April 1, 2010 at 1:52 pm
phillip.snipes (1/19/2010)
I'd like to give this approach a try as it fits our use case scenario quite well but, I do not see the table creation scripts for the objects...
January 19, 2010 at 5:45 pm
Nice article. Thank you for taking the time to do this.
January 18, 2010 at 3:55 pm
Thanks Nick. It looks interesting and if it's not too much to ask, I would like to see your solution published in an article so I can explore what it...
January 14, 2010 at 8:38 am
nlarge (1/13/2010)
I would be very grateful if you could explain [or point me in the direction of] an explanation of how to extract information like the...
January 13, 2010 at 3:33 pm
I would strike the word delete from this list and add DBCC CheckDB, alerts for fatal errors and error 825.
January 13, 2010 at 2:11 pm
nlarge (1/12/2010)
Just like in IT there is *most* of the time a solution that suits the problem. In this case, although the desired result is to *run* a package...
January 12, 2010 at 4:01 pm
You are correct macqueen, the end conversation is missing.
Thank you.
January 12, 2010 at 3:33 pm
Ben Sullins-437405 (1/12/2010)
January 12, 2010 at 10:16 am
If you use the stored procedure, "start dtexec" won't be executed, but "dtexec" will and it will wait for the command to complete.
January 12, 2010 at 8:52 am
There is another advantage to using this as opposed to SQL Agent. You can regulate the number of packages that execute concurrently by setting the max_queue_readers value.
The following example would...
January 12, 2010 at 7:55 am
I rebooted and now it seems to be hung at the point where it tries to import the perfmon data. It's been hung at this point for about 10 minutes...
December 1, 2006 at 1:14 pm
I found something somewhere in a google search where they were able to get it to work after a reboot. I'm going to give it a try later. I'll update...
December 1, 2006 at 12:48 pm
Viewing 14 posts - 16 through 29 (of 29 total)