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

Database

 
AnswerRe: Datatable Merge IN C#.Net Pin
ScottM121-Jun-07 2:24
ScottM121-Jun-07 2:24 
GeneralRe: Datatable Merge IN C#.Net Pin
adnanrafiq21-Jun-07 3:25
adnanrafiq21-Jun-07 3:25 
GeneralRe: Datatable Merge IN C#.Net Pin
ScottM121-Jun-07 3:35
ScottM121-Jun-07 3:35 
QuestionOLEDB driver on x64 operating system issues Pin
NetTim.Net20-Jun-07 23:01
NetTim.Net20-Jun-07 23:01 
AnswerRe: OLEDB driver on x64 operating system issues Pin
Mike Dimmick21-Jun-07 2:36
Mike Dimmick21-Jun-07 2:36 
QuestionHow to Nth maximum record in a table Pin
Sathiyaraj Ganesan20-Jun-07 20:52
Sathiyaraj Ganesan20-Jun-07 20:52 
AnswerRe: How to Nth maximum record in a table Pin
originSH20-Jun-07 21:45
originSH20-Jun-07 21:45 
AnswerRe: How to Nth maximum record in a table Pin
Krish - KP20-Jun-07 23:52
Krish - KP20-Jun-07 23:52 
DECLARE @nth as bigint
SET @nth = 10

SELECT * FROM TblA AS a WHERE @nth = (SELECT COUNT(ColA) FROM
TblB AS b WHERE b.ColA >= a.ColA)

This will return 10th Max.
change value of the variable @nth to get the required Max.



Regards
KP

QuestionHow to connect DB2 8.0 with .net Pin
bigeyed20-Jun-07 16:48
bigeyed20-Jun-07 16:48 
AnswerRe: How to connect DB2 8.0 with .net Pin
Mike Dimmick21-Jun-07 2:40
Mike Dimmick21-Jun-07 2:40 
QuestionCalling user defined function Pin
seemamltn20-Jun-07 14:30
seemamltn20-Jun-07 14:30 
AnswerRe: Calling user defined function Pin
vimal_yet20-Jun-07 18:17
vimal_yet20-Jun-07 18:17 
AnswerRe: Calling user defined function Pin
gauthee20-Jun-07 18:33
gauthee20-Jun-07 18:33 
QuestionHow to recover sql server database data? Pin
method00720-Jun-07 13:23
method00720-Jun-07 13:23 
AnswerRe: How to recover sql server database data? Pin
originSH20-Jun-07 23:50
originSH20-Jun-07 23:50 
GeneralRe: How to recover sql server database data? Pin
method00721-Jun-07 6:50
method00721-Jun-07 6:50 
QuestionSettings and Connection string full dereference Properties.Settings.dbConnectionString Pin
g18c20-Jun-07 12:03
g18c20-Jun-07 12:03 
QuestionRandom Search Pin
Red Lake20-Jun-07 11:28
Red Lake20-Jun-07 11:28 
AnswerRe: Random Search Pin
gauthee20-Jun-07 18:25
gauthee20-Jun-07 18:25 
GeneralRe: Random Search Pin
Red Lake21-Jun-07 2:35
Red Lake21-Jun-07 2:35 
Questionselect stataement Pin
seemamltn20-Jun-07 10:22
seemamltn20-Jun-07 10:22 
AnswerRe: select stataement Pin
gauthee20-Jun-07 18:13
gauthee20-Jun-07 18:13 
AnswerRe: select stataement Pin
vimal_yet20-Jun-07 18:27
vimal_yet20-Jun-07 18:27 
QuestionConnection Strings & App.config with class libaries Pin
g18c20-Jun-07 9:48
g18c20-Jun-07 9:48 
AnswerRe: Connection Strings & App.config with class libaries Pin
Not Active20-Jun-07 10:02
mentorNot Active20-Jun-07 10: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.