Viewing 15 posts - 16 through 30 (of 40 total)
it could be but when i did a profiler the only procedure that came up was the check sql server agent has rights procedure and I changed the SA password...
November 21, 2011 at 6:47 am
I think it's the security, so I'm going to chekc that
October 27, 2011 at 11:56 am
I am. I've deployed the package a couple times just to be sure everything is correct.
October 27, 2011 at 6:35 am
GilaMonster (4/16/2011)
Is it disabled? Hypothetical? (check the other columns in sys.indexes)
The index isn't disabled or hypothetical.
Here are the results of the other columns from sys.indexes:
object_id149575571
nameIX_mms_cs_linkobject_idis_renamed
index_id5
type2
type_descNONCLUSTERED
is_unique0
data_space_id1
ignore_dup_key0
is_primary_key0
is_unique_constraint0
fill_factor0
is_padded0
is_disabled0
is_hypothetical0
allow_row_locks1
allow_page_locks1
has_filter0
filter_definitionNULL
April 18, 2011 at 5:40 am
Jeff Moden (4/16/2011)
Laura Schmalzbauer (4/15/2011)
IndexID Name0NULL
2IX_mms_cs_linkobjectstateattribrefere
3IX_mms_cs_linkrefereobjectattribstate
4IX_mms_cs_linkobject_idis_deleted
5IX_mms_cs_linkobject_idis_renamed
and the index that is giving me issues is index_id = 5
Did you actually rename the index somewhere along the line? That...
April 18, 2011 at 5:38 am
Todd Engen (4/17/2011)
Laura Schmalzbauer (4/15/2011)
IndexID Name0NULL
2IX_mms_cs_linkobjectstateattribrefere
3IX_mms_cs_linkrefereobjectattribstate
4IX_mms_cs_linkobject_idis_deleted
5IX_mms_cs_linkobject_idis_renamed
and the index that is giving me issues is index_id = 5
Is that the exact output from sys.indexes, with the case of the...
April 18, 2011 at 5:37 am
IndexID Name
0NULL
2IX_mms_cs_linkobjectstateattribrefere
3IX_mms_cs_linkrefereobjectattribstate
4IX_mms_cs_linkobject_idis_deleted
5IX_mms_cs_linkobject_idis_renamed
and the index that is giving me issues is index_id = 5
April 15, 2011 at 2:09 pm
yes it is but it's giving me the same error. So for this index: ALTER INDEX [IX_mms_cs_linkobject_idis_renamed] ON [dbo].[mms_cs_link] REBUILD, I got this error: Msg 2727, Sev 11, State...
April 15, 2011 at 1:40 pm
i found the issue to be with running setup.exe. I had to run the individual SQLServer2008SP2-KB2285068-x64-ENU.exe and all the updates ran fine
November 29, 2010 at 2:21 pm
this only shows information on the install of sql 2008. I've been trying to look for a similar file for the install of SP2 but can't find it. ...
November 22, 2010 at 9:20 am
yeah it runs fine. Guess I'll be on the hunt for bad data.
Thanks.
November 3, 2010 at 9:26 am
Wish I could give you a specific error. Visual Studio just shuts down saying it encountered an error and asks me if I want to send a report to...
November 3, 2010 at 8:30 am
it looks like it's the individual text boxes that are causing the issue. When those are deleted I can see whatever is typed in the body of the report....
November 30, 2009 at 6:21 am
no linked servers and no other connections open other than myself
September 4, 2009 at 9:56 am
Viewing 15 posts - 16 through 30 (of 40 total)