The following works in sql 2000 but not in 2005, it complains "Invalid object name '##DummyTable'".
Why is this?Code:SET @command = 'bcp "..##DummyTable" out "' + @ZipFile + '" -c -U "' + @username + '" -P "' + @password + '"'
|
Results 1 to 3 of 3
|
Click Here to Expand Forum to Full Width |