Re: how to know the table is exist in the database
- From: "Miha Markic [MVP C#]" <miha at rthand com>
- Date: Tue, 25 Oct 2005 11:43:16 +0200
"Mark Rae" <mark@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ugQwWJU2FHA.3156@xxxxxxxxxxxxxxxxxxxxxxx
> "Miha Markic [MVP C#]" <miha at rthand com> wrote in message
> news:%23PtLXwT2FHA.896@xxxxxxxxxxxxxxxxxxxxxxx
>
>> Actually, executing sp_tables stored procedure is better since sysobjects
>> structure or accesibility might change at some point.
>
> LOL! As might the sp_tables stored procedure... :-)
No, AFAIK it isn't recommended accessing sysobjects directly because it
might really change while stored procedures such as sp_tables will still
accept same parameters and will yield same output.
--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
.
- Follow-Ups:
- Re: how to know the table is exist in the database
- From: Mark Rae
- Re: how to know the table is exist in the database
- References:
- Re: how to know the table is exist in the database
- From: Mark Rae
- Re: how to know the table is exist in the database
- From: Miha Markic [MVP C#]
- Re: how to know the table is exist in the database
- Prev by Date: Re: Connect to a password protected MS Access DB
- Next by Date: Re: how to know the table is exist in the database
- Previous by thread: Re: how to know the table is exist in the database
- Next by thread: Re: how to know the table is exist in the database
- Index(es):
Relevant Pages
|