Viewing 5 posts - 1 through 5 (of 5 total)
I get an error:
Procedure or function 'Utils' expects parameter '@Object', which was not supplied.
October 26, 2015 at 2:28 am
What is the output of this code will be?
What output?
I don't have any output!
July 22, 2015 at 4:23 am
Why, I always get
Error = [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name 'table'.
Table exists.
Any table return the same error.
May 28, 2015 at 12:22 am
SET @cmdCommand = 'del ' + @filePath;
Why output file is deleted?
May 21, 2015 at 2:22 am
I got an error:
Type dbo.HVCIDdt is not a defined system type.
WHY?
March 24, 2014 at 1:08 am
Viewing 5 posts - 1 through 5 (of 5 total)