Feb 14, 2003 #1 MELc Programmer Joined Aug 14, 2002 Messages 7 Location US The SQL query below fails with incorrect syntax error. Is there a workaround without changing the server name? The server is a linked server. SELECT * FROM server-1.msdb.dbo.backupset Your help is appreciated.
The SQL query below fails with incorrect syntax error. Is there a workaround without changing the server name? The server is a linked server. SELECT * FROM server-1.msdb.dbo.backupset Your help is appreciated.
Feb 14, 2003 #2 Discord Programmer Joined Dec 7, 2001 Messages 133 Location US try SELECT * FROM [server-1].msdb.dbo.backupset Upvote 0 Downvote