Click here to Skip to main content
15,892,537 members
Home / Discussions / Database
   

Database

 
QuestionRe: Finding Related records using sql Pin
HRiazi3-Nov-06 19:19
HRiazi3-Nov-06 19:19 
AnswerRe: Finding Related records using sql Pin
Colin Angus Mackay5-Nov-06 22:40
Colin Angus Mackay5-Nov-06 22:40 
QuestionData Concurrency when updating DataSet with Database issues Pin
bertvan3-Nov-06 7:15
bertvan3-Nov-06 7:15 
AnswerRe: Data Concurrency when updating DataSet with Database issues Pin
Stathread5-Nov-06 3:42
Stathread5-Nov-06 3:42 
QuestionPlease Solve this Query..? Pin
PavanPareta3-Nov-06 3:05
PavanPareta3-Nov-06 3:05 
AnswerRe: Please Solve this Query..? Pin
Elina Blank3-Nov-06 3:54
sitebuilderElina Blank3-Nov-06 3:54 
GeneralRe: Please Solve this Query..? Pin
PavanPareta8-Nov-06 17:02
PavanPareta8-Nov-06 17:02 
GeneralRe: Please Solve this Query..? Pin
Elina Blank9-Nov-06 5:17
sitebuilderElina Blank9-Nov-06 5:17 
What exactly you tried?

Here is the idea. Translate it to SQL

Select TOP(2)
INTO TempTable
FROM yourTable



now you can drop your table and rename the temp one.
OR TRUNCATE yourTable and move rows from tempTable into yours.



Sincerely,
Elina

Life is great!!!
Enjoy every moment of it! Blush | :O

QuestionADO sql server Pin
audhie2-Nov-06 23:11
audhie2-Nov-06 23:11 
AnswerRe: ADO sql server Pin
audhie2-Nov-06 23:13
audhie2-Nov-06 23:13 
GeneralRe: ADO sql server Pin
Colin Angus Mackay3-Nov-06 0:09
Colin Angus Mackay3-Nov-06 0:09 
GeneralRe: ADO sql server Pin
Russell Jones6-Nov-06 5:50
Russell Jones6-Nov-06 5:50 
GeneralRe: ADO sql server Pin
Russell Jones6-Nov-06 5:53
Russell Jones6-Nov-06 5:53 
QuestionDivide by zero error encountered.??? how?? [urgent] Pin
campbells2-Nov-06 21:48
campbells2-Nov-06 21:48 
AnswerRe: Divide by zero error encountered.??? how?? [urgent] Pin
ChandraRam2-Nov-06 22:33
ChandraRam2-Nov-06 22:33 
Questionbinary bit manipulation - possible? Pin
neilsolent2-Nov-06 21:41
neilsolent2-Nov-06 21:41 
AnswerRe: binary bit manipulation - possible? Pin
Mike Dimmick3-Nov-06 3:22
Mike Dimmick3-Nov-06 3:22 
GeneralRe: binary bit manipulation - possible? Pin
neilsolent3-Nov-06 3:44
neilsolent3-Nov-06 3:44 
GeneralRe: binary bit manipulation - possible? Pin
neilsolent4-Nov-06 7:18
neilsolent4-Nov-06 7:18 
AnswerRe: binary bit manipulation - possible? Pin
Eric Dahlvang3-Nov-06 3:44
Eric Dahlvang3-Nov-06 3:44 
GeneralRe: binary bit manipulation - possible? Pin
neilsolent3-Nov-06 3:49
neilsolent3-Nov-06 3:49 
GeneralRe: binary bit manipulation - possible? Pin
Eric Dahlvang3-Nov-06 5:07
Eric Dahlvang3-Nov-06 5:07 
GeneralRe: binary bit manipulation - possible? Pin
neilsolent3-Nov-06 5:22
neilsolent3-Nov-06 5:22 
QuestionInformix DB Lvarchar(500) Pin
Vipin.d2-Nov-06 17:14
Vipin.d2-Nov-06 17:14 
AnswerRe: Informix DB Lvarchar(500) Pin
Colin Angus Mackay3-Nov-06 0:18
Colin Angus Mackay3-Nov-06 0:18 

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.