What is “Connect Timeout” in sql server connection string?

后端 未结 8 1729
半阙折子戏
半阙折子戏 2020-12-06 08:46

I have the following connection string(get from a property of sql server):

Data Source=(LocalDB)\\v11.0;AttachDbFilename=C:\\Users\\myUser\\Desktop\\adoBanch         


        
8条回答
  •  误落风尘
    2020-12-06 09:21

    By default connection timeout is 240 but if you are faceing the problem of connection time out then you can increase upto "300" "Connection Timeout=300"

提交回复
热议问题