Microsoft
Software
Hardware
Network
Question : Check for existence of index with INFORMATION_SCHEMA?
Is it possible to check for the existence of an index using the INFORMATION_SCHEMA tables or do you have to use sysindexes?
Answer : Check for existence of index with INFORMATION_SCHEMA?
no, they don't mind you using them...the information_schema stuff are just views that query the system tables anyway...just an easier abstraction to use.
Random Solutions
Get machine name using UserID
Outlook 2007 won't connect to my Exchange 2010 server using Outlook Anywhere
How to use a module when referencing a calander.
Creating a directory path string based on choices in a form
How do you show deadlocks in SQL Server 2008?
Disable Enter key in Datagrid
system interrupt controller missing driver
SQL statement (left join) not working as expected
I need help with DoCmd.DoMenuItem acFormBar command number
Adding an attribute to the xml root using FOR XML PATH syntax