Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Tuesday, October 17, 2017

invoke-sqlcmd and stolen single user session

SQLServerCentral » Latest topics
invoke-sqlcmd and stolen single user session
Hi
I run following sql script (part of script file) file with invoke-sqlcmd:
...
[code language="sql"]
if db_id('xxx') is not NULL
BEGIN
    if (select state from sys.dat

No comments: