Viewing 15 posts - 541 through 555 (of 2,636 total)
I haven't heard of corruption problems in SQL 2000 and I haven't used DTSBackup2000 to copy packages created in SQL 7.0, but I don't know why it wouldn't work. ...
January 29, 2009 at 11:51 am
Sailor (1/29/2009)
January 29, 2009 at 11:34 am
henkvisser (1/29/2009)
January 29, 2009 at 10:25 am
Congratulations! I'm glad to be a part of the best SQL Server site on the web.
January 29, 2009 at 9:21 am
Alvin Ramard (1/28/2009)
I feel like unsubscribing from that item but I'm scared to miss out on a few laugh.
What's funny about this thread is if the OP and the people...
January 28, 2009 at 3:17 pm
What you need to do is add an "on failure" workflow to each task and have it point to a task that does the audit table insert. Then when...
January 28, 2009 at 2:59 pm
This is getting old.
clperez, can you open the DTS package in DTS Designer?
January 28, 2009 at 12:49 pm
There's a free tool available here: http://www.sqldts.com/242.aspx that I like for copying a lot of packages at once.
January 28, 2009 at 10:16 am
Members of db_ddladmin can run DDL commands in the database so they can create objects (tables, views, stored procedures). It's a bit more restrictive than db_owner which can do...
January 27, 2009 at 3:50 pm
I'm not sure what your question is. I think you're saying you've created a package (SSIS, not DTS) and you want to know how to deploy it to a...
January 27, 2009 at 10:50 am
Gail's right. DTS does not log by default, either to SQL Server or to a file. Logging must be enabled in the package.
He's trying to figure out...
January 27, 2009 at 10:18 am
A DTS package will only log execution messages in sysdtspackagelog if you've enabled logging in the package itself. If there's no data in sysdtspackage log, it's probably because you...
January 26, 2009 at 5:11 pm
You can get the info you need from the sysjobs and sysjobhistory tables in msdb. Look at the sp_help_jobhistory stored procedure to see how it selects the info. ...
January 26, 2009 at 2:39 pm
It may be that, if you're using Windows authentication in the SMTP Connection Manager in the package, the SQL Agent account doesn't have access to the pdf files. Check...
January 26, 2009 at 9:58 am
Viewing 15 posts - 541 through 555 (of 2,636 total)