Viewing 3 posts - 1 through 3 (of 3 total)
VARCHAR defaults to 50, right? Same length as a "sysname"?
August 11, 2010 at 8:06 pm
#1205783
Try this:
USE MyDB
DECLARE @sSql NVARCHAR(4000) SET @sSql = ''
DECLARE @sTypeDesc sysname ...
July 12, 2009 at 1:46 am
#1023577
There are at least five or six factual errors in this article, which I was going to list but there got to be too many. What's the definition of...
September 29, 2007 at 11:12 pm
#737496