Popular Posts

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

Monday, October 16, 2017

could some one help me with the query below

SQLServerCentral » Latest topics
could some one help me with the query below
ExecuteSql"(varchar(max),"USE MASTER
declare
    @isql varchar(2000),
    @dbname varchar(64),
    @logfile varchar(128)
    declare c1 cursor for
&nb

No comments: