Skip navigation

How can I tell whether a table is a system (Microsoft) table in SQL 7?

A. select * from sysobjects where objectproperty(id, 'IsMSShipped') = 1


TAGS: SQL
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish