Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: suchetan
  • Order by date
  1. suchetan

    how do i find out all of the primary keys on all tables of a db

    Hi You can use the following sql select name from sysindexes where status &2048=2048 Reagards suchetan
  2. suchetan

    Deleted database device.

    Hi, You can use dbcc dbrepair(databasename,dropdb) to drop the database name. Regards suchetan
  3. suchetan

    Deleted database device.

    Hi, You can use dbcc dbrepair(databasename,dropdb) to drop the database name.

Part and Inventory Search

Back
Top