check the Table Exist or not

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • varunkumarid
    New Member
    • Aug 2008
    • 40

    check the Table Exist or not

    Hai to one and all...
    I want to check the SQL server2000 Database Table Exist or not..
    I am using the VB.NET 2005 Version
    I dont know how to solve this problem.....
    If you this one solution please inform quickly...
    Thank you
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to check the name by using

    Exec SP_Tables

    Comment

    Working...