Forum Replies Created

Viewing 15 posts - 16 through 30 (of 40 total)

  • RE: Login failed for SA

    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...

  • RE: SSIS package runs in BIDS but not in job

    I think it's the security, so I'm going to chekc that

  • RE: SSIS package runs in BIDS but not in job

    I am. I've deployed the package a couple times just to be sure everything is correct.

  • RE: Can't find index even though it exists

    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

  • RE: Can't find index even though it exists

    Jeff Moden (4/16/2011)


    Laura Schmalzbauer (4/15/2011)


    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

    Did you actually rename the index somewhere along the line? That...

  • RE: Can't find index even though it exists

    Todd Engen (4/17/2011)


    Laura Schmalzbauer (4/15/2011)


    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

    Is that the exact output from sys.indexes, with the case of the...

  • RE: Can't find index even though it exists

    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

  • RE: Can't find index even though it exists

    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...

  • RE: installing SQL 2008 SP2

    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

  • RE: installing SQL 2008 SP2

    yup that's where i looked

  • RE: installing SQL 2008 SP2

    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. ...

  • RE: Field Causing SSRS to crash

    yeah it runs fine. Guess I'll be on the hunt for bad data.

    Thanks.

  • RE: Field Causing SSRS to crash

    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...

  • RE: SSRS Reports

    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....

  • RE: Trying to drop a local server

    no linked servers and no other connections open other than myself

Viewing 15 posts - 16 through 30 (of 40 total)