Viewing 2 posts - 1 through 2 (of 2 total)
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 ---- */
/*...
March 14, 2016 at 4:45 am
#1864864
Can explain me why you create the table T_FK_Xref?
For rollback?
March 14, 2016 at 4:21 am
#1864860