Click here to Skip to main content
15,912,897 members
Home / Discussions / Database
   

Database

 
QuestionSQL Query ?? Pin
tadhg889-Nov-06 0:53
tadhg889-Nov-06 0:53 
QuestionRemote data access Pin
kalyanchakravarthi8-Nov-06 22:27
kalyanchakravarthi8-Nov-06 22:27 
Questionlook ahead in SQL Server Reporting Services Pin
dove118-Nov-06 13:55
dove118-Nov-06 13:55 
QuestionAccess and comparing dates Pin
eggsovereasy8-Nov-06 11:18
eggsovereasy8-Nov-06 11:18 
AnswerRe: Access and comparing dates Pin
indianet8-Nov-06 11:37
indianet8-Nov-06 11:37 
GeneralRe: Access and comparing dates Pin
eggsovereasy9-Nov-06 3:26
eggsovereasy9-Nov-06 3:26 
GeneralRe: Access and comparing dates [modified] Pin
indianet9-Nov-06 7:06
indianet9-Nov-06 7:06 
QuestionDetecting if a database as been updated Pin
steve_rm8-Nov-06 5:24
steve_rm8-Nov-06 5:24 
ello,

I have a database that will need to be modified, i.e. adding columns, stored procedures, etc.

I can't create a backup as the database is live and will be continue to be updated with customer data.

My colleges what me to create the updates in code which I have done. However, my real problem is how do I know if the database has been updated and is current version.

I will not be updating the data that has been entered, only doing things like:
Alter [tableName] add Salary money null
create procedure dbo.insertPayment .....


example

if(currentVersion) then
'No need to update
Else
'Updates are available
'Add column
'Drop column
'create procedure
'etc

Is there any method that I could use to detect if the database is current or not.

I hope I have been clear on this.

Using VS 2005 & SQL Server 2005

Many thanks in advance,

Steve
AnswerRe: Detecting if a database as been updated Pin
Colin Angus Mackay8-Nov-06 6:14
Colin Angus Mackay8-Nov-06 6:14 
QuestionPerformance problems, when using ADO in threads Pin
pma8-Nov-06 5:06
pma8-Nov-06 5:06 
Questiontrigger when updation occur Pin
Vipin.d8-Nov-06 3:17
Vipin.d8-Nov-06 3:17 
AnswerRe: trigger when updation occur Pin
Eric Dahlvang8-Nov-06 6:56
Eric Dahlvang8-Nov-06 6:56 
GeneralRe: trigger when updation occur Pin
Vipin.d8-Nov-06 17:13
Vipin.d8-Nov-06 17:13 
GeneralRe: trigger when updation occur Pin
Eric Dahlvang9-Nov-06 3:02
Eric Dahlvang9-Nov-06 3:02 
QuestionCSV import problem with Money data-type Pin
hasanali008-Nov-06 0:37
hasanali008-Nov-06 0:37 
AnswerRe: CSV import problem with Money data-type Pin
Colin Angus Mackay8-Nov-06 6:05
Colin Angus Mackay8-Nov-06 6:05 
QuestionHow to insert jpeg file into sql server 2000 And how to retrieve to .net form Pin
Parameswar Mal8-Nov-06 0:21
Parameswar Mal8-Nov-06 0:21 
AnswerRe: How to insert jpeg file into sql server 2000 And how to retrieve to .net form Pin
Colin Angus Mackay8-Nov-06 6:02
Colin Angus Mackay8-Nov-06 6:02 
QuestionTrigger Problem in sql server 2000 Pin
monika_vasvani7-Nov-06 20:12
monika_vasvani7-Nov-06 20:12 
AnswerRe: Trigger Problem in sql server 2000 Pin
Mairaaj Khan7-Nov-06 20:36
professionalMairaaj Khan7-Nov-06 20:36 
AnswerRe: Trigger Problem in sql server 2000 Pin
PavanPareta7-Nov-06 22:17
PavanPareta7-Nov-06 22:17 
QuestionSearch creteria based on multiple columns Pin
Ravi Shankar437-Nov-06 20:02
Ravi Shankar437-Nov-06 20:02 
AnswerRe: Search creteria based on multiple columns Pin
PavanPareta9-Nov-06 19:21
PavanPareta9-Nov-06 19:21 
Questiondataware housing Pin
king sunny7-Nov-06 18:47
king sunny7-Nov-06 18:47 
AnswerRe: dataware housing Pin
playout7-Nov-06 18:58
playout7-Nov-06 18:58 

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.