Click here to Skip to main content
15,888,610 members
Home / Discussions / Database
   

Database

 
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 
Questionhow to restore suspected database Pin
S.M.kanerkar5-Dec-08 23:59
S.M.kanerkar5-Dec-08 23:59 
AnswerRe: how to restore suspected database Pin
Wendelius6-Dec-08 1:27
mentorWendelius6-Dec-08 1:27 
QuestionMulitple Database using Reporting Services... Pin
cbe_pav5-Dec-08 20:42
cbe_pav5-Dec-08 20:42 
AnswerRe: Mulitple Database using Reporting Services... Pin
Paddy Boyd8-Dec-08 2:32
Paddy Boyd8-Dec-08 2:32 
GeneralRe: Mulitple Database using Reporting Services... Pin
cbe_pav9-Dec-08 1:19
cbe_pav9-Dec-08 1:19 
QuestionGet SQL Data Type Pin
Shivan Nandan5-Dec-08 18:11
Shivan Nandan5-Dec-08 18:11 
AnswerRe: Get SQL Data Type Pin
H2ppYstaR5-Dec-08 18:28
H2ppYstaR5-Dec-08 18:28 
QuestionHow to get the list of Names which starts with numerics. Pin
K V Sekhar5-Dec-08 17:45
K V Sekhar5-Dec-08 17:45 
AnswerRe: How to get the list of Names which starts with numerics. Pin
Wendelius5-Dec-08 21:56
mentorWendelius5-Dec-08 21:56 
GeneralRe: How to get the list of Names which starts with numerics. Pin
K V Sekhar5-Dec-08 22:03
K V Sekhar5-Dec-08 22:03 
GeneralRe: How to get the list of Names which starts with numerics. Pin
Wendelius6-Dec-08 1:27
mentorWendelius6-Dec-08 1:27 
AnswerRe: How to get the list of Names which starts with numerics. Pin
Mycroft Holmes6-Dec-08 15:28
professionalMycroft Holmes6-Dec-08 15:28 
GeneralRe: How to get the list of Names which starts with numerics. Pin
K V Sekhar7-Dec-08 17:19
K V Sekhar7-Dec-08 17:19 
AnswerRe: How to get the list of Names which starts with numerics. Pin
Ashfield7-Dec-08 21:37
Ashfield7-Dec-08 21:37 

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.