Click here to Skip to main content
15,916,091 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to update Records and Give the Current time and date Pin
Vimalsoft(Pty) Ltd16-May-07 20:40
professionalVimalsoft(Pty) Ltd16-May-07 20:40 
QuestionExport DB from Sql Server 2005 Express Pin
kallileo2-May-07 21:35
kallileo2-May-07 21:35 
AnswerRe: Export DB from Sql Server 2005 Express Pin
Colin Angus Mackay2-May-07 22:54
Colin Angus Mackay2-May-07 22:54 
GeneralRe: Export DB from Sql Server 2005 Express Pin
Jerry Hammond4-May-07 17:06
Jerry Hammond4-May-07 17:06 
GeneralRe: Export DB from Sql Server 2005 Express Pin
Colin Angus Mackay4-May-07 22:28
Colin Angus Mackay4-May-07 22:28 
GeneralRe: Export DB from Sql Server 2005 Express Pin
Jerry Hammond5-May-07 4:20
Jerry Hammond5-May-07 4:20 
AnswerRe: Export DB from Sql Server 2005 Express Pin
Aaron VanWieren3-May-07 3:13
Aaron VanWieren3-May-07 3:13 
GeneralRe: Export DB from Sql Server 2005 Express Pin
Colin Angus Mackay3-May-07 4:13
Colin Angus Mackay3-May-07 4:13 
Aaron VanWieren wrote:
The whole point of detach and reattach is to provide a means to share databases


Move, not share.

The whole point of a server based database system is that you don't end up with multiple copies of a database and end up with a complete mess because you no longer know which is the definitive version. This happens a lot with Access.

Aaron VanWieren wrote:
it is allot simpler than backing up and restore method


Well, with backup and restore you only have one file to deal with. With detach and attach you have to deal with a minimum of two files and, depending on how your database is set up, it could be a lot more than that. Not only that but the database could span various disks. Heck, it is even possible that SQL Server just takes over an entire disk - so there are no files to detach at all, just a physical disk.




Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Export DB from Sql Server 2005 Express Pin
Aaron VanWieren3-May-07 7:46
Aaron VanWieren3-May-07 7:46 
AnswerRe: Sql Function returning a tree structure Pin
Pete O'Hanlon2-May-07 22:34
mvePete O'Hanlon2-May-07 22:34 
GeneralRe: Sql Function returning a tree structure Pin
Colin Angus Mackay3-May-07 1:52
Colin Angus Mackay3-May-07 1:52 
GeneralRe: Sql Function returning a tree structure Pin
Pete O'Hanlon3-May-07 2:26
mvePete O'Hanlon3-May-07 2:26 
QuestionADOX Pin
myNameIsRon2-May-07 11:04
myNameIsRon2-May-07 11:04 
QuestionSave and retrieve an image with SQL Server 2005 Pin
MCAST762-May-07 6:41
MCAST762-May-07 6:41 
AnswerRe: Save and retrieve an image with SQL Server 2005 Pin
Giorgi Dalakishvili2-May-07 7:17
mentorGiorgi Dalakishvili2-May-07 7:17 
GeneralRe: Save and retrieve an image with SQL Server 2005 Pin
MCAST762-May-07 16:49
MCAST762-May-07 16:49 
AnswerRe: Save and retrieve an image with SQL Server 2005 Pin
Michael Potter2-May-07 8:27
Michael Potter2-May-07 8:27 
GeneralRe: Save and retrieve an image with SQL Server 2005 Pin
MCAST762-May-07 16:47
MCAST762-May-07 16:47 
GeneralRe: Save and retrieve an image with SQL Server 2005 Pin
Giorgi Dalakishvili2-May-07 21:05
mentorGiorgi Dalakishvili2-May-07 21:05 
Questionsql string format Pin
hero19952-May-07 5:42
hero19952-May-07 5:42 
AnswerRe: sql string format Pin
Rob Graham2-May-07 9:17
Rob Graham2-May-07 9:17 
QuestionHow do you resume next? Pin
kayos5922-May-07 5:42
kayos5922-May-07 5:42 
AnswerRe: How do you resume next? Pin
Colin Angus Mackay2-May-07 6:06
Colin Angus Mackay2-May-07 6:06 
GeneralRe: How do you resume next? Pin
kayos5922-May-07 6:54
kayos5922-May-07 6:54 
QuestionSQL Query Problem Pin
rachitdamani2-May-07 1:14
rachitdamani2-May-07 1:14 

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.