Viewing 5 posts - 1 through 5 (of 5 total)
I still need someone to address the issue of being able to drop an existing table from a database -- as I was trying to do. i.e., via Osql.
December 30, 2005 at 9:59 am
I've asked my client the same questions. For now, I've changed all NVARCHAR to VARCHAR. Yes, my client is using an Access database and I was just merily going along, while converting...
December 30, 2005 at 9:51 am
Oh, I had a thought... I didn't take into consideration the Unicode values which take up 2 bytes each. Anything else, though?
December 28, 2005 at 4:44 pm
Also... Note that I had to add another GO immediately after the CREATE DATABASE statement -- because the following USE statement was failing to find the database. I went with...
December 28, 2005 at 9:50 am
OK, I understand that the revised script presented is the best arrangement for the circumstance of recreating a database from scratch. Thank you for that.
However, would someone please address the...
December 28, 2005 at 9:13 am
Viewing 5 posts - 1 through 5 (of 5 total)