Viewing 4 posts - 1 through 4 (of 4 total)
Cannot use OleDB as the SQL we use have named parameters.
August 5, 2008 at 3:17 pm
When I change the data source to OleDB O get the error
The data extension OLE DB does not support named parameters.
Use unnamed parameters instead.
Now this is a problem. So I...
August 5, 2008 at 9:51 am
For BIDS it is Data Source= ;Network Library=dbmssocn;Packet Size=4096
For SSMS it is Network protocol TCP/IP and Packet Size 4096 bytes.
If there is any other way to get the connection string...
August 4, 2008 at 3:22 pm
Both BIDS and SSMS are on the same machine connecting to a remote db server.
I explicitly set the connection network protocol to TCP/IP for both.
The duration difference is still there.
August 4, 2008 at 2:53 pm
Viewing 4 posts - 1 through 4 (of 4 total)