Forum Replies Created

Viewing 15 posts - 76 through 90 (of 243 total)

  • RE: Login Request Failed.

    magasvs (6/16/2010)


    This MS article has information related to this error: http://support.microsoft.com/kb/319892/[/url]

    There are also references to the security patch, but if you have SP 4 , so you should be...

  • RE: SQL SERVER PAGE

    Dave Ballantyne (6/14/2010)


    Best advice would be to get SQL2008 internals

    http://www.amazon.co.uk/Microsoft-SQL-Server-2008-Internals/dp/0735626243

    Thanks for your reply.

    Searched on the book but i could not find any chapter related to the data pages.

  • RE: Reorganize Index Task

    sudhakara (6/6/2010)


    Bhuvnesh (3/10/2010)


    Rob44 (3/8/2010)


    Let's suppose the command returns 0! What's the next step if the rebuild of the index in the maintenance plan is unsuccessful?

    We can give manual run to...

  • RE: Duplicate Record

    tpaulsen (6/9/2010)


    I would try running DBCC CHECKTABLE ("MyTable");

    If that returns an error with the current unique clustered index, I would restore the database from a backup. If that is...

  • RE: DBCC CheckTable

    GilaMonster (6/5/2010)


    Please run the following and post the full and complete output:

    DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS

    What's the exact version of SQL that you're running?

    SELECT @@Version

    Hi,

    Can you post your...

  • RE: Duplicate Record

    Hi,

    Any update on this ?

    Thanks in Advance.

  • RE: Duplicate Record

    Jeff Moden (6/6/2010)


    It is possible that someone disabled the unique constraint, added data, and then reenabled the constraint with WITH NOCHECK activated (IIRC).

    As per your post i have tried the...

  • RE: Duplicate Record

    lmu92 (6/6/2010)


    Would you please clarify what you're trying to do?

    Will you either end up without duplicates or do you want to insert duplicate values?

    If the former, follow Pablos advice. If...

  • RE: Reorganize Index Task

    Bhuvnesh (3/10/2010)


    Rob44 (3/8/2010)


    Let's suppose the command returns 0! What's the next step if the rebuild of the index in the maintenance plan is unsuccessful?

    We can give manual run to ALTER...

  • RE: Duplicate Record

    magasvs (6/5/2010)


    Try to recreate index with option IGNORE_DUP_KEY = ON (CREATE INDEX ... WITH DROP_EXISTING = ON, IGNORE_DUP_KEY = ON )

    Thanks for yours reply.

    How is it possible to update or...

  • RE: DBCC CheckTable

    GilaMonster (6/5/2010)


    Please run the following and post the full and complete output:

    DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS

    What's the exact version of SQL that you're running?

    SELECT @@Version

    Pls find the output...

  • RE: SP_Errorlog

    Brandie Tarvin (6/3/2010)


    All,

    This is a duplicate thread. Responses can be found at Fatal Error.

    Hi,

    This is not duplicate thread.Both issues are not simliar.Please update your post to resovle this.

    Thanks

  • RE: SP_Errorlog

    Brandie Tarvin (6/2/2010)


    Describ the steps you're taking to read the error log, please.

    Also, is the log file hard drive full? Have you recently run a diskscan to verify all the...

  • RE: Fatal Error

    Brandie Tarvin (6/2/2010)


    Check your server's Event Viewer for errors and warnings from around the time of this error.

    Event viewer also showing the same error message. i could not find out...

  • RE: HTML Data

    Steve Jones - Editor (5/28/2010)


    Lowell's summarized things well. You need a parsing application to strip out the HTML and get the data.

    Hi,

    can you poste the link where i can find...

Viewing 15 posts - 76 through 90 (of 243 total)