News

PRINT ' Here are the sections covered by this script' PRINT ' 1) Physical Server Information - Number of CPUs, memory, etc.' PRINT ' 2) Hard drive space available - in Megabytes' PRINT ' 4) SQL Server ...
PRINT 'SQL Server Data Path: '+ @data_dir The code above calls the extended stored procedure explicitly (referring to the master database) based on the assumption that you'll be using the return ...
PRINT ' ' PRINT ' Here are the sections covered by this script' PRINT ' ' PRINT ' 1) Physical Server Information - Number of CPUs, memory, etc.' PRINT ' 2) Hard drive space available - in Megabytes' ...
I'm working with an SSIS 2005 package which runs a stored procedure as an "Execute SQL" task. The sproc runs several other sprocs, some of which use PRINT statements to report status (this is so ...