Viewing 15 posts - 541 through 555 (of 2,635 total)
Sailor (1/29/2009)
Greg
January 29, 2009 at 11:34 am
henkvisser (1/29/2009)
Greg
January 29, 2009 at 10:25 am
Congratulations! I'm glad to be a part of the best SQL Server site on the web.
Greg
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...
Greg
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...
Greg
January 28, 2009 at 2:59 pm
This is getting old.
clperez, can you open the DTS package in DTS Designer?
Greg
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.
Greg
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...
Greg
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...
Greg
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...
Greg
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...
Greg
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. ...
Greg
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...
Greg
January 26, 2009 at 9:58 am
Brian Knight also has a product that is advertised to migrate all packages in an instance. http://www.pragmaticworks.com/dtsxchange.htm
I haven't tried it, but I've read the specs and may try the free...
Greg
January 23, 2009 at 9:10 am
Viewing 15 posts - 541 through 555 (of 2,635 total)