Forum Replies Created

Viewing 15 posts - 46 through 60 (of 492 total)

  • RE: SQL Job activity monitor issue

    It almost looks like the Job History data is causing this. How many rows are there in the Job History? I've found if the Job History gets too big, the clean...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Turn on Scalar Permissions

    If you use backup and restore then the database level permissions are identical, and the issue can't be at this level. That is unless the user running reports needs permissions...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Compare 2 rows, find the column changed, need extra column date

    You could possibly get it more efficient by using a single CTE that numbers the rows, much like your  #unpivot_step2 CTE does, then join to itself, based on reqid and row...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Turn on Scalar Permissions

    First off, do you have a backup of the reporting database from before the hack? A restore to another server or under a different name would allow you to check...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Always On SQL Server 2012 Enterprise. After failover DB Owner ist lost.

    Any chances this is a SQL Native login, not a domain login? Odds are it's SQL Native and the SIDS don't match between the nodes in the AoHA cluster. Every...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Log Shipping Question

    What's the relevance of the nightly full backup with regards to Log Shipping, and why do you want to take a second full backup? Are you only applying logs once...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Should I create a Staging Instance or Staging Database on the same Production Server? (Can only do SAME PRODUCTION SERVER)

    Personal recommendation based on experience... I would keep the databases on the same instance. Some of the reasons, in no particular order being:

    1. If you are doing any cross instance...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: RAC like capability for SQL 2012

    Sorry, there is currently no feature in MS SQL Server that exactly correlates with Oracle RAC. Oracle RAC uses a shared memory system that allows them to do all CRUD...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: dm_db_index_physical_stats - LIMITED or DETAILED

    I'm really interested in this:

    And let me know if those 3rd party apps are using GUIDs for PKs/Clustering Keys... I know how to fix those so that fragmentation...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: dm_db_index_physical_stats - LIMITED or DETAILED

    Thanks Jeff for your great response, there's a lot of good material in that. Being in the...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: A SQL 2017 Licensing Question

    Despite all the warnings about talking to your licensing re-seller, and my own caveat that any advice I give must be checked with Microsoft, etc. the following is what I...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Errodumps consuming space

    Looks like the "Dump on errors" option has been enabled in the Execute Package Dialog box. 

    check out the link:Generating Dump Files for Package Execution

    Found...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Need to insert columns from one table into two tables

    Sue_H - Wednesday, June 13, 2018 2:36 PM

    slsmithstone - Wednesday, June 13, 2018 2:27 PM

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Split a Column Data into Multiple Columns

    As long as the formatting in the source table is consistent, i.e. always %%S, %%X, %%P, then it comes down to basic substrings. It doesn't matter if any given portion...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Transaction Logs in Status 2 for no apparent reason

    Perry Whittle - Wednesday, August 23, 2017 3:52 AM

    Leo.Miller - Tuesday, August 22, 2017 6:15 PM

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

Viewing 15 posts - 46 through 60 (of 492 total)