Click here to Skip to main content
15,896,464 members
Home / Discussions / Database
   

Database

 
QuestionExtract columns from two independent table in SQL Server 2005? Pin
salon10-Apr-08 20:53
salon10-Apr-08 20:53 
AnswerRe: Extract columns from two independent table in SQL Server 2005? Pin
Ashfield10-Apr-08 21:16
Ashfield10-Apr-08 21:16 
AnswerRe: Extract columns from two independent table in SQL Server 2005? Pin
Syed Mehroz Alam11-Apr-08 3:20
Syed Mehroz Alam11-Apr-08 3:20 
Generalneed a suggestion about variable for a column Pin
Xmen Real 10-Apr-08 17:16
professional Xmen Real 10-Apr-08 17:16 
GeneralRe: need a suggestion about variable for a column Pin
Christian Graus10-Apr-08 20:43
protectorChristian Graus10-Apr-08 20:43 
GeneralRe: need a suggestion about variable for a column Pin
SimulationofSai10-Apr-08 21:02
SimulationofSai10-Apr-08 21:02 
GeneralRe: need a suggestion about variable for a column Pin
Xmen Real 10-Apr-08 22:56
professional Xmen Real 10-Apr-08 22:56 
GeneralDatabase updating Pin
Nada Adel10-Apr-08 7:12
Nada Adel10-Apr-08 7:12 
hi,
I'm currently using sql server 2000 for my database.
My problem is that this database now hosted on the server gets updated regularly. I mean, we may want to change the structure of some tables and add new fields to them but at the same time we don't want to lose the data entered by users through our website which connects to this database.
I notmally take a copy of the database and update the tables and add stored procedures and then I generate sql scripts for the new tables and new stored procedures but the problem when I try to edit the structure of a table. This will result in losing the data that was inserted in the table. Because using the "generate sql script" will most probably drop the old table and create a new one with the new fields.
so, now how can I update this table and at the same time preserve the data??? I know that the new fields data will be null but that's fine, I can edit them later.
One more thing..when you guys update databases, what exactly do you do if this database is connected to a website? Do you drop the website temporarily in order to update the database? or what?
I mean what if at the exact moment that you dropped you database, some user was adding data? what will happen then??

thanks
GeneralRe: Database updating Pin
Tim Carmichael10-Apr-08 8:43
Tim Carmichael10-Apr-08 8:43 
GeneralRe: Database updating Pin
Mycroft Holmes10-Apr-08 20:32
professionalMycroft Holmes10-Apr-08 20:32 
QuestionRestore Database.... Pin
salil_k_singh10-Apr-08 5:54
salil_k_singh10-Apr-08 5:54 
GeneralRe: Restore Database.... Pin
Tim Carmichael10-Apr-08 8:45
Tim Carmichael10-Apr-08 8:45 
GeneralRe: Restore Database.... Pin
salil_k_singh11-Apr-08 5:39
salil_k_singh11-Apr-08 5:39 
QuestionHow to enumerate the databases in network Pin
kssknov10-Apr-08 3:41
kssknov10-Apr-08 3:41 
GeneralRe: How to enumerate the databases in network Pin
SimulationofSai10-Apr-08 4:58
SimulationofSai10-Apr-08 4:58 
QuestionHow to use UNC name (remote computer) in the @outputfile parameter of sp_makewebtask ? Pin
jmavn10-Apr-08 3:04
jmavn10-Apr-08 3:04 
AnswerRe: How to use UNC name (remote computer) in the @outputfile parameter of sp_makewebtask ? Pin
SimulationofSai10-Apr-08 5:04
SimulationofSai10-Apr-08 5:04 
QuestionCombobox datasource remains null even after assining it with a dataset Pin
Ramya Bhaskaran10-Apr-08 2:46
Ramya Bhaskaran10-Apr-08 2:46 
GeneralRe: Combobox datasource remains null even after assining it with a dataset Pin
Adeel Chaudhry21-Apr-08 23:30
Adeel Chaudhry21-Apr-08 23:30 
QuestionHow to export Dataset to excel file using OLEDB connection? Pin
cocoonwls10-Apr-08 0:11
cocoonwls10-Apr-08 0:11 
AnswerRe: How to export Dataset to excel file using OLEDB connection? Pin
Blue_Boy10-Apr-08 0:22
Blue_Boy10-Apr-08 0:22 
AnswerRe: How to export Dataset to excel file using OLEDB connection? Pin
Jörgen Andersson10-Apr-08 22:27
professionalJörgen Andersson10-Apr-08 22:27 
General[Message Deleted] Pin
Talsaniya Jayesh9-Apr-08 10:21
professionalTalsaniya Jayesh9-Apr-08 10:21 
GeneralDouble post - please ignore Pin
pmarfleet9-Apr-08 10:31
pmarfleet9-Apr-08 10:31 
GeneralRe: Double post - please ignore Pin
Talsaniya Jayesh9-Apr-08 10:38
professionalTalsaniya Jayesh9-Apr-08 10:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.