Forum Replies Created

Viewing 15 posts - 61 through 75 (of 1,079 total)

  • RE: The Order of Processing

    Good to see 90% got it right so far.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Invalid namespace while connecting to SSRS

    Confirm the namespace ID in your rsreportserver.config file.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Getting an error, "Missing System CLR Types"

    Yes, the runtime redistributable, or the alternative, just sending them a generated PDF 😉

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Getting an error, "Missing System CLR Types"

    The MSI to deploy is called ENU\x64\SQLSysClrTypes.msi, and part of the SQL 2014 Feature pack - https://www.microsoft.com/en-us/download/details.aspx?id=42295
    You'll need admin rights to install yes.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Database stuck in restoring state after restore with no recovery

    1. Restore the principal DB on your sSecondary instance with NORECOVERY
    2. Restore a transaction log backup to the secondary also WITH NORECOVERY
    3. Make sure the mirroring endpoints are...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Index seek and index scan

    No one can advise you on what index is needed without seeing your queries.

    Use the stairways - http://www.sqlservercentral.com/stairway/72399/  on indexing, this will help you understand how to...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Log Shipping backup file name

    Log Shipping is controlled through an executable "sqllogship.exe", so I don't see how you can change the output format, unless you create a manual process with T-SQL or PS.
    For...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Server Multiple Databases Management Solution

    Jonas Jisendal - Wednesday, June 7, 2017 7:18 AM

    Your post came up when I posted mine... 🙂 
    The textfile,servers.txt, is it a...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Server Multiple Databases Management Solution

    Jonas Jisendal - Wednesday, June 7, 2017 7:05 AM

    Hi
    I´ve tried to create a script in Powershell to list all the SQL servers...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Server Multiple Databases Management Solution

    As Grant said, Powershell is your friend. 

    Start with defining a central db where you'll store all your collected data and tables to store data (redacted for your requirement...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Send E-Mail if job has not run for X hours

    You can run this as a job every x minutes to check for a specific job name, it will also omit any current running version of this job.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Using DB email sending emails to 30000 users

    narendra.babu57 - Tuesday, June 6, 2017 3:27 AM

    Hi All,

    I have one table where there is a column that have email id's for...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Uploading/downloading items from SSRS

    Not familiar with the PS method you posted, but I know there are alternatives to acomplish this:

    https://github.com/dapaxx/reportsync
    http://www.forrards.com/howtoeasilymigratessrsreportsbetweentwoservers/

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: cluster disk expand

    tcronin 95651 - Monday, June 5, 2017 11:19 AM

    On physical active/passive cluster, needed to expand drive for tempdb by 100 gig.  Had...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Update Statistics

    WhiteLotus - Sunday, June 4, 2017 11:55 PM

    Hi All ,

    I would like to know how often we need to update statistics for all...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 61 through 75 (of 1,079 total)