Click here to Skip to main content
16,006,013 members
Home / Discussions / Database
   

Database

 
Questionstored procedures Pin
david boon3-Mar-06 0:32
david boon3-Mar-06 0:32 
AnswerRe: stored procedures Pin
Mike Ellison3-Mar-06 6:10
Mike Ellison3-Mar-06 6:10 
QuestionCurrently logged on users? Pin
wasife3-Mar-06 0:07
wasife3-Mar-06 0:07 
AnswerRe: Currently logged on users? Pin
Mike Ellison3-Mar-06 6:34
Mike Ellison3-Mar-06 6:34 
QuestionHow to update a database? Pin
Diego F.2-Mar-06 23:47
Diego F.2-Mar-06 23:47 
AnswerRe: How to update a database? Pin
Paul Conrad3-Mar-06 17:50
professionalPaul Conrad3-Mar-06 17:50 
GeneralRe: How to update a database? Pin
Diego F.3-Mar-06 22:26
Diego F.3-Mar-06 22:26 
GeneralRe: How to update a database? Pin
Paul Conrad4-Mar-06 6:39
professionalPaul Conrad4-Mar-06 6:39 
Sounds like you two should be in close communication of what is going on with the database. I am assuming you are using some flavor SQL. The person doing the changes to the tables by adding fields and relationships should provide you with a script containing ALTER commands reflecting the new changes to the database that have been made. At this point, you would run the script and your backup database would be structurally the same as the updated database. No data loss, no moving of data, or anything like that.

http://www.w3schools.com/sql/[^] has a nice reference of SQL commands if you are not familiar with them.

Hope this gives you some ideas,

Paul
Questiondollor to rupee conversion. Pin
GBal2-Mar-06 23:06
GBal2-Mar-06 23:06 
QuestionExport data via script Pin
JacquesDP2-Mar-06 17:52
JacquesDP2-Mar-06 17:52 
QuestionDefine SQL Field as Parameter Pin
thedom22-Mar-06 13:10
thedom22-Mar-06 13:10 
AnswerRe: Define SQL Field as Parameter Pin
thedom22-Mar-06 17:24
thedom22-Mar-06 17:24 
GeneralRe: Define SQL Field as Parameter Pin
Colin Angus Mackay2-Mar-06 20:40
Colin Angus Mackay2-Mar-06 20:40 
QuestionDump database to sql??? Pin
code-frog2-Mar-06 11:28
professionalcode-frog2-Mar-06 11:28 
AnswerRe: Dump database to sql??? Pin
kageorge2-Mar-06 23:09
kageorge2-Mar-06 23:09 
AnswerRe: Dump database to sql??? Pin
Rob Graham3-Mar-06 11:41
Rob Graham3-Mar-06 11:41 
QuestionRun-on commands Pin
turbochimp2-Mar-06 11:08
turbochimp2-Mar-06 11:08 
AnswerRe: Run-on commands Pin
thedom22-Mar-06 16:17
thedom22-Mar-06 16:17 
GeneralRe: Run-on commands Pin
turbochimp2-Mar-06 16:53
turbochimp2-Mar-06 16:53 
QuestionBinding Manager Pin
Scott34152-Mar-06 9:38
Scott34152-Mar-06 9:38 
QuestionSql String Pin
sonicsqwirl2-Mar-06 7:47
sonicsqwirl2-Mar-06 7:47 
AnswerRe: Sql String Pin
Colin Angus Mackay2-Mar-06 8:16
Colin Angus Mackay2-Mar-06 8:16 
Questionusing an MDB file on a system that does not have Microsoft Access Pin
pmglick2-Mar-06 7:06
pmglick2-Mar-06 7:06 
AnswerRe: using an MDB file on a system that does not have Microsoft Access Pin
Rob Graham2-Mar-06 7:29
Rob Graham2-Mar-06 7:29 
QuestionC# SqlServer Stored Procedure Pin
sonicsqwirl2-Mar-06 6:50
sonicsqwirl2-Mar-06 6:50 

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.