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

Database

 
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 
GeneralRe: how to transfer all data to another database Pin
Wendelius6-Dec-08 21:59
mentorWendelius6-Dec-08 21:59 
This means that you hav an IDENTITY column in records table. Normally you cannot give value to an identity column because SQL Server assigns it. When migrating old data you can set this feature temporarily off. Have a look at: SET IDENTITY_INSERT (Transact-SQL)[^]

However if you don't want that SQL Server assigns the value at all, you should remove the identity definition from that table.

The need to optimize rises from a bad design.My articles[^]

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 
GeneralRe: How to get the list of Names which starts with numerics. Pin
K V Sekhar7-Dec-08 22:46
K V Sekhar7-Dec-08 22:46 

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.