Click here to Skip to main content
15,912,507 members
Home / Discussions / Database
   

Database

 
GeneralRe: Unable to run the SQL Server critical update Pin
Suj_7824-Mar-06 2:11
Suj_7824-Mar-06 2:11 
GeneralRe: Unable to run the SQL Server critical update Pin
André Ziegler24-Mar-06 2:45
André Ziegler24-Mar-06 2:45 
QuestionUsing a switch in SQL Pin
MatthysDT22-Mar-06 22:46
MatthysDT22-Mar-06 22:46 
AnswerRe: Using a switch in SQL Pin
Colin Angus Mackay23-Mar-06 1:26
Colin Angus Mackay23-Mar-06 1:26 
QuestionImage in Datagrid Pin
naveenieus22-Mar-06 17:13
naveenieus22-Mar-06 17:13 
QuestionDoes anybody know open source db of countries, cities... Pin
e-laj22-Mar-06 14:47
e-laj22-Mar-06 14:47 
QuestionHow to: Reset value of autoincrement column, after delete the datarow? Pin
krzychub22-Mar-06 6:46
krzychub22-Mar-06 6:46 
QuestionRe: How to: Reset value of autoincrement column, after delete the datarow? Pin
Chris Meech22-Mar-06 7:16
Chris Meech22-Mar-06 7:16 
I have no idea how to accomplish this with either an Autoincrement property or using triggers with sequences. But I do know that since these types of columns are mostly used for primary keys, where the values typically have no relationship to the rest of the data in the row, what reason do you have for wanting some control on the next value after some delete operation has occurred. Consider as well, what happens when you delete where ID = 2; Should the next add do an insert with a value of 2 and then the next add use 4?

Chris Meech

I am Canadian. [heard in a local bar]

When I want privacy, I'll close the bathroom door. [Stan Shannon]

BAD DAY FOR: Friendly competition, as Ford Motor Co. declared the employee parking lot at its truck plant in Dearborn, Mich., off limits to vehicles built by rival companies. Workers have to drive a Ford to work, or park across the street. [CNNMoney.com]

Nice sig! [Tim Deveaux on Matt Newman's sig with a quote from me]
AnswerRe: How to: Reset value of autoincrement column, after delete the datarow? Pin
Steve Schaneville22-Mar-06 7:19
professionalSteve Schaneville22-Mar-06 7:19 
AnswerRe: How to: Reset value of autoincrement column, after delete the datarow? Pin
krzychub23-Mar-06 21:19
krzychub23-Mar-06 21:19 
Questionusing aggregates on NULL Pin
Rob Philpott22-Mar-06 4:48
Rob Philpott22-Mar-06 4:48 
AnswerRe: using aggregates on NULL Pin
Michael Potter22-Mar-06 4:54
Michael Potter22-Mar-06 4:54 
GeneralRe: using aggregates on NULL Pin
Rob Philpott22-Mar-06 6:14
Rob Philpott22-Mar-06 6:14 
GeneralRe: using aggregates on NULL Pin
Michael Potter22-Mar-06 8:29
Michael Potter22-Mar-06 8:29 
GeneralRe: using aggregates on NULL Pin
Rob Philpott22-Mar-06 8:59
Rob Philpott22-Mar-06 8:59 
AnswerRe: using aggregates on NULL Pin
albCode22-Mar-06 4:55
albCode22-Mar-06 4:55 
AnswerRe: using aggregates on NULL Pin
Steve Schaneville22-Mar-06 7:15
professionalSteve Schaneville22-Mar-06 7:15 
AnswerRe: using aggregates on NULL Pin
Chris Meech22-Mar-06 7:22
Chris Meech22-Mar-06 7:22 
JokeRe: using aggregates on NULL Pin
Jorge Novo23-Mar-06 13:09
Jorge Novo23-Mar-06 13:09 
QuestionBLOB size in oracle 8? Pin
chilituna22-Mar-06 1:56
chilituna22-Mar-06 1:56 
QuestionProcedure Pin
ArielR22-Mar-06 0:06
ArielR22-Mar-06 0:06 
AnswerRe: Procedure Pin
J4amieC22-Mar-06 0:12
J4amieC22-Mar-06 0:12 
AnswerRe: Procedure Pin
HimaBindu Vejella22-Mar-06 0:39
HimaBindu Vejella22-Mar-06 0:39 
GeneralRe: Procedure Pin
ArielR22-Mar-06 3:17
ArielR22-Mar-06 3:17 
QuestionLinks for Stored Procedure Pin
Rajkamal_dfine22-Mar-06 0:02
Rajkamal_dfine22-Mar-06 0:02 

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.