Click here to Skip to main content
15,922,584 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Table Design Pin
Russell Nash19-Jan-06 2:56
Russell Nash19-Jan-06 2:56 
QuestionGenerate Unique ID Pin
mcgann18-Jan-06 6:53
mcgann18-Jan-06 6:53 
AnswerRe: Generate Unique ID Pin
Farhan Noor Qureshi18-Jan-06 7:24
Farhan Noor Qureshi18-Jan-06 7:24 
QuestionER Diagrams Pin
kids1718-Jan-06 5:07
kids1718-Jan-06 5:07 
AnswerRe: ER Diagrams Pin
Colin Angus Mackay18-Jan-06 5:28
Colin Angus Mackay18-Jan-06 5:28 
QuestionMoving data between servers Pin
Russell Nash18-Jan-06 2:54
Russell Nash18-Jan-06 2:54 
GeneralRe: Moving data between servers Pin
PolarbearDK18-Jan-06 4:57
PolarbearDK18-Jan-06 4:57 
AnswerRe: Moving data between servers Pin
Farhan Noor Qureshi18-Jan-06 7:34
Farhan Noor Qureshi18-Jan-06 7:34 
Russell Nash wrote:
If I leave the data in a dataset:
Will the data persist after the connection is closed?


Yes, if you use disconnected datasets.

Russell Nash wrote:
Can I connect that dataset to either a new data adapter, or change the connection string of the data adapter?


I am pretty sure it can be done.

Russell Nash wrote:
Is it efficient to copy the data into a different dataset?


By using DataSet.Copy()?

Russell Nash wrote:
How do I save the data from the XMLReader to a file?


To dump contents of Dataset to an XML file use DataSet.WriteXml().

Russell Nash wrote:
Is this efficient?


I guess.

Russell Nash wrote:
Is there another option I'm missing, that would be more efficient?


One option would be the plain old fashion way of doing stuff like that. Generate INSERT statements and using Bulk Insert. Very fast and easy.

Russell Nash wrote:
I could make this go, but as the datasets are going to be quite large, I want to make sure I'm doing it in the best way.


For larger data, I find BULK insert to be the most efficient way.


Farhan Noor Qureshi

if (this == this) thow this;
Questionquery for unique customers Pin
imsathy18-Jan-06 2:22
imsathy18-Jan-06 2:22 
AnswerRe: query for unique customers Pin
Colin Angus Mackay18-Jan-06 2:50
Colin Angus Mackay18-Jan-06 2:50 
QuestionRe: query for unique customers Pin
imsathy18-Jan-06 3:17
imsathy18-Jan-06 3:17 
AnswerRe: query for unique customers Pin
Colin Angus Mackay18-Jan-06 4:00
Colin Angus Mackay18-Jan-06 4:00 
GeneralRe: query for unique customers Pin
imsathy18-Jan-06 18:32
imsathy18-Jan-06 18:32 
QuestionHow to assign dataset in Reporting Services 2005? Pin
Diego F.17-Jan-06 22:48
Diego F.17-Jan-06 22:48 
Questionmultiple update problem in datagrid Pin
sood_is_in17-Jan-06 21:24
sood_is_in17-Jan-06 21:24 
AnswerRe: multiple update problem in datagrid Pin
Alexandru Serban18-Jan-06 10:59
professionalAlexandru Serban18-Jan-06 10:59 
QuestionNeed Help With Creating an Easy Code. Pin
CoMMyz17-Jan-06 21:19
CoMMyz17-Jan-06 21:19 
AnswerRe: Need Help With Creating an Easy Code. Pin
Russell Nash18-Jan-06 2:58
Russell Nash18-Jan-06 2:58 
QuestionNT User List Pin
Bob Zagars17-Jan-06 20:08
Bob Zagars17-Jan-06 20:08 
AnswerRe: NT User List Pin
Colin Angus Mackay17-Jan-06 20:54
Colin Angus Mackay17-Jan-06 20:54 
GeneralRe: NT User List Pin
Bob Zagars17-Jan-06 23:52
Bob Zagars17-Jan-06 23:52 
GeneralRe: NT User List Pin
S Douglas18-Jan-06 0:40
professionalS Douglas18-Jan-06 0:40 
GeneralRe: NT User List Pin
Bob Zagars18-Jan-06 5:46
Bob Zagars18-Jan-06 5:46 
GeneralRe: NT User List Pin
S Douglas18-Jan-06 5:53
professionalS Douglas18-Jan-06 5:53 
Questionhow to access the Sql Server Publicly Pin
raheeli17-Jan-06 18:15
raheeli17-Jan-06 18:15 

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.