Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 4,745 total)

  • RE: Manual UnInstall for SQL Server 2008 R2 standard edition

    Am I missing something here? That link describes itself as how to manually remove SQL but then goes on to describe how to do it via control panel which is...

    ---------------------------------------------------------------------

  • RE: Log Shipping ?

    oops, sorry, that'll teach me to jump to conclusions.

    ---------------------------------------------------------------------

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (5/22/2012)


    Koen Verbeeck (5/21/2012)


    I don't know a lot about log shipping, but I can't see the future either...

    http://www.sqlservercentral.com/Forums/Topic1303857-391-1.aspx

    Then obviously you are misusing DBCC Timewarp(). You are hereby forbidden to...

    ---------------------------------------------------------------------

  • RE: Log Shipping ?

    whats the recovery mode of the database?

    For mirroring it needs to be in full recovery mode, for log shipping bulk or full recovery, else the features (not futures :-)) wont...

    ---------------------------------------------------------------------

  • RE: Does the database with huge ldf file takes long time to restore?

    the real answer to this is probably 'it depends' but I would expect a huge .ldf is more likely to have a greater adverse affect on restore times.

    Restore time would...

    ---------------------------------------------------------------------

  • RE: Manual UnInstall for SQL Server 2008 R2 standard edition

    Is uninstall\reinstall of the OS an option for you?

    ---------------------------------------------------------------------

  • RE: deadlocks, dbcc page object ID = 0

    thanks for the prompt response Gail.

    Can I impose and ask from your experience if there is a likeliest root cause when the two processes involved are both dynamic SQL...

    ---------------------------------------------------------------------

  • RE: deadlocks, dbcc page object ID = 0

    morning gail, thanks. the database has been reindexed since the deadlock trace captured the information so I wonder if the page is still used by the same object, but anyway...

    ---------------------------------------------------------------------

  • RE: ODBC SQL Server Driver Error: Invalid object name

    no relevant differences in security between SQL2005 and SLQ2008 in this context.

    the error says it cannot find that object, so either it does not exist, you are not connected to...

    ---------------------------------------------------------------------

  • RE: ODBC SQL Server Driver Error: Invalid object name

    does the object exist on both servers? Is the owner of the object the same on both servers?

    ---------------------------------------------------------------------

  • RE: Resolving Users/Logins in Log Shipping

    it does suggest the archive user has become orphaned, that is it is no longer associated with a login as there is not a matching sid. therefore it would not...

    ---------------------------------------------------------------------

  • RE: SQL Server Agent Jobs - User's Security Options

    OK. You will probably find there are teething problems hitting 'permission denied' type errors but you can just work through them.

    ---------------------------------------------------------------------

  • RE: Severity 16

    the second error is an out of space on the disk issue (run net helpmsg errorno from the command line to see what OS error codes mean)

    ---------------------------------------------------------------------

  • RE: upgrade from SQL 2008 R2 to SQL 2012

    mirroring requires both partners to be the same version of SQL so this will not work.

    Whats the size of the database? I presume you want to do this to reduce...

    ---------------------------------------------------------------------

  • RE: SQL Server Agent Jobs - User's Security Options

    'Unfortunately' purely in the sense that for this problem, what would at first might seem the obvious and most secure option of setting up a windows group and placing the...

    ---------------------------------------------------------------------

Viewing 15 posts - 1,021 through 1,035 (of 4,745 total)