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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 weird query analyzer behavior

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 Example

DECLARE @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 3
Invalid column name 'this is text '.


Does anyone have any insight as to why this is happening?

thanks,

Cr8nk



   

- Advertisement -