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

Database

 
AnswerRe: DataSet.xsd with relational tables Pin
Vimalsoft(Pty) Ltd29-Jul-08 23:11
professionalVimalsoft(Pty) Ltd29-Jul-08 23:11 
AnswerRe: DataSet.xsd with relational tables Pin
Wendelius30-Jul-08 8:59
mentorWendelius30-Jul-08 8:59 
GeneralRe: DataSet.xsd with relational tables Pin
Brendan Vogt31-Jul-08 0:07
Brendan Vogt31-Jul-08 0:07 
GeneralRe: DataSet.xsd with relational tables Pin
Wendelius31-Jul-08 7:07
mentorWendelius31-Jul-08 7:07 
Questionquestion about autoincrement "identity" Pin
kimo code28-Jul-08 22:45
kimo code28-Jul-08 22:45 
AnswerRe: question about autoincrement "identity" Pin
Ashfield28-Jul-08 23:04
Ashfield28-Jul-08 23:04 
GeneralRe: question about autoincrement "identity" Pin
kimo code29-Jul-08 0:17
kimo code29-Jul-08 0:17 
GeneralRe: question about autoincrement "identity" [modified] Pin
Blue_Boy29-Jul-08 2:08
Blue_Boy29-Jul-08 2:08 
S.A brother

if u have to delete last row from taable then use this query

<br />
declare @rownum as int<br />
set @rownum =(select max(id)-1 from tablename)<br />
dbcc checkident (tablename,reseed,@rownum)


for more ask again.


I Love T-SQL
"Don't torture yourself,let the life to do it for you."

GeneralRe: question about autoincrement "identity" Pin
kimo code29-Jul-08 20:08
kimo code29-Jul-08 20:08 
GeneralRe: question about autoincrement "identity" Pin
Blue_Boy29-Jul-08 22:58
Blue_Boy29-Jul-08 22:58 
Questioncross tab query Pin
prithaa28-Jul-08 21:50
prithaa28-Jul-08 21:50 
AnswerRe: cross tab query Pin
prithaa28-Jul-08 21:53
prithaa28-Jul-08 21:53 
AnswerRe: cross tab query Pin
Ashfield28-Jul-08 23:05
Ashfield28-Jul-08 23:05 
GeneralRe: cross tab query Pin
prithaa30-Jul-08 5:25
prithaa30-Jul-08 5:25 
GeneralRe: cross tab query Pin
Ashfield30-Jul-08 22:04
Ashfield30-Jul-08 22:04 
Questionproblem with crosstab query Pin
prithaa28-Jul-08 21:34
prithaa28-Jul-08 21:34 
Questionlower and upper limit problem Pin
wajans28-Jul-08 11:32
wajans28-Jul-08 11:32 
AnswerRe: lower and upper limit problem Pin
Blue_Boy28-Jul-08 12:15
Blue_Boy28-Jul-08 12:15 
AnswerRe: lower and upper limit problem Pin
Blue_Boy28-Jul-08 12:35
Blue_Boy28-Jul-08 12:35 
AnswerRe: lower and upper limit problem Pin
PIEBALDconsult30-Jul-08 21:46
mvePIEBALDconsult30-Jul-08 21:46 
QuestionHelp understanding FLWOR modify statement Pin
David Mujica28-Jul-08 10:03
David Mujica28-Jul-08 10:03 
AnswerRe: Help understanding FLWOR modify statement Pin
leoinfo28-Jul-08 16:15
leoinfo28-Jul-08 16:15 
GeneralWorked ! Pin
David Mujica29-Jul-08 9:50
David Mujica29-Jul-08 9:50 
QuestionMonitor connection pool - ODP.Net 10g Pin
Het210928-Jul-08 9:39
Het210928-Jul-08 9:39 
AnswerRe: Monitor connection pool - ODP.Net 10g Pin
Wendelius28-Jul-08 10:24
mentorWendelius28-Jul-08 10:24 

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.