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

后端 未结 10 1676

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

    try running sp_who2 to see the list of process.

    FYI: you don't need to reboot your machine, worst case, restart SQL Server service

提交回复
热议问题