Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 6,394 total)

  • Reply To: Reporting Services Question

    Yes that's correct, since the installer for RS was split from the main installer you can only perform 1 instance of SSRS per server.

    If you try and re-run the installer...

  • Reply To: Howto retain few backups and delete old backup files

    If you want to do it the way Microsoft do it, take a look at xp_delete_file, but that only deletes .bak and .trn files so you need to ensure you...

  • Reply To: CASE Statement

    You need a couple more "ends" at the END AS 'MEASURE'

     

    END

    END

    END AS 'Measure'

     

    Your not closing the outer case clauses for the parameter check

  • Reply To: SQL server upgradation

    All depends.

    You going VM's with SQL installed so theres no difference to your on-prem servers?

    You going to SQL Managed Instances?

    You going to Azure SQL Database?

    They all act and behave differently. ...

  • Reply To: DBA Certification

    The cert will be on your "active" portion of your transcript for 2 years after the exams/courses/certs retire.  After the 2 years it will move to the "inactive" section, so...

  • Reply To: DBA Certification

    There will be no SQL 2019 exams.

    Microsoft are moving away from "product" focused exams to "role" focused exams and are all based on the Azure platform.

    After 70-761/70-762 70-764/70-765 70-767/70-768 are...

  • Reply To: databasemail entertainment save me obi wan

    So you have setup a mail profile and you are able to send a mail successfully?

    Are you wanting to be alerted to the "Stop" or the "Start" of the service?

    If...

  • Reply To: How to upgrade .net framework

    Microsoft will define the .Net version.  If you need to run a specific version of .Net you need to run a specific version of SQL server and SSMS.

     

    Check the product...

  • Reply To: AOAG How many DR replicas

    Depends on your edition of SQL

    Standard can only have 1 replica (primary & secondary)

    Enterprise can have up to 8 replicas, (primary & 8 secondaries), only 3 secondaries can support sync...

  • Reply To: OLA Availability Group and ChangeBackupType option

    That is correct that a log backup happens, the full backup only needs to be taken should a FULL not already have taken place.

    As a full has already happened on...

  • Reply To: Regarding for Microsoft Azure Certification

    What is your goal? What are you aiming for?

    Are you wanting to become a Azure Cloud System Administrator?  Do you want to go down the data platform route? etc

  • Reply To: Restore

    If you need to restore, then you need to restore the FULL, then all the LOGS up to and before the time of the incident.

     

    What your most likely want to...

  • Reply To: shrinking files in an availability group

    Whats the status of log_wait_reuse_desc in sys.databases?

     

    May be a case that you need to run a few log backups to get it to be able to checkpoint and shrink.

  • Reply To: New sql 2016 failover cluster with basic AG

    That's it.  The only aspect of the cluster you need is the Windows parts.  And that is only for automatic failovers.

     

    From SQL's side, every node is a separate standalone instance

  • Reply To: New sql 2016 failover cluster with basic AG

    For AG's you would setup the Windows cluster, then install SQL separately as individual instances on each server.

     

    You don't need to install SQL as a failover cluster if your using...

Viewing 15 posts - 1,081 through 1,095 (of 6,394 total)