Forum Replies Created

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

  • RE: drop the all tables

    Hi Craig , the following script can work well in case of constraints between in tables.

    USE DbName

    GO

    -- Get table name before dropping

    SELECT [name] AS TableName FROM SYS.TABLES

    --...

  • RE: Export VarChar(6500) column

    Hi Mahesh,

    You can try my method. When I encountered similar issue, I used the following steps to fix it.

    Step 1: Add "IMEX = 1 " ,

    ...

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