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

后端 未结 5 1890
南笙
南笙 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:59

    You can use DAC admin connection similar to the sql on premise and kill the connections when ran out of sessions. You can find details @ http://www.sqlindepth.com/2015/05/diagnostic-connections-to-sql-db-v12-databases/

提交回复
热议问题