Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Osql Usage with MSDE

    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.

  • RE: SQL Server Table Row Length Limit

    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...

  • RE: SQL Server Table Row Length Limit

    Oh, I had a thought...  I didn't take into consideration the Unicode values which take up 2 bytes each.   Anything else, though?

  • RE: Osql Usage with MSDE

    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...

  • RE: Osql Usage with MSDE

    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...

Viewing 5 posts - 1 through 5 (of 5 total)