Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Re-create the table, but preserve the data
Message
 
 
À
03/06/2008 13:55:38
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01321355
Message ID:
01321376
Vues:
16
Unfortunately, this is not that simple.

I tried

IF object_id('tempdb..#temp_Registration') is not null
insert into Registration select * from #Temp_Registration

But I'm getting an error Msg 213, Level 16, State 1, Line 10
Insert Error: Column name or number of supplied values does not match table definition.

I guess I need to research this problem in more details ...

>>Hi everybody,
>>
>>I want to have a create table script which I can execute multiple times (so I would need to have drop statements first).
>>
>>I also would like to be able to preserve existing data.
>>
>>Is there a way to write such a script?
>>
>>Thanks a lot in advance.
>
>Isn't there something like a temp table in sqlserver ?
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform