RE: Get list of tables from a SQL Server DB

2002-04-26 Thread John Anderson
- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 10:30 AM To: CF-Talk Subject: RE: Get list of tables from a SQL Server DB Actually, surprisingly, either work :) Funny... I think the only difference between the two fields comes when you get into indices. With

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Costas Piliotis
, 2002 10:10 AM To: CF-Talk Subject: RE: Get list of tables from a SQL Server DB is it xtype?.I thiught it was just type but that's off the top of my head -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 18:07 To: CF-Talk Subject: RE: Get li

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Timothy Heald
ubject: RE: Get list of tables from a SQL Server DB > > > Uh... Isn't it: > > select [name] from sysobjects where xtype = 'U' > > -Original Message- > From: Tim Heald [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 9:58 PM > T

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Andy Ewings
is it xtype?.I thiught it was just type but that's off the top of my head -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 18:07 To: CF-Talk Subject: RE: Get list of tables from a SQL Server DB Uh... Isn't it: select [name] from

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Costas Piliotis
Uh... Isn't it: select [name] from sysobjects where xtype = 'U' -Original Message- From: Tim Heald [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 9:58 PM To: CF-Talk Subject: RE: Get list of tables from a SQL Server DB Select name >From systables Where

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Joshua Tipton
sp_helpdb and the db name -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 12:55 AM To: CF-Talk Subject: Re: Get list of tables from a SQL Server DB > Is there any way I can get the list of tables in a SQL 2000 DB > programmatical

RE: Get list of tables from a SQL Server DB

2002-04-25 Thread Tim Heald
ooops you should remove that < from before the From statement Tim Heald ACP/CCFD Application Development www.schoollink.net -Original Message- From: Tim Heald [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 12:58 AM To: CF-Talk Subject: RE: Get list of tables from a SQL Ser

RE: Get list of tables from a SQL Server DB

2002-04-25 Thread Tim Heald
Select name >From systables Where xType = u Tim Heald ACP/CCFD Application Development www.schoollink.net -Original Message- From: Vishal Narayan [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 12:42 AM To: CF-Talk Subject: Get list of tables from a SQL Server DB Is there a

Re: Get list of tables from a SQL Server DB

2002-04-25 Thread Paul Hastings
> Is there any way I can get the list of tables in a SQL 2000 DB > programmatically ? I guess what I need is a limited form of sp_help, as > long as it just gives me all the user-created tables, system tables not grab the cf_sql pack from my shop's site. http://www.tei.or.th/eic/ under the "fr