Click here to Skip to main content
15,899,679 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL: diffrence between Clustered and Non Clustered Indexing Pin
PavanPareta31-Jan-07 23:31
PavanPareta31-Jan-07 23:31 
QuestionDatabase information Pin
John Gathogo31-Jan-07 21:00
John Gathogo31-Jan-07 21:00 
AnswerRe: Database information Pin
Pete O'Hanlon31-Jan-07 22:26
mvePete O'Hanlon31-Jan-07 22:26 
Questioncan we give more than one fielsd as primary key in a table Pin
anujose31-Jan-07 18:26
anujose31-Jan-07 18:26 
AnswerRe: can we give more than one fielsd as primary key in a table Pin
Guru bhai31-Jan-07 18:57
Guru bhai31-Jan-07 18:57 
Question[Ask] How to reset Identity Column? Pin
Jati Indrayanto31-Jan-07 15:03
Jati Indrayanto31-Jan-07 15:03 
AnswerRe: [Ask] How to reset Identity Column? Pin
Sylvester george31-Jan-07 23:40
Sylvester george31-Jan-07 23:40 
GeneralRe: [Ask] How to reset Identity Column? Pin
Jati Indrayanto1-Feb-07 15:22
Jati Indrayanto1-Feb-07 15:22 
Thanks for your comment, Sir Sylvester.

If I use

DBCC CHECKIDENT(jobs, RESEED, 100)

It will affect right after when we insert new row right?
Conversely, I wish it will change the current values of PK'.
For example I have 2 tables

Parent Child
------ --------
pk (int identity) fk (int)
name (varchar) descr(varchar)

Suppose the values of PK are 1,9,10 (all has reference in Child)
Then, I wanna change the value of PK to (1,2,3) and cascade the value of FK in Child.

Is it possible to do that with built-in SP or function in SQL 2k5?
Or do I have to make manually?

Thanks In Advance.
Jati Indrayanto.



Everything is possible.

Answer[Solved] How to reset Identity Column? Pin
Jati Indrayanto4-Feb-07 21:06
Jati Indrayanto4-Feb-07 21:06 
QuestionFindFirst/FindNext vs. SELECT/WHERE Pin
Joe Smith IX31-Jan-07 5:07
Joe Smith IX31-Jan-07 5:07 
AnswerRe: FindFirst/FindNext vs. SELECT/WHERE Pin
leckey31-Jan-07 6:10
leckey31-Jan-07 6:10 
GeneralRe: FindFirst/FindNext vs. SELECT/WHERE Pin
Joe Smith IX31-Jan-07 8:54
Joe Smith IX31-Jan-07 8:54 
GeneralRe: FindFirst/FindNext vs. SELECT/WHERE Pin
WoutL31-Jan-07 11:00
WoutL31-Jan-07 11:00 
GeneralRe: FindFirst/FindNext vs. SELECT/WHERE Pin
leckey31-Jan-07 11:05
leckey31-Jan-07 11:05 
GeneralRe: FindFirst/FindNext vs. SELECT/WHERE Pin
Joe Smith IX1-Feb-07 4:09
Joe Smith IX1-Feb-07 4:09 
GeneralRe: FindFirst/FindNext vs. SELECT/WHERE Pin
WoutL20-Feb-07 3:11
WoutL20-Feb-07 3:11 
QuestionExcel vb6 Record set Problem Pin
tj2831-Jan-07 4:55
tj2831-Jan-07 4:55 
AnswerWrong forum Pin
leckey31-Jan-07 6:11
leckey31-Jan-07 6:11 
Questioncreating TableSpace in oracle Pin
Mushtaque Nizamani31-Jan-07 3:50
Mushtaque Nizamani31-Jan-07 3:50 
QuestionUsing MS SQL Profiler in SQL 2000 Pin
ToughGuy931-Jan-07 3:39
ToughGuy931-Jan-07 3:39 
AnswerRe: Using MS SQL Profiler in SQL 2000 Pin
Pete O'Hanlon31-Jan-07 3:51
mvePete O'Hanlon31-Jan-07 3:51 
GeneralRe: Using MS SQL Profiler in SQL 2000 Pin
ToughGuy931-Jan-07 6:36
ToughGuy931-Jan-07 6:36 
QuestionQuery help Pin
indian14331-Jan-07 2:31
indian14331-Jan-07 2:31 
AnswerRe: Query help Pin
Pete O'Hanlon31-Jan-07 3:03
mvePete O'Hanlon31-Jan-07 3:03 
AnswerRe: Query help Pin
Sylvester george31-Jan-07 23:48
Sylvester george31-Jan-07 23:48 

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.