Forum Replies Created

Viewing 15 posts - 3,541 through 3,555 (of 6,041 total)

  • RE: How to Recover Database without Backup

    I guess the real questions at this point is not "how to I recover a dropped database?" but rather "how do I recover a deleted file?".

    How Volume Shadow...

  • RE: The Road to Success

    Programmers have it a lot easier than doctors. We have the luxery of practicing on test subjects, before moving on to the real thing, and even when we get stuck...

  • RE: how to overcome from the tempdb spill over ?

    Eric M Russell (8/19/2015)


    squvi.87 (8/19/2015)

    ...

    Yes it produces correct result only, it took 30 mins. If I remove the [SplitString] part from the query it took only 5-10 seconds.

    OUTER APPLY (

    SELECT...

  • RE: Hiding the security folder from contractors using SMSS

    One more thing. If there are any domain groups (like MyCorp\DBA) or local Windows server accounts (like BUILTIN\Administrators) that are members of SYSADMIN database server role, then confirm that this...

  • RE: Hiding the security folder from contractors using SMSS

    hurricaneDBA (8/20/2015)


    Thanks for the reply everyone. The contractor requested to have db owner privs hence was the reason I asked about hiding the security folder. When I tried it with...

  • RE: Byte Me: Corporate Oversight

    jckfla (8/19/2015)


    Eric M Russell (8/19/2015)


    MEMO TO SELF... HIRE NEW IT [GUY] TO UPGRADE SYSTEM...

    So, I'm guessing SOX regulators required them to have an alternate business continuity process on standby. In...

  • RE: Quick Gui to run script on database

    Below is a link to a 15 line sample Powershell script that prompts for input parameters, and then connects to SQL Server and executes stored procedure using those parameters.

    It...

  • RE: Hiding the security folder from contractors using SMSS

    Not unless there is a SSMS AddIn out there to hide or disable certain menu options and object explorer details. When you consider all the sysadmin related functionality that's in...

  • RE: Hiding the security folder from contractors using SMSS

    Just make sure the contractor has access to only the specific database they need. They can't grant themselves role membership or permissions at server level or another database, unless you...

  • RE: how to overcome from the tempdb spill over ?

    squvi.87 (8/19/2015)

    ...

    Yes it produces correct result only, it took 30 mins. If I remove the [SplitString] part from the query it took only 5-10 seconds.

    OUTER APPLY (

    SELECT items

    FROM dbo.SplitString(ISNULL(DAV.Value1, ''),...

  • RE: Byte Me: Corporate Oversight

    The next time the SAN goes down, I'm just going to take a week PTO while the vendor straightens the mess out. My personal backyp plan will be a couple...

  • RE: Byte Me: Corporate Oversight

    MEMO TO SELF... HIRE NEW IT [GUY] TO UPGRADE SYSTEM...

    So, I'm guessing SOX regulators required them to have an alternate business continuity process on standby. In the event the application...

  • RE: Your Portfolio

    Steve Jones - SSC Editor (8/18/2015)


    Stuart Davies (8/18/2015)


    I don't think it is a straight forwards as it would be for a photographer for example. Confidentiality and copyright could come into...

  • RE: Need ADO.NET Source SQL command to reference a list dynamically

    Perhaps the following:

    Create a string variable to hold the SQL command, and have it's value derived from a dynamic Expression. On the OLE DB Source, set Data Access Mode to...

  • RE: Making Guesses

    Like I said earlier, if estimating is part guesswork, then the business should be the one providing the guesses. The business should define what is a Sale and then estimate...

Viewing 15 posts - 3,541 through 3,555 (of 6,041 total)