Viewing 3 posts - 1 through 3 (of 3 total)
One needs to use the square brackets [ ] in this case (one of the few cases when there is no escape).
So the incorrect syntax SERVER.DOMAIN.DATABASE.SCHEMA.TABLE must become
[SERVER].[DATABASE].[SCHEMA].
e.g.
SELECT TOP 1...
May 16, 2014 at 12:38 pm
Because your source XML file is sequential (you 've got key-value pairs) you need to peek ahead to compose a single row in the destination XML file based on two...
May 28, 2011 at 9:50 pm
Hello, just wanted to add one more tool to the belt (besides, it was notably absent):
SQL Everywhere - a free SQL Server IDE (Integrated Development Environment) which supports all versions...
November 14, 2010 at 6:33 pm
Viewing 3 posts - 1 through 3 (of 3 total)