Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Issue after copying data
Message
 
 
À
30/11/2010 15:15:02
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Scripting
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01491153
Message ID:
01491177
Vues:
30
>>>Yeah, but that complains when I have FK constraints set.
>>
>>Take a look at this blog post
>>
>>Delete all data in all tables in a database when you have foreign keys
>>
>>From comment by Denis Gobo to this blog post:
>>
>>
>>-- disable referential integrity
>>EXEC sp_MSForEachTable 'ALTER TABLE ? NOCHECK CONSTRAINT ALL' 
>>GO 
>>
>>EXEC sp_MSForEachTable 'TRUNCATE TABLE ?' 
>>GO 
>>
>>-- enable referential integrity again 
>>EXEC sp_MSForEachTable 'ALTER TABLE ? CHECK CONSTRAINT ALL' 
>>GO 
>>
>
>I was joking when I said I wanted a script to do everything I wanted. You didn't actually have to go and find me one.
>
>Thanks!

You're welcome. I didn't have to go and find it, I knew about this blog post.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform