Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)

  • RE: Scrubbing Personally Identifiable Information

    crmitchell - Friday, January 13, 2017 10:16 AM

    One area where this can be complicated is where the business allocates resources based on geographical...

  • RE: Scrubbing Personally Identifiable Information

    This is a good solution if you can have 'nonsense' data. Our testers/UAT object to that on the whole. We've gone in for randomly combining realistic data - having a set...

  • RE: Scrubbing Personally Identifiable Information

    DragonGod - Tuesday, January 6, 2015 5:50 AM

    It's better to insert PII data as encrypted using whatever component or mechanism, regardless of where it...

  • RE: Default value for parameter in SSRS 2012

    If I understand this correctly, you want to show all the rows from your table, plus an option showing literally the word "ALL"?

    This is quite easy as long (as you...

  • RE: Uncontrolled Code

    Greg Edwards-268690 (1/23/2014)


    chris.smith 91049 (1/23/2014)


    Of course, what IS a good practice, when its a reporting solution, is to develop properly a high quality data cube and give the Excel users...

  • RE: Uncontrolled Code

    Of course, what IS a good practice, when its a reporting solution, is to develop properly a high quality data cube and give the Excel users free rein when it...

  • RE: Script to execute the Reporting services Subscription

    Sure;

    USE ReportServer

    DECLARE @SubScriptionID NVARCHAR(50)

    SELECT @SubScriptionID = [SubscriptionID]

    FROM [ReportServer$SQL2012].[dbo].[Subscriptions]

    WHERE [Description] = '<your subscription description here>: you can use any other criteria,...

  • RE: Uncontrolled Code

    I disagree with what a couple of people have said - that Excel itself isn't a problem - as a development tool it's terrible, not easily source-controlled, distributed code in...

  • RE: Uncontrolled Code

    Of course, there's an XKCD about this (as everything):

  • RE: Uncontrolled Code

    patrickmcginnis59 10839 (1/21/2014)


    I think Steve's final sentence was telling. We need to deliver solutions faster than the business unit can develop their own

    I think its awesome how sqlservercentral has solved...

  • RE: Uncontrolled Code

    OCTom (1/21/2014)


    Excel does not suck; people do. It's the people putting together the solution, be it a "proper" one or an Excel one, that determine if it's good.

    Tom

    "Guns...

  • RE: Uncontrolled Code

    FunkyDexter (1/21/2014)


    I think we often forget that businesses don't exist to use our software or follow our procedures. They exist to deliver a product or service to a customer...

  • RE: Uncontrolled Code

    grovelli-262555 (1/21/2014)


    "I think this is where things like MS Acces / Fox Pro / Lightswitch etc are excellent."

    Ditto, couple Excel to Access and most of these problems disappear.

    Well, it's horses...

  • RE: Uncontrolled Code

    Well, that sounds a little biased - Dev teams aren't just out to justify their budgets. Quite often they act sincerely where they see bad practice. The fact that the...

Viewing 14 posts - 1 through 14 (of 14 total)