Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
OMB
Yak Posting Veteran
88 Posts |
Posted - 2001-11-07 : 04:30:35
|
| I used to use the following query in SQL7select @sql = "sp_another @test = '1'"In 2000 I get an error message saying invalid column, is there something different about the way 2000 processes the above.ThanxsEdited by - omb on 11/07/2001 05:01:29 |
|
|
|
|
|