Viewing 15 posts - 3,541 through 3,555 (of 6,041 total)
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...
August 20, 2015 at 9:03 am
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...
August 20, 2015 at 8:28 am
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...
August 20, 2015 at 8:12 am
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...
August 20, 2015 at 7:31 am
hurricaneDBA (8/20/2015)
August 20, 2015 at 7:23 am
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...
August 19, 2015 at 12:51 pm
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...
August 19, 2015 at 10:46 am
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...
August 19, 2015 at 10:06 am
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...
August 19, 2015 at 8:57 am
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, ''),...
August 19, 2015 at 8:28 am
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...
August 19, 2015 at 8:02 am
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...
August 19, 2015 at 7:54 am
Steve Jones - SSC Editor (8/18/2015)
Stuart Davies (8/18/2015)
August 18, 2015 at 12:45 pm
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...
August 18, 2015 at 11:39 am
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...
August 18, 2015 at 10:35 am
Viewing 15 posts - 3,541 through 3,555 (of 6,041 total)