Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
GeneralRe: how to write query to find the database objects in databases Pin
Colin Angus Mackay10-Jan-07 23:00
Colin Angus Mackay10-Jan-07 23:00 
GeneralRe: how to write query to find the database objects in databases Pin
Rmesh10-Jan-07 23:18
Rmesh10-Jan-07 23:18 
GeneralRe: how to write query to find the database objects in databases Pin
jezemine11-Jan-07 6:33
jezemine11-Jan-07 6:33 
Question"displaying recs randomly in a table" Pin
ravikiranreddydharmannagari10-Jan-07 20:46
ravikiranreddydharmannagari10-Jan-07 20:46 
AnswerRe: "displaying recs randomly in a table" Pin
Paddy Boyd10-Jan-07 23:37
Paddy Boyd10-Jan-07 23:37 
AnswerRe: "displaying recs randomly in a table" Pin
Mark J. Miller11-Jan-07 5:23
Mark J. Miller11-Jan-07 5:23 
GeneralRe: "displaying recs randomly in a table" Pin
Mark J. Miller11-Jan-07 9:52
Mark J. Miller11-Jan-07 9:52 
AnswerRe: "displaying recs randomly in a table" Pin
jezemine11-Jan-07 6:38
jezemine11-Jan-07 6:38 
on mssql:

select top 100 * from yourtable order by newid()


Questionreporting by crystal report Pin
Pradip Kishore10-Jan-07 20:29
Pradip Kishore10-Jan-07 20:29 
AnswerRe: reporting by crystal report Pin
Saud AKhter16-Jan-07 19:48
Saud AKhter16-Jan-07 19:48 
GeneralRe: reporting by crystal report Pin
Pradip Kishore17-Jan-07 20:57
Pradip Kishore17-Jan-07 20:57 
GeneralRe: reporting by crystal report Pin
Saud AKhter18-Jan-07 3:47
Saud AKhter18-Jan-07 3:47 
QuestionMS SQL Server 2005 - SQL Problem Pin
Programm3r10-Jan-07 19:18
Programm3r10-Jan-07 19:18 
AnswerRe: MS SQL Server 2005 - SQL Problem Pin
karam chandrabose10-Jan-07 21:59
karam chandrabose10-Jan-07 21:59 
GeneralRe: MS SQL Server 2005 - SQL Problem Pin
Programm3r10-Jan-07 22:39
Programm3r10-Jan-07 22:39 
QuestionMigrating blob data using SSIS component Pin
gvrvvpjavan10-Jan-07 17:05
gvrvvpjavan10-Jan-07 17:05 
QuestionCollation Name Pin
kifahhk10-Jan-07 15:19
kifahhk10-Jan-07 15:19 
AnswerRe: Collation Name Pin
karam chandrabose10-Jan-07 22:03
karam chandrabose10-Jan-07 22:03 
QuestionGridView Pin
vasini10-Jan-07 14:47
vasini10-Jan-07 14:47 
AnswerRe: GridView Pin
Saud AKhter16-Jan-07 20:05
Saud AKhter16-Jan-07 20:05 
QuestionHow good is ADO.NET vNext CTP now? Pin
cebyrjoe210-Jan-07 10:14
cebyrjoe210-Jan-07 10:14 
QuestionRunning asp in Visual Studio 2005 Pin
dptalt10-Jan-07 3:42
dptalt10-Jan-07 3:42 
AnswerRe: Running asp in Visual Studio 2005 Pin
Colin Angus Mackay10-Jan-07 4:37
Colin Angus Mackay10-Jan-07 4:37 
QuestionCreating a stand alone Datarow, without the DataTable Pin
Tristan Rhodes10-Jan-07 1:05
Tristan Rhodes10-Jan-07 1:05 
QuestionRe: Creating a stand alone Datarow, without the DataTable Pin
Riaan Booyzen11-Jan-07 1:56
Riaan Booyzen11-Jan-07 1:56 

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.