Set packet size for connection
denyo85
Posts: 2
Hi!
It is possible to change the network packet size for a database connection like it can be done in SQL Server Management Studio?
Greetings,
Daniel
It is possible to change the network packet size for a database connection like it can be done in SQL Server Management Studio?
Greetings,
Daniel
Comments
You can put standard connection string commands in the Server name box. So for example, the following should do what you need (obviously replacing the xxx with the packet size figure you need)
ServerName\Instance;Packet Size=xxxxx
Redgate Software