July 20, 2001 at 4:15 am
The queries returned by Profiler in a trace, use quotation marks around the table and collumn names i.e.
SELECT DISTINCT "Global Sales"."CONSOLIDATION", "Global Sales"."CURRENCY" FROM "Global Sales"
To use this query in Query Analyzer, I must first edit the quotes to brackets [] i.e.
SELECT DISTINCT [Global Sales].[CONSOLIDATION], [Global Sales].[CURRENCY] FROM [Global Sales]
This is a PITA ;)...
Is there an option someplace to have Query Analzyer recognize the quotes? Or for Profiler to report with brackets? Or another solution perhaps?
Thanks
Jay
July 20, 2001 at 4:43 am
July 20, 2001 at 4:46 am
Great thanks, and I didn't have to wait for someone in the USA to wake up! 🙂
Jay
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply