Viewing 8 posts - 1 through 9 (of 9 total)
GilaMonster (2/2/2015)
February 2, 2015 at 8:31 am
Yes that's all that is output. Unless I am missing something obvious.
February 2, 2015 at 3:40 am
GilaMonster (1/30/2015)
To be honest, I suspect dropping the table will be about the only solution here, although I'd like to...
January 30, 2015 at 3:06 pm
GilaMonster (1/30/2015)
Before trying any more shotgun approaches...
Do you have a...
January 30, 2015 at 8:04 am
ScottPletcher (1/29/2015)
Dell Dude (1/29/2015)
ScottPletcher (1/29/2015)
sp_help elmah gives this for indexes
So I guess the table name is "elmah"?! It's somewhat confusing with all the different "table names" given.
DROP INDEX PK_ELMAH_Error...
January 29, 2015 at 2:24 pm
ScottPletcher (1/29/2015)
sp_help elmah gives this for indexes
So I guess the table name is "elmah"?! It's somewhat confusing with all the different "table names" given.
DROP INDEX PK_ELMAH_Error ON elmah
DROP INDEX...
January 29, 2015 at 2:16 pm
Thanks again Scott, but it's saying both indexes are not present or I don't have permission.
I did sp_changedbowner to my login and get the same result.
January 29, 2015 at 12:35 pm
ScottPletcher (1/29/2015)
January 29, 2015 at 12:22 pm
Viewing 8 posts - 1 through 9 (of 9 total)