Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

invoke-sqlcmd and stolen single user session

$
0
0
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

Viewing all articles
Browse latest Browse all 467

Trending Articles