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

Database

 
QuestionCannot Find Table Exception. Pin
Deepasubramanian10-Jan-07 22:24
Deepasubramanian10-Jan-07 22:24 
AnswerRe: Cannot Find Table Exception. Pin
Warnat11-Jan-07 4:23
Warnat11-Jan-07 4:23 
Questionhow to write query to find the database objects in databases Pin
Rmesh10-Jan-07 21:47
Rmesh10-Jan-07 21:47 
AnswerRe: how to write query to find the database objects in databases Pin
Colin Angus Mackay10-Jan-07 22:16
Colin Angus Mackay10-Jan-07 22:16 
GeneralRe: how to write query to find the database objects in databases Pin
Rmesh10-Jan-07 22:43
Rmesh10-Jan-07 22:43 
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 
check out the INFORMATION_SCHEMA views. they will give you all this data. in particular for tables in views:

select * from INFORAMATION_SCHEMA.TABLES

if you want a comprehensive data dictionary of your database, check out the link in my sig below.


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 
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 

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.