Groups | Blog | Home
all groups > sql server dts > february 2005 >

sql server dts : Problem connecting to database with "." in the name


sharrieg NO[at]SPAM hotmail.com
2/21/2005 7:35:44 PM
I'm trying to write a DTS to load data from a csv file into a database
which has "." in the name. I can set up the connection ok but when I
try to set up the transform data task, it keeps saying that the first
part of the name needs to be added to sysservers. How do I stop it
from thinking that this is a server name and start treating the whole
Jim Young
2/21/2005 9:11:56 PM
Have you tried treating the database name as a quoted identifier and
enclosing the name in quote brackets ( [ ] ) ?

Jim

[quoted text, click to view]

AddThis Social Bookmark Button