Sep 12, 2003 #1 dpm1234 Programmer Aug 27, 2003 9 US Hi, I'm trying to query a table on a remote server. In Query Analyzer I type: select * from BRM-ML123.dbname.dbo.table and receive the following error: Inccorect syntax near '-' The dash seems to be giving me trouble. Any advice?
Hi, I'm trying to query a table on a remote server. In Query Analyzer I type: select * from BRM-ML123.dbname.dbo.table and receive the following error: Inccorect syntax near '-' The dash seems to be giving me trouble. Any advice?
Sep 12, 2003 #2 swampBoogie Programmer Jan 6, 2003 1,660 SE Code: select * from [BRM-ML123].dbname.dbo.table Upvote 0 Downvote
Sep 12, 2003 Thread starter #3 dpm1234 Programmer Aug 27, 2003 9 US Awesome! Thanks for the help!! Upvote 0 Downvote