Forum Replies Created

Viewing 15 posts - 286 through 300 (of 486 total)

  • RE: Auditing Database usage

    winston Smith (11/18/2013)


    I have a request to audit database usage. Database usage is defined as anytime someone accesses a database for anything, read or write.

    I have been looking at...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Availability Group Question

    TheSQLGuru (11/14/2013)


    Please don't just read a few blog posts, run a few forum questions and then set off doing AGs!!! NOTHING good will come of that! This is...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Error installing SP2 CU1 sqlserver 2008 R2 SP1 CU1

    javirsantos (11/15/2013)


    The install of the way you show me ¿is it for loss of service?,

    As you show me would be:

    1. - Passive Node: install SP2 CU1

    2. - Balancing cluster with...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: tempdb growth

    Yes it can be, depending on the code in your stored procedures and the volume of data in your database(s).

    For example if you have a stored procedure being called 1000...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Benefits of Using Proxy Account with SQL Agent

    Yes they can be setup for the account used as the service account, but the best practice is to limit the capabilities of a service account.

    The use of a proxy...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Error installing SP2 CU1 sqlserver 2008 R2 SP1 CU1

    The information you have supplied is not particularly clear.

    When patching clustered SQL instances the process you should follow is:

    1. Patch the passive nodes of the cluster

    2. Failover the...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: how sql server failover cluster 2012 installation works on top of sql server 2012 that already installed

    If I am interpreting your post correctly are you saying that you have two physical servers participating in a windows cluster.

    On each node you've a SQL server installation you plan...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: 70-461 - Done, but more difficult than expected

    db808 (10/30/2013)


    I'm reading the Training Kit Book and there are sections with a "key" icon. What are the relevance of these verses the sections labled "exam hints"

    Also is 2...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: An INSERT EXEC statement cannot be nested

    You really need to post your code for anyone to help with a specific answer.

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Error while restoring to unc path from windows 7

    Not that I have ever restored a database to a network location, I have backed up to a network location so the same principal will apply.

    When using UNC paths you...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: ETL

    On the server you are trying to connect your data source to have you checked the SQL log? It will give you a full description of the login failure...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: BACKUPS IN AAG MULTI SITE CLUSTER

    Actually that last statement is partially incorrect, you cannot do it using a maintenance plan as the maintenance plan tools cannot read the database, but you can do it via...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: BACKUPS IN AAG MULTI SITE CLUSTER

    As the database(s) in the DR node are asynchronous it is a non readable secondary and for that reason its not possible to take a backup of the databases. ...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: adding articles in publication

    In my experience, you can either add the artciles via the gui in SSMS or use the system stored procedures to add the article(s) to the publication

    Once added this will...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Install service pack in Active\active

    I assume that you are running more than 1 instance to be running active \ active.

    In that case patch the passive instance on each cluster node first, then failover to...

    MCITP SQL 2005, MCSA SQL 2012

Viewing 15 posts - 286 through 300 (of 486 total)