Microsoft
Software
Hardware
Network
Question : Linked Server Question - SQL Server Express 2005
I'm currently trying to setup a test to basically copy some data from a client's SQL Server when needed for development purpose. In my development environment, I have two separate machines on the same network running SQL Server Express 2005 and I will use one to simulate connecting to the Client's actual SQL Server using the Linked Server option on the other machine. I can link the other server named "DELL2650\SQLEXPRESS" on my development machine. The problem is when I run the query below I always get an error stating Incorrect Syntax near DELL2650...... What I'm tyring to do is copy the contents of the table dbo.IV00102 in database TWO on the linked server DELL2650\SQLEXPRESS into the same database on my development instance is SQL Server Express.
select * into dbo.IV00102
from 'DELL2650\SQLEXPRESS.TWO.d
bo.IV00102
'
Any help will be appreciated.
Thanks,
ET Sherman
Answer : Linked Server Question - SQL Server Express 2005
select * into dbo.IV00102
from [DELL2650\SQLEXPRESS].TWO.
dbo.IV0010
2
Random Solutions
Has anyone run these scripts
Want to remove extra numerical information (zip codes, etc.) from a text file that has thousands of addresses to only leave a 10-digit phone number (area code + phone number)?
Combobox values updated when selected versus typed
Export Access Report(S) to Section(S) in Word
Were can I find a Infopath 2007 trial?
SMPTE time code input mask not working
Using a geometry type check constrint in sql sever 2008
Can you delete OCS Address Book groups?
Your user accounts are unexpectedly locked and event ID 12294 is logged in Windows Server 2003?
Userenv 1054, DnsApi 11197 and Dhcp 1003 event viewer logs