Click here to Skip to main content
16,006,709 members
Home / Discussions / Database
   

Database

 
GeneralRe: Is datatable.update necessary Pin
pmarfleet5-Sep-07 22:48
pmarfleet5-Sep-07 22:48 
GeneralRe: Is datatable.update necessary Pin
Glen Harvy5-Sep-07 23:20
Glen Harvy5-Sep-07 23:20 
Questiondatatable.update & dataset.acceptchanges Pin
Glen Harvy5-Sep-07 21:20
Glen Harvy5-Sep-07 21:20 
QuestionFine Tuning a Recursive Stored Procedure Pin
Vasudevan Deepak Kumar5-Sep-07 21:04
Vasudevan Deepak Kumar5-Sep-07 21:04 
AnswerRe: Fine Tuning a Recursive Stored Procedure Pin
Frank Kerrigan5-Sep-07 22:53
Frank Kerrigan5-Sep-07 22:53 
QuestionHow to put multiple values in y-axis in chart in reportiing services? Pin
Jwalant Natvarlal Soneji5-Sep-07 20:42
Jwalant Natvarlal Soneji5-Sep-07 20:42 
QuestionIdentity Constraint Pin
M. J. Jaya Chitra5-Sep-07 18:19
M. J. Jaya Chitra5-Sep-07 18:19 
AnswerRe: Identity Constraint Pin
John-ph5-Sep-07 22:26
John-ph5-Sep-07 22:26 
Create a sample table with the same definition and dump the records. First try to set the Primary key field to have an Identity Constraint without dropping the column. It will set the Key but the Identity seed will increase from the max value that column contains and the records will also rearanged in the order of the Identity Value. Check you application whether it runs properly with these changes. and How sure are you that these change doesn't causes any negetive impact on the application side? Because It completely depends on how that particular field is handled on the application side (Including DataDefinition). At present How the value is being passed to this field from the application? If constraint changes will that create any problem?

Since Pkey is not set to that column it might have not been referencing any other table. But still dropping that column depends how that particular feild is handled on the application side. Consider all these factor and take the neccesary action...

do the verification testing before you do changes to the production database.

Regards
J O H N Rose | [Rose]

"Even eagles need a push." David McNally

QuestionHow can I save the image of PictureBox to Sql Server 2000 Pin
kindman_nb5-Sep-07 15:02
kindman_nb5-Sep-07 15:02 
Questionrequest database sites Pin
dinakatina5-Sep-07 13:45
dinakatina5-Sep-07 13:45 
AnswerRe: request database sites Pin
Colin Angus Mackay5-Sep-07 14:09
Colin Angus Mackay5-Sep-07 14:09 
QuestionSelect multiple fields into a new fields then do a like statement Pin
MyRunner5-Sep-07 10:13
MyRunner5-Sep-07 10:13 
AnswerRe: Select multiple fields into a new fields then do a like statement Pin
Colin Angus Mackay5-Sep-07 10:24
Colin Angus Mackay5-Sep-07 10:24 
AnswerRe: Select multiple fields into a new fields then do a like statement Pin
Colin Angus Mackay5-Sep-07 10:26
Colin Angus Mackay5-Sep-07 10:26 
Questiontravel agent database problems Pin
dinakatina5-Sep-07 9:02
dinakatina5-Sep-07 9:02 
AnswerRe: travel agent database problems Pin
Colin Angus Mackay5-Sep-07 9:06
Colin Angus Mackay5-Sep-07 9:06 
GeneralRe: travel agent database problems Pin
Christian Graus5-Sep-07 10:09
protectorChristian Graus5-Sep-07 10:09 
GeneralRe: travel agent database problems Pin
Colin Angus Mackay5-Sep-07 10:29
Colin Angus Mackay5-Sep-07 10:29 
AnswerRe: travel agent database problems Pin
Christian Graus5-Sep-07 9:08
protectorChristian Graus5-Sep-07 9:08 
QuestionT-SQL Help Pin
Hulicat5-Sep-07 8:04
Hulicat5-Sep-07 8:04 
AnswerRe: T-SQL Help Pin
Colin Angus Mackay5-Sep-07 8:32
Colin Angus Mackay5-Sep-07 8:32 
GeneralRe: T-SQL Help Pin
Hulicat5-Sep-07 8:42
Hulicat5-Sep-07 8:42 
GeneralRe: T-SQL Help Pin
Colin Angus Mackay5-Sep-07 9:04
Colin Angus Mackay5-Sep-07 9:04 
GeneralRe: T-SQL Help Pin
Hulicat5-Sep-07 10:21
Hulicat5-Sep-07 10:21 
GeneralRe: T-SQL Help Pin
Colin Angus Mackay5-Sep-07 10:23
Colin Angus Mackay5-Sep-07 10:23 

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.