Viewing 15 posts - 1,741 through 1,755 (of 2,636 total)
Do you mean the object browser? Either press F8 or click on Tools, Object Browser, Show/hide.
Greg
December 21, 2006 at 3:26 pm
An easy way to generate a DTSRUN command is to use the dtsrunui utility. You can find instructions for it's use in BooksOnLine, but basically you run it from a...
December 20, 2006 at 9:08 am
According to "Professional SQL Server 2000 DTS", an Active-X Script task can't join the package transaction, so you wouldn't be able to rollback the transaction if the file copy failed. ...
December 19, 2006 at 2:52 pm
Run this:
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
If the results look like this: '9.00.2047.00 SP1 Standard Edition', you've got SP1.
Greg
December 18, 2006 at 5:53 pm
The only way I know of would be to attach the file to an existing SQL Server instance then use DTS to export to Excel or Access.
Greg
December 18, 2006 at 5:41 pm
Create another connection specifying where you want to copy the file to. Then, use a Transform Data task between the source connection and the new connection. The csv file will...
December 18, 2006 at 5:34 pm
Another option is to use DTSBackup 2000, freeware written by Darren Green. You can transfer multiple packages and it works great. Download it here:
http://www.sqldts.com/default.aspx?242
As for jobs, I'd script them...
December 18, 2006 at 12:04 pm
Maybe this? http://support.microsoft.com/kb/841001/en-us
Greg
December 15, 2006 at 10:13 am
Sorry, I can't be much help then. Unless you can figure out what ExecuteDTS is doing. Maybe it's a stored procedure that uses DTSRun?
Greg
December 15, 2006 at 10:08 am
Is the SQL2005 instance on a different domain? It sounds like the password validation rules are different than those of the domain where the SQL2000 instance resides.
Greg
December 15, 2006 at 9:59 am
No problem. I just set up Database Mail for the first time myself and that's what tripped me up so I recognized the problem.
Greg
December 15, 2006 at 9:46 am
I have to admit I've never heard of executing a DTS package this way. I thought that SQLExecute was only for SQL statements. Have you been able to run DTS...
December 15, 2006 at 9:38 am
Carl,
Did you designate Database Mail as the mail system for SQL Server Agent?
Greg
December 14, 2006 at 2:16 pm
Do you mean logins? Users exist in databases and will be transferred when you move a database to another instance. Moving logins between SQL 2000 and SQL 2005 instances is...
December 14, 2006 at 2:08 pm
What is "Exporting Backup"? Is it a DTS package where you're using the query in a Transform Data task?
Greg
December 14, 2006 at 10:44 am
Viewing 15 posts - 1,741 through 1,755 (of 2,636 total)