|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Network Packet SIze
We have following connection string in ado.net application.
The Packet Size is set to 32767. public string dbConnString = "Server=SQLServerName;Database=SQLDB;UID=dbUser;PWD=Passwrod1;Packet Size=32767;Pooling=true"; We do lot of bulk inserts using using this application. Also this property is available at SQL server level as network packet size (B) if we do sp_configure. Does setting this property at the connection level is sufficient for better performance of bulk inserts or it needs to be changed at server level since bulk inserts involve accessing network files which is unrelated to connection with client. TIA
Other interesting topics
Difference between 2000 and 2005. Maybe a bug?
Sql Server 2005 - SMS "Modify Table option" times out when trying to 'alter' very large table SQLExpress Rename Cluster Instance - New Hardware - Keep Name Moving the SQL 2005 System Tables Microsoft doesnt really support anything over 32 Databases(??) Object search query??? Database refresh SQL Server CPU Spikes linked server to Excel |
|||||||||||||||||||||||