Joined: 15 Sep 2010 |
Posts: 2 |
|
|
 |
Posted: Wed Sep 15, 2010 4:18 pm |
|
 |
 |
 |
 |
Howdy folks
I'm using the NuSphere DB Browser and doing a simple select like this:
select topic_1_or_event_description from bigdb.dbo.thistable
The field topic_1_or_event_description is a 1200 size VarChar. When execute that SQL statement from within DB Browser, I get a
"SQL Server Error: Range Check Error"
When I execute the exact statement from within MS SQL Mgmt Studio, it works fine and gives me results.
Is this a known bug in the program or am I doing something wrong? Is there a work around?
Thanks
greg
|