Forum Replies Created

Viewing 15 posts - 31 through 45 (of 463 total)

  • RE: The specified Network password is incorrect

    CirquedeSQLeil (4/21/2010)


    Perry Whittle (4/21/2010)


    firstly logon to the server with the account details and verify success.

    Next, change the service account info and enter the new password via SQL Server configuration manager

    This...

  • RE: SQL Server Ranking Functions

    WayneS (4/20/2010)


    SW_Lindsay (4/20/2010)


    Nice and helpful article - Thanks. Just Curious...

    To select eligible candidates in the first select you say

    select * from @Candidates where MeetsEligibility = convert(bit,1);

    Why do you...

  • RE: Smart Virtualization

    skjoldtc (4/19/2010)


    Lightly virtualized? I thought a server was either virtualized or not?

    I imagine it means that it is one of a few (or even only) VM sitting on that hypervisor,...

  • RE: Continuing Education

    dma-669038 (4/15/2010)


    Am wondering if people would be willing to share more on their experiences with self learning - ie learning from home, install developer edition and so on. I have...

  • RE: Mirror vs. Cluster - Which should we do?

    matt stockham (4/13/2010)


    * will the application allow you to take full advantage of the solution?

    Clustering is essentially invisible to the app, but mirroring needs to know about the mirror server(s)....

  • RE: Mirror vs. Cluster - Which should we do?

    Other than HA, you haven't actually stated what the requirements are - what does HA mean to you?

    Questions to ask:

    * how long can you afford to be down?

    *...

  • RE: Why Be an MCP?

    Tom.Thomson (4/6/2010)


    The "MS Revenue Centre" point is one we should all understand (and they are a Revenue Centre for the sort of training company that wants to blitz some short...

  • RE: help on setup Witness server on a Virtual Machine?

    Although a witness can be used for asynchronous, there is no point as the databases won't be in sync and a failover would almost guarantee data loss. It also...

  • RE: help on setup Witness server on a Virtual Machine?

    The witness can be any edition of SQL on any machine with network connectivity.

    I will assume that you are referring to synchronous mirroring (high safety). If the primary site...

  • RE: SSMS 2008 Stored Proc WITH RECOMPILE

    As Paul said, you really need to understand parameter sniffing to resolve this correctly. The performance impact *may* be due to recompiling every single time this proc is executed...

  • RE: How to find out root cause of Full Backup Failure?

    If you are running the backup through an agent job, check the job history. I usually have my jobs log to a file as the agent history truncates any...

  • RE: SQL 2008 Compressed Backups

    fyi, compression is allowed in 2008R2 Standard Edition.

  • RE: Why Be an MCP?

    blandry (3/30/2010)


    The best DBAs that I have seen, worked with, or had work for me, DID NOT have certifications. They had what I would call "battlefield experience". If...

  • RE: alter a table using GUI without having db_owner access

    The user would need to have either ownership of the schema or control/alter permissions on the table. The means of connection to the server is irrelevant.

  • RE: Mirroring issue. How would you solve this in the fastest and proper way?

    You know which one was supposed to be the principal, you just have to confirm that it didn't failover - that event would be logged in the SQL logs if...

Viewing 15 posts - 31 through 45 (of 463 total)