Viewing 15 posts - 1 through 15 (of 16 total)
Yes, it should be. I just wanted to make sure it was....
September 6, 2007 at 3:15 pm
When the tables were linked, was the "Save password" box checked"? I had the same problem happen to me until I deleted them and re-created the links.
September 6, 2007 at 2:09 pm
Did you ever get this resolved? I execute DTS packages from my .NET application all of the time without any problems.
August 13, 2007 at 10:03 am
Here is another link that may help. I've used this a few times thanks to another member's input:
http://www.sqldts.com/default.aspx?254
Good luck, Sandi
March 23, 2007 at 8:11 am
Thanks for your replies. I've actually solved the problem - I think I deserve the headbanging I was taking after this one...
In my .NET code I neglected to code the...
October 24, 2006 at 7:56 am
Don't know if this will make a difference, but instead of using SELECT INTO, FROM, try using INSERT INTO, SELECT FROM.
Example:
INSERT INTO #Temp Table (col1, col2, col3, etc)
SELECT (col1, col2,...
October 26, 2005 at 7:51 am
That worked!!! Thanks for your help Mike - that's a neat workaround.
Sandi
September 28, 2005 at 12:40 pm
Hi all. Sorry I haven't replied - just returned from a short vacation.
Mike,
Thanks for the suggestion. I'll try it as soon as I can unbury myself from the...
September 27, 2005 at 7:33 am
Mike,
I'm sorry, but I gave you the wrong info. I'm not doing an Execute Sql Task, but rather using an exec SQL query in the Transform Data Task Properties which...
September 21, 2005 at 9:41 am
Another option is to create a stored procedure in SQL that will bring back your complete recordset. Bring in the recordset through your application, and then use the rowfilter property...
September 21, 2005 at 7:41 am
Hi Mike,
Yes, I am calling a stored procdure from an Execute SQL Task. The parameters match: the first one is date in DTS and datetime in SP. The second one...
September 21, 2005 at 7:22 am
The package has the global variables set. The package itself has the errors. It's a step error, and the step error description is "The parameter is incorrect."
September 16, 2005 at 1:13 pm
No, I haven't. I'm not sure how to run a package with global variables(with different values than the ones it's set to in the package).
Sandi
September 16, 2005 at 12:59 pm
You can do this in the reports designer. Under the special fields section, insert the print date in the page footer. Then format the date. One of the choices is...
August 31, 2005 at 8:11 am
Glad you got it working
June 3, 2005 at 9:31 am
Viewing 15 posts - 1 through 15 (of 16 total)