ReportsMan
MIS
I know, I know...
Why do I have a database with a '/' in the name.
But I do and with many processes already built around it, so renaming the db is out (for now anyway).
This is the offending database name:
deposit/loans
My trouble is trying to bcp in a data file as such:
bcp deposit/loans.dbo.dbtablename in c:\filename.txt -c -t "~" -S SERVERNAME -T
Error comes back as incorrect syntax (of course) near '/'.
I tried brackets around the name in bcp but that does not work either.
Any thoughts on getting this to work would be greatly appreciated!!
Why do I have a database with a '/' in the name.
But I do and with many processes already built around it, so renaming the db is out (for now anyway).
This is the offending database name:
deposit/loans
My trouble is trying to bcp in a data file as such:
bcp deposit/loans.dbo.dbtablename in c:\filename.txt -c -t "~" -S SERVERNAME -T
Error comes back as incorrect syntax (of course) near '/'.
I tried brackets around the name in bcp but that does not work either.
Any thoughts on getting this to work would be greatly appreciated!!