Viewing 15 posts - 1,276 through 1,290 (of 2,635 total)
You're welcome. It really makes a difference when we can see the actual error message.
Greg
Greg
December 19, 2007 at 2:35 pm
You may have discovered by now that the Migration Wizard is for converting DTS packages to SSIS packages, not for moving them to a SQL 2005 instance as legacy DTS...
Greg
December 19, 2007 at 2:32 pm
Me too. I think I saw a comment from Steve recently where he said he would look at bringing it back but it was incompatible with the current forum...
Greg
December 19, 2007 at 2:17 pm
There isn't a forum specific search, but you can use the search box in the upper right corner of the page and it will list forum posts that relate to...
Greg
December 19, 2007 at 12:19 pm
We saved DTS packages as files using DTSBackup2000 from http://www.sqldts.com/. In SSMS in the SQL 2005 instance, we imported the package files and saved them to SQL Server, then...
Greg
December 19, 2007 at 10:14 am
Whether it's possible depends on several things. How much time elapsed since the data was deleted? Do you have backups of the database? Do you know what...
Greg
December 18, 2007 at 3:33 pm
I suspect this is the classic "SQL Server Agent security" problem. I've found this KnowledgeBase article helpful: http://support.microsoft.com/?kbid=918760
Greg
Greg
December 18, 2007 at 3:23 pm
It looks like the package is starting and the error is generated by DTSStep_DTSDataPumpTask_5. Check the connection used by the Transform Data task and make sure it's set to...
Greg
December 18, 2007 at 2:47 pm
Do you have "fail package on first error" property set in the subpackage? If not, it would complete successfully and the Execute Package task in the parent package would...
Greg
December 18, 2007 at 10:46 am
The specific permissions the login needs in msdb are EXECUTE on sp_enum_dtspackages, sp_get_dtspackage, and sp_get_dtsversion.
Would you post the exact error message that the user gets? Have you...
Greg
December 18, 2007 at 9:28 am
I've used DTSRUNDEC and it does work, but the method I described was easier to use so I've stuck with it. I'm curious about why it didn't work for...
Greg
December 17, 2007 at 12:20 pm
I may not understand your question. Do you want to know what SSMS does behind the scenes when you run something in a query window? If so, then...
Greg
December 17, 2007 at 10:33 am
That will only work if the package name was used in the step description. What you need to do is
decrpyt the DTSRUN command. Do this:
copy the command to...
Greg
December 17, 2007 at 9:48 am
Do you get an error when the job fails? If so, please post the error message here.
Thanks
Greg
Greg
December 17, 2007 at 9:38 am
SQL Server Management Studio (SSMS) is the graphical mangement tool for SQL Server 2005. It includes a query tool.
SQL Server Query Analyzer (hopefully this is what you mean) is...
Greg
December 13, 2007 at 2:57 pm
Viewing 15 posts - 1,276 through 1,290 (of 2,635 total)