network packet size

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

I recently switched my production db from one server to
another. My app connects with this connection string
("data source=servername;initial catalog=dbname;integrated
security=SSPI;packet size=8192") to the old server fine,
but will not connect to the new server unless I decrease
the packet size from 8192 to 4096. I ran sp_config on
both machines and the network packet size is the same for
each server.

Any ideas or areas I could check? I guess it's not that
big of a problem, but I would like to know why.

Thanks
 
I'm sure it's something simple I'm missing. I'll run the
network trace and see where that leads. Thanks!
 
Back
Top