Click here to Skip to main content
15,891,372 members
Home / Discussions / Database
   

Database

 
Question[Message Deleted] Pin
Member 195906229-Apr-09 2:52
Member 195906229-Apr-09 2:52 
AnswerRe: ADO.NET DBDataReader Pin
Henry Minute29-Apr-09 4:54
Henry Minute29-Apr-09 4:54 
QuestionAn SQL Statistics Pin
foryou29-Apr-09 2:12
foryou29-Apr-09 2:12 
AnswerRe: An SQL Statistics Pin
Mycroft Holmes29-Apr-09 2:26
professionalMycroft Holmes29-Apr-09 2:26 
GeneralRe: An SQL Statistics Pin
foryou29-Apr-09 3:53
foryou29-Apr-09 3:53 
QuestionProblem in Read data from Excel sheet Pin
Bragadeeshwaran28-Apr-09 21:22
Bragadeeshwaran28-Apr-09 21:22 
QuestionDatabase Duplication Pin
Leo Smith28-Apr-09 6:05
Leo Smith28-Apr-09 6:05 
AnswerRe: Database Duplication Pin
David Mujica28-Apr-09 7:51
David Mujica28-Apr-09 7:51 
There is no easy way to do this without writing some programming.

Take these things into consideration:
1) What are the dependencies among the tables? This will determine the order of the tables to be processed. For example, Invoice Header is processed before Invoice Details.

2) Auto increment keys could be a killer for you. On production the key may be 1001, but in debug that key is already used. Therefore the program would have to look at the data as a “business object”, meaning it would have to re-create the Invoice Header with a new key and the subsequent invoice details would have to have the proper foreign key to point back to this new Invoice Header.

3) Get yourself a good ER (entity relationship) diagram of your system and start thinking about how you could pull data over in chunks.

Sounds like an interesting challenge Cool | :cool: , but once you have it made it will become invaluable.

Good luck.
GeneralRe: Database Duplication Pin
Leo Smith28-Apr-09 8:19
Leo Smith28-Apr-09 8:19 
QuestionUsing SQL Server 2008 Pin
musefan28-Apr-09 1:30
musefan28-Apr-09 1:30 
AnswerRe: Using SQL Server 2008 Pin
Rob Smiley28-Apr-09 2:04
Rob Smiley28-Apr-09 2:04 
GeneralRe: Using SQL Server 2008 Pin
musefan28-Apr-09 2:13
musefan28-Apr-09 2:13 
Questionwhat is the best method to install SQL server Express 2005 programmatically Pin
sunil goyalG28-Apr-09 0:44
sunil goyalG28-Apr-09 0:44 
QuestionOracle On Vista?? Pin
Muammar©27-Apr-09 23:06
Muammar©27-Apr-09 23:06 
AnswerRe: Oracle On Vista?? Pin
RussellT5-Jun-09 9:24
professionalRussellT5-Jun-09 9:24 
QuestionCreate backup of Database of SQL server from Client and server Pin
sunil goyalG27-Apr-09 21:47
sunil goyalG27-Apr-09 21:47 
AnswerRe: Create backup of Database of SQL server from Client and server Pin
scottgp28-Apr-09 0:32
professionalscottgp28-Apr-09 0:32 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
sunil goyalG28-Apr-09 0:46
sunil goyalG28-Apr-09 0:46 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
scottgp28-Apr-09 1:03
professionalscottgp28-Apr-09 1:03 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
sunil goyalG28-Apr-09 1:57
sunil goyalG28-Apr-09 1:57 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
scottgp28-Apr-09 2:17
professionalscottgp28-Apr-09 2:17 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
sunil goyalG28-Apr-09 2:47
sunil goyalG28-Apr-09 2:47 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
scottgp28-Apr-09 3:16
professionalscottgp28-Apr-09 3:16 
QuestionDB with Dataset Pin
lost_in_code27-Apr-09 21:46
lost_in_code27-Apr-09 21:46 
AnswerRe: DB with Dataset Pin
SayreCC27-Apr-09 23:42
SayreCC27-Apr-09 23:42 

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.