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 |
|
cr8nk
Yak Posting Veteran
77 Posts |
Posted - 2001-11-14 : 13:13:15
|
| After upgrading to SQL 2000 (client tools only). I am getting error messages when I am simply creating strings. For ExampleDECLARE @strSql varchar(2000)SET @strSql = "this is text " This statement returns this error message in query analyzer.Server: Msg 207, Level 16, State 3, Line 3Invalid column name 'this is text '.Does anyone have any insight as to why this is happening?thanks,Cr8nk |
|
|
|
|
|