Viewing 15 posts - 241 through 255 (of 814 total)
If you really want a good fallback plan, the gold standard is a drive image; whether that's a vRanger backup of a VMWare VM, or a Paragon/Acronis TrueImage/DD/Clonezilla/Norton Ghost image...
June 24, 2013 at 3:16 pm
These articles can almost always be simplified into:
"Great" (i.e. highly productive, effective workers who produce great results) <worker types> do:
Business goal analysis
Root cause analysis
Current and Future contingency analysis
Lessons learned analysis
......
June 22, 2013 at 12:46 pm
You can use Truecrypt full (system) disk encryption on Windows partitions, and the built-in LUKS encryption on Linux partitions, both of which work well.
For USB sticks, data written to external...
June 20, 2013 at 9:00 am
To start with, here's an example of a .7z compression command line might be:
7z a -t7z -mx1 -m0=LZMA2 -mmt8 -ssw -bd -y -pPassword -r My7zFile.7z "C:\test\*"
-t7z means use 7z file...
June 10, 2013 at 11:24 am
You may or may not also want to alter this to in "change IP address of old server to newly assigned IP, change IP address of new server to be...
May 30, 2013 at 8:13 am
For the AD user running the SQL Server service and/or the SQL Server Agent service and/or the SQL Server proxy user:
1) NOT an administrator! Just a regular user.
2) Group...
May 29, 2013 at 11:51 am
If by "SSL Encryption", you mean encryption of TCP connection to the SQL Server instance, then you'll need to generate a certificate using the Fully Qualified Domain Name (FQDN) (I...
May 29, 2013 at 11:43 am
Do you keep data that's not up to date, like former clients, perhaps?
If so, you will likely eventually find phone numbers being re-used, either quickly, or slowly.
Also, wouldn't it be...
May 20, 2013 at 12:31 pm
sql-lover (5/10/2013)
homebrew01 (5/10/2013)
May 20, 2013 at 12:24 pm
Jeff Moden (5/6/2013)
IF your server storage is on a SAN and the main server and the reporting server are on the same SAN, ask the SAN folks if they could...
May 20, 2013 at 12:18 pm
Ask how an antivirus running on the host is going to catch malware running inside a guest? If you get a reasonable sounding answer, ask for a test to...
May 20, 2013 at 12:09 pm
For those using a "real" version control system: When was the last time you tested a restore of one of your CVS backups?
CVS is an interesting choice in many shops...
May 20, 2013 at 8:35 am
By "sp_whoisactive", we most often mean Adam Machanic's stored procedure:
http://sqlblog.com/files/default.aspx - current version is 11.11.
You can also run sp_who2 and save the output, run it again, and see the difference...
May 13, 2013 at 9:29 am
JamesK1 (5/9/2013)
Hmm.. we only have the user databases and logs on RP. How did you install SQL Server on your DR without creating the system databases?
Think of RecoverPoint's...
May 9, 2013 at 11:03 am
Which database and log files are being replicated?
Was the replication up to date on all of them, or was it behind on some of the LUNs?
In our testing,...
May 9, 2013 at 9:27 am
Viewing 15 posts - 241 through 255 (of 814 total)