Viewing 2 posts - 1 through 2 (of 2 total)
if the data has "--" , "[" or other keyword does it work?
December 29, 2008 at 6:28 pm
#918692
/*I Do It As Follows:*/
DECLARE @ROWCOUNT INT
DECLARE @sSQL NVARCHAR(2000)
CREATE TABLE #DropTableNames(
TableName VARCHAR(30),
...
November 17, 2008 at 2:38 am
#899209