Viewing 5 posts - 1 through 5 (of 5 total)
I'm embarrassed to admit that the error was mine. I was clicking on the checkmark next to the word 'execute' in the menu. It turns out that the...
March 24, 2008 at 4:28 pm
I tried SET NOEXEC OFF
it didn't make any difference. I've kicked this up to our IS staff, maybe they'll figure it out.
Thanks for the help
March 24, 2008 at 1:54 pm
I did check if I'm in the right database. I am. The query editor doesn't seem to be working correctly. Anything I can check (a service, etc.)...
March 24, 2008 at 1:15 pm
I again ran the code using the name of an existing table in the database
SELECT *
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_NAME = 'baloon'
and the results said 'Command(s) completed successfully.' but no actual...
March 24, 2008 at 1:03 pm
I ran
SELECT *
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_NAME = 'atest'
the result table is empty
March 24, 2008 at 12:57 pm
Viewing 5 posts - 1 through 5 (of 5 total)