How do you test for the existence of a user in SQL Server?

前端 未结 3 1639
有刺的猬
有刺的猬 2020-12-30 00:17

I\'d like to drop a user in a SQL Server script but I\'ll need to test for existence first or I\'ll get script errors. When dropping tables or stored procs, I check the sys

3条回答
提交回复
热议问题