Viewing 3 posts - 1 through 3 (of 3 total)
I suggest to use configuration. Configure the connection string of OLEDB server and place the below string for connection string.
Data Source=SERVERNAME\INSTANCENAME;User ID=UserID;Pwd=XXX;Initial Catalog=DATABASENAME;Provider=SQLNCLI.1;Persist Security Info=True;Auto Translate=False;
Hope this helps.
March 10, 2009 at 4:51 am
The meta data of excel source should match with the table meta data. If the meta data is not matching you can change the meta data in the advance editor...
March 10, 2009 at 4:45 am
Is integration services running on your machine? If yes, try to connect the integration services from management studio by giving the server name(in your case computer name) don't put instance...
March 10, 2009 at 4:39 am
Viewing 3 posts - 1 through 3 (of 3 total)