Click here to Skip to main content
15,900,378 members
Home / Discussions / Database
   

Database

 
QuestionSelect column name where... Pin
Muammar©6-Dec-08 20:53
Muammar©6-Dec-08 20:53 
AnswerRe: Select column name where... Pin
Wendelius6-Dec-08 22:38
mentorWendelius6-Dec-08 22:38 
AnswerRe: Select column name where... Pin
Mohammad Dayyan8-Dec-08 13:52
Mohammad Dayyan8-Dec-08 13:52 
GeneralRe: Select column name where... Pin
Muammar©12-Dec-08 19:24
Muammar©12-Dec-08 19:24 
GeneralRe: Select column name where... Pin
Mohammad Dayyan12-Dec-08 20:39
Mohammad Dayyan12-Dec-08 20:39 
GeneralRe: Select column name where... Pin
Muammar©12-Dec-08 21:39
Muammar©12-Dec-08 21:39 
GeneralRe: Select column name where... Pin
Mohammad Dayyan13-Dec-08 4:41
Mohammad Dayyan13-Dec-08 4:41 
GeneralRe: Select column name where... Pin
Muammar©13-Dec-08 18:27
Muammar©13-Dec-08 18:27 
GeneralRe: Select column name where... Pin
Muammar©13-Dec-08 19:26
Muammar©13-Dec-08 19:26 
GeneralRe: Select column name where... Pin
Mohammad Dayyan13-Dec-08 20:10
Mohammad Dayyan13-Dec-08 20:10 
GeneralRe: Select column name where... Pin
Muammar©13-Dec-08 20:17
Muammar©13-Dec-08 20:17 
Questionhow to transfer all data to another database Pin
harcaype6-Dec-08 4:12
harcaype6-Dec-08 4:12 
AnswerRe: how to transfer all data to another database Pin
Wendelius6-Dec-08 4:36
mentorWendelius6-Dec-08 4:36 
GeneralRe: how to transfer all data to another database Pin
harcaype6-Dec-08 4:54
harcaype6-Dec-08 4:54 
GeneralRe: how to transfer all data to another database Pin
Wendelius6-Dec-08 5:13
mentorWendelius6-Dec-08 5:13 
GeneralRe: how to transfer all data to another database Pin
harcaype6-Dec-08 6:51
harcaype6-Dec-08 6:51 
GeneralRe: how to transfer all data to another database Pin
Wendelius6-Dec-08 7:24
mentorWendelius6-Dec-08 7:24 
GeneralRe: how to transfer all data to another database Pin
Jerry Hammond6-Dec-08 10:16
Jerry Hammond6-Dec-08 10:16 
GeneralRe: how to transfer all data to another database Pin
Wendelius6-Dec-08 10:22
mentorWendelius6-Dec-08 10:22 
GeneralRe: how to transfer all data to another database Pin
Jerry Hammond6-Dec-08 10:52
Jerry Hammond6-Dec-08 10:52 
GeneralRe: how to transfer all data to another database Pin
Wendelius6-Dec-08 10:58
mentorWendelius6-Dec-08 10:58 
GeneralRe: how to transfer all data to another database Pin
harcaype6-Dec-08 21:01
harcaype6-Dec-08 21:01 
I got it working now. Thanks! I just created a new database however I have a new problem. Yesterday I was able to successfully migrate my data to another database, using this query: "INSERT INTO Records SELECT * FROM MMDAserver.dbo.Records", then being stupid, I accidentally deleted the newly created database from the project file I attached into. Now when I created the new database again with the same name and same everything, I already get this error when I try to copy them again:

Msg 8101, Level 16, State 1, Line 1<br />
An explicit value for the identity column in table 'Records' can only be specified when a column list is used and IDENTITY_INSERT is ON.

GeneralRe: how to transfer all data to another database Pin
Wendelius6-Dec-08 21:59
mentorWendelius6-Dec-08 21:59 
AnswerRe: how to transfer all data to another database Pin
harcaype6-Dec-08 22:17
harcaype6-Dec-08 22:17 
GeneralRe: how to transfer all data to another database Pin
Wendelius6-Dec-08 22:25
mentorWendelius6-Dec-08 22:25 

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.