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

Database

 
GeneralRe: Concatenating variables in SQL query Pin
Mike Dimmick16-Feb-04 2:32
Mike Dimmick16-Feb-04 2:32 
GeneralRe: Concatenating variables in SQL query Pin
Bill Dean16-Feb-04 2:34
Bill Dean16-Feb-04 2:34 
GeneralFree C# training Pin
Anonymous15-Feb-04 15:14
Anonymous15-Feb-04 15:14 
GeneralRe: Free C# training Pin
John Kuhn16-Feb-04 11:49
John Kuhn16-Feb-04 11:49 
GeneralProblem in using Stream object's write method Pin
Member 48497613-Feb-04 21:15
Member 48497613-Feb-04 21:15 
GeneralODBC and TCP/IP Pin
Kwai Cheng Kane13-Feb-04 10:25
Kwai Cheng Kane13-Feb-04 10:25 
QuestionListing tables and views? Pin
Bill Dean13-Feb-04 8:08
Bill Dean13-Feb-04 8:08 
AnswerRe: Listing tables and views? Pin
-Dr_X-13-Feb-04 14:27
-Dr_X-13-Feb-04 14:27 
The easiest way is to use the following query.
Select name, type from Sysobjects
where	type = 'U' 
or type = 'V'

The other way is to use ADOX. However, I have not used it in .Net only in the old VB world.

Michael
GeneralRe: Listing tables and views? Pin
Bill Dean13-Feb-04 15:08
Bill Dean13-Feb-04 15:08 
GeneralRe: Listing tables and views? Pin
-Dr_X-13-Feb-04 15:36
-Dr_X-13-Feb-04 15:36 
GeneralRe: Listing tables and views? Pin
Bill Dean13-Feb-04 15:43
Bill Dean13-Feb-04 15:43 
Generalcompare time part of datetime field Pin
asd175313-Feb-04 7:15
asd175313-Feb-04 7:15 
Generalprecentage of loading data in Dataset Pin
Saeed Tabrizi13-Feb-04 5:43
Saeed Tabrizi13-Feb-04 5:43 
General"Select top" command Pin
dlhson212-Feb-04 19:21
dlhson212-Feb-04 19:21 
GeneralRe: "Select top" command Pin
Motyka12-Feb-04 20:52
Motyka12-Feb-04 20:52 
GeneralRe: "Select top" command Pin
basementman13-Feb-04 5:58
basementman13-Feb-04 5:58 
GeneralRe: "Select top" command Pin
Bruce Duncan13-Feb-04 6:49
Bruce Duncan13-Feb-04 6:49 
GeneralRe: "Select top" command Pin
dlhson213-Feb-04 17:01
dlhson213-Feb-04 17:01 
GeneralRe: "Select top" command Pin
Hesham Amin13-Feb-04 23:03
Hesham Amin13-Feb-04 23:03 
QuestionCan I execute a DTS package from T-SQL? Pin
Thesisus12-Feb-04 5:24
Thesisus12-Feb-04 5:24 
AnswerRe: Can I execute a DTS package from T-SQL? Pin
Jeff Martin12-Feb-04 10:50
Jeff Martin12-Feb-04 10:50 
Generalgrant permission to access the Msysobjects Pin
Daminda12-Feb-04 2:53
Daminda12-Feb-04 2:53 
GeneralRe: grant permission to access the Msysobjects Pin
Mazdak12-Feb-04 3:30
Mazdak12-Feb-04 3:30 
GeneralData out of large File into MS Access DB Pin
93Current12-Feb-04 2:50
93Current12-Feb-04 2:50 
GeneralRe: Data out of large File into MS Access DB Pin
Bill Dean13-Feb-04 3:18
Bill Dean13-Feb-04 3: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.