Forum Replies Created

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

  • RE: Truncate All Tables

    use database

    GO

    /* ----- Drop Global Temp Table ##CompaniesTables if Exist ----- */

    IF OBJECT_ID('tempdb..##ConstraintsFkTable') IS NOT NULL DROP Table ##ConstraintsFkTable

    /* ----- Get the List of All constraints Tables ---- */

    /*...

  • RE: Truncate All Tables

    Can explain me why you create the table T_FK_Xref?

    For rollback?

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