Viewing 15 posts - 1 through 15 (of 16 total)
Here is the link which helped me to easily solve the CSV reading file and spliiting issue..using a simple RegEx solution 🙂
December 7, 2009 at 6:05 am
Thanks in Advance 🙂
Any other CSV parser code specific to SSIS Script component ?
December 4, 2009 at 6:51 am
yeah, i'm working on that workaround also........
can you give me a script where i can split the input buffer string based on column delimiter [;] with giving preference to Text...
December 4, 2009 at 5:42 am
I tried with above mentioned setting and other possible different settings , but still i get the same error
Time Out.
any help is appreciated
May 19, 2009 at 12:48 am
Thanks for the info,
Do you know in any way can i specify the "Named Pipe' as the protocol for DTS migration wizard source connection in BIDS ?
Thanks for all your...
May 18, 2009 at 5:21 am
I assume you are connecting from SSMS 2005? Is TCP/IP enabled on this Server?
Yes i'm using SQL Server Management Studio 2005 for connecting to SQL 2000
No TCP/IP is not...
May 18, 2009 at 5:00 am
Here is the error message details:
TITLE: DTS Migration Wizard Error
------------------------------
Failed to connect to server 10.128.10.59. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
ADDITIONAL INFORMATION:
Timeout expired. The timeout period elapsed prior to completion of the operation or...
May 18, 2009 at 2:52 am
Here is one more update,
In SQL 2005 , if i choose "Named piper" as network protocol its successfully able to connect to the SQL 2000 server.
but if i choose "both...
May 18, 2009 at 12:21 am
Thanks a lot....
after setting ByPass Prepare to TRUE it worked exactly fine as you mentioned.
last time i missed that one..sorry it was my mistake.
and again thanks thanks a...
April 12, 2009 at 11:02 pm
Yahoooooooooooooo !
After Setting "Bypass Prepare" property to "True" it executed succesfully....thanks a lot.
can anybody know why its happening? without that why it won't work?
April 12, 2009 at 11:00 pm
after working for some time , i was able to find that
parameters passed to a query will work fine
but parameter passed to a Declared variable was giving syntax error...
April 9, 2009 at 4:40 am
After setting result set to None , the hard coded query worked fine but not variable mapped query.
any idea why variables are not mapping ?
April 9, 2009 at 1:36 am
Instead of Variable Mapping i tried with hard coded values like below, but still i got differenr error , :
IF (SELECT COUNT(*) FROM MASTER.DBO.SYSSERVERS WHERE SRVNAME = 'TEST') >...
April 8, 2009 at 5:16 am
I tried with the same with out success
Here is the result :
[Execute SQL Task] Error: Executing the query "DECLARE @LINKEDSERVERNAME VARCHAR(8000), @server VARCHAR(8000), @USER VARCHAR(8000), @PASSWORD VARCHAR(8000), @DATABASE...
April 8, 2009 at 4:59 am
I have followed the instructions as mentioned by you.
but now i'm getting error as "The EXEC SQL construct or statement is not supported."
when i click on the build query...
April 8, 2009 at 12:54 am
Viewing 15 posts - 1 through 15 (of 16 total)