Re: SQL Server Scema
From: Val Mazur (group51a_at_hotmail.com)
Date: 04/27/04
- Next message: Val Mazur: "Re: VB 6 ADO vs Microsoft Query Analyzer"
- Previous message: Val Mazur: "Re: Bulk Insert from SQL server to Access"
- In reply to: alphaCodeWarrior: "SQL Server Scema"
- Next in thread: alphaCodeWarrior: "Re: SQL Server Scema"
- Reply: alphaCodeWarrior: "Re: SQL Server Scema"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Apr 2004 23:54:17 -0400
Hi,
Use ALTER statement. It allows to alter tables, SPs and other staff without
affecting actual data (unless you delete columns with the data). You could
execute ALTER statements from your application or just prepare batch and run
it in a QA
-- Val Mazur Microsoft MVP "alphaCodeWarrior" <anonymous@discussions.microsoft.com> wrote in message news:3FFB0322-00B8-46B8-942C-F53B4FD26BC0@microsoft.com... > Does anyone know the best way to update an existing SQL Server database > schema (sprocs, tables, etc.) without affecting data? > > I need to update an already installed version of my application, and I do > not want to overwrite the user's data.
- Next message: Val Mazur: "Re: VB 6 ADO vs Microsoft Query Analyzer"
- Previous message: Val Mazur: "Re: Bulk Insert from SQL server to Access"
- In reply to: alphaCodeWarrior: "SQL Server Scema"
- Next in thread: alphaCodeWarrior: "Re: SQL Server Scema"
- Reply: alphaCodeWarrior: "Re: SQL Server Scema"
- Messages sorted by: [ date ] [ thread ]