Set packet size for connection

denyo85denyo85 Posts: 2
edited June 30, 2010 9:11AM in SQL Compare Previous Versions
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

Comments

  • James BJames B Posts: 1,124 Silver 4
    Hi Daniel,

    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
    Systems Software Engineer

    Redgate Software

Sign In or Register to comment.