Forum Replies Created

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

  • RE: Scripting INSERTs

    if the data has "--" , "[" or other keyword does it work?

  • RE: Truncate All Tables

    /*I Do It As Follows:*/

    DECLARE @ROWCOUNT INT

    DECLARE @sSQL NVARCHAR(2000)

    CREATE TABLE #DropTableNames(

    TableName VARCHAR(30),

    ...

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