Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.
BigBadBurrow Starting Member
4 Posts
harsh_athalye Master Smack Fu Yak Hacker
5581 Posts
Michael Valentine Jones Yak DBA Kernel (pronounced Colonel)
7020 Posts
if indexproperty(object_id('MyTableName'),'MyIndexName','IndexID') is not null print 'Index Exists'else print 'Index Does not Exist'
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site