Viewing 15 posts - 31 through 45 (of 45 total)
I just simulated your example on our servers and noticed a couple of things. First, make sure the "xp_cmdshell" option is enabled on the SQL2005 box. Second, take...
August 4, 2006 at 10:51 am
At what point is the Dynamic Property task being run in the package? In most cases you'll want that task to run first.
June 5, 2006 at 8:04 am
A Microsoft evangelist recently mentioned in a meeting that licensing is on a per-socket basis, not per processor, so you should run into no licensing issues as long as you...
June 1, 2006 at 11:09 am
Do you have the XML definition file created? If so, what type?
May 12, 2006 at 10:42 am
I agree. Remember that SQL2000 DTS is more like ELT than ETL. In the past I've loaded the table into a temp and used a series of strings/substrings...
May 9, 2006 at 1:08 pm
I know this post is late in the game, but it is mainly "food for thought" for those struggling with suspect databases in the future. "Suspect" can also appear...
May 7, 2006 at 11:09 pm
One thing you can try is sticking message boxes with the variable value in areas where you have questions. Comment the code underneath it out so that it doesn't...
November 8, 2005 at 10:55 am
Make sure you're using a UNC path to access the files when running the DTS package under your account instead of a mapped drive.
September 2, 2005 at 12:57 pm
Have you tried a "select into" statement? Seems to work well. All you have to give is a table name. For subsequent running of a select into...
August 19, 2005 at 12:30 pm
The only way I know to use/access extended DTS objects is through the use of ActiveX scripts.
August 19, 2005 at 11:58 am
Well, there seems to be a number of ways to do it. I've gone with importing the table names into a table in tempdb, rummaging through them for the...
August 1, 2005 at 6:05 pm
I also agree with Greg and Remi. You can create a DTS package that uses a select into statement. Then you can transform the data as needed and...
June 26, 2005 at 12:05 pm
I know this is ignorant sounding, but did you change the connection string from [local] to the new SQL box?
June 17, 2005 at 11:04 am
I received my first issue of Database Daily Update today and enjoyed it very much. Keep up the great work-I look forward to future issues!!!
February 7, 2005 at 5:43 pm
Viewing 15 posts - 31 through 45 (of 45 total)