hi there, i am having issue with dts. i am importing data between 2 servers. Error "Sorurce : Microsoft Data Transformation Services (DTS) data pump invalid pointer" Thanks Danny
What type of data providers are these 2 server? If you are using a TSQL or SP then use SET NOCOUNT ON at the start of the procedure. Satya SKJ Microsoft SQL Server MVP Writer, Contributing Editor & Moderator http://www.SQL-Server-Performance.Com This posting is provided AS IS with no rights for the sake of knowledge sharing. Knowledge is of two kinds. We know a subject ourselves or we know where we can find information on it.
I got the solution.. The query was issuing warnings and thats why it was giving errors. I just added set ansi_warnings off and it worked fine. Thanks for reply Danny
But in the query if you are refering any linked server then <set ansi_warnings off> returns error.. It doesn't set on that time!!