Viewing 15 posts - 1,486 through 1,500 (of 4,477 total)
August 8, 2018 at 8:45 am
Try this, uncomment the EXEC statement.
DECLARE @SQLTemplate NVARCHAR(MAX)
, @SQLCmd NVARCHAR(MAX)
,...
August 8, 2018 at 8:29 am
August 8, 2018 at 8:26 am
We have SQL Server 2008 R2 and SQL Server 2012 in production but I am posting it...
August 7, 2018 at 6:05 pm
@echo off
set DB_NAME=SUPPORT_DB
set BK_FILE=C:\SQLBACKUP\Monday\%DB_NAME%.bak
set DB_HOSTNAME=192.168.50.5 (local-machine)
echo.
echo.
echo Backing...
August 7, 2018 at 5:45 pm
sgmunson - Tuesday, August 7, 2018 12:03 PMI avoid sub-reports like the plague that they all too often are
performance killers.
Just...
August 7, 2018 at 5:24 pm
August 7, 2018 at 5:17 pm
August 7, 2018 at 4:56 pm
August 7, 2018 at 2:47 pm
August 7, 2018 at 1:42 pm
August 7, 2018 at 12:11 pm
August 7, 2018 at 7:27 am
August 6, 2018 at 4:37 pm
August 6, 2018 at 3:54 pm
Viewing 15 posts - 1,486 through 1,500 (of 4,477 total)