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
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:
Post a Comment