benlinkknilneb
Programmer
Hi all,
I'm trying to migrate some data into SQL Server. When I use the DTS Query Builder, the string won't parse because the source table has a field named "date", which is a reserved word. I'm not an administrator in the source DB, so I can't change the field name. Is there some way I can get it to accept the name on SQL Server's end, at least long enough to get the data into SQL table? From that point I'm doing some transforming, so it won't stay like that very long.
TIA
Ben
I'm trying to migrate some data into SQL Server. When I use the DTS Query Builder, the string won't parse because the source table has a field named "date", which is a reserved word. I'm not an administrator in the source DB, so I can't change the field name. Is there some way I can get it to accept the name on SQL Server's end, at least long enough to get the data into SQL table? From that point I'm doing some transforming, so it won't stay like that very long.
TIA
Ben