Hi
I get a compilation error when trying to reference a database in my stored procedure. I am suspecting that it is becasue the database name begins with a digit. Does anybody know of any other approach to reference the database that begins with a number? I tried putting single and double quotes or maybe I am not using the correct syntax. Perhaps I should just rename the database. If so, is there such a utility?
CHAO
I get a compilation error when trying to reference a database in my stored procedure. I am suspecting that it is becasue the database name begins with a digit. Does anybody know of any other approach to reference the database that begins with a number? I tried putting single and double quotes or maybe I am not using the correct syntax. Perhaps I should just rename the database. If so, is there such a utility?
CHAO