How do I kill connections to Azure SQL database if I can't access it?

后端 未结 5 1889
南笙
南笙 2021-01-30 18:38

Today we migrated to AzureSQL V12. Tonight my site is offline, because of a persistent issue with the following message:

Resource ID : 3. The LoginLimit l

5条回答
  •  既然无缘
    2021-01-30 18:52

    If those connections are still hung and not timed out, you can use t-sql KILL command to kill them.

    Another option is to use DAC . See details here on MSDN.

    If none of these options help, please email me details of your server and DB on shantanu dot kurhekar at microsoft dot com and I can help.

提交回复
热议问题