Database is being used by another process … but what process?

后端 未结 10 1694

I have written a very small C# program, that uses a very small SQL Server database, purely for some learning & testing purposes. The database is used in this one new pro

10条回答
  •  情歌与酒
    2021-01-06 00:54

    The simplest thing is go Server Explorer. Choose the problem database. Right-click and choose "Close Connection".

    If it is already closed, connect and disconnect.

提交回复
热议问题