Viewing 15 posts - 241 through 255 (of 2,486 total)
Strange.
Couple of things that should have been covered up front. What OS and SQL version are you running?
Are these jobs scheduled, or are you manually starting all of them?
July 14, 2007 at 2:36 am
Take a look at the Qn in this article about Concurrent Sql Server Agent Jobs
July 13, 2007 at 10:07 am
Don't follow contrived "best practice" if it doesn't suit your business requirements. In the document referenced by Alzdba, under the heading "Test Methodology", they basically admit to cooking the tests...
July 10, 2007 at 3:41 am
July 8, 2007 at 5:16 pm
Glad you found a solution that worked for you. Just be aware that the sp_OA* procedures used in that article are notrious for memory leaks.
July 7, 2007 at 9:03 pm
Why would you be using an ExecuteSQL task? If you've defined the connections, then just add a datapump between them.
If you're stuck on using the ExecuteSQL task then you'll need...
July 5, 2007 at 6:32 pm
Another option for email is XPSMTP available from http://www.sqldev.net
July 5, 2007 at 6:24 pm
For the data driven query, have you specified both the insert and update statements?
Is there a specific reason why you can't pump the data to the source and the run...
July 5, 2007 at 6:23 pm
At a guess I'd say that the profile that the DTS package is running under doesn't contain the INI file setting in it's environment.
How about just passing the INI file...
July 5, 2007 at 6:20 pm
The SQL Statement you execute in DTS won't know about the connections defined within the package.
Best way to do this would be to have a Datapump task transfer the data...
July 4, 2007 at 6:04 pm
Why would you go to all this trouble? Just setup Database Mail instead it uses SMTP.
July 2, 2007 at 11:19 pm
You'd just compress the file before attaching it. There are a number of command-line compression tools. One we've used extensively is GZip (www.gzip.org).
July 2, 2007 at 5:24 pm
John, what errors are you receiving. I've setup log shipping to both a second instance and a different database on the same instance.
June 27, 2007 at 8:12 pm
Ahhh ... you'll need to post the images to on of the many photo sharing websites and then post the urls for us to see the images.
June 27, 2007 at 7:02 am
Viewing 15 posts - 241 through 255 (of 2,486 total)