Viewing 15 posts - 451 through 465 (of 814 total)
sotn (3/2/2012)
March 2, 2012 at 8:54 am
GSquared (3/2/2012)
Good to know. I haven't had a chance to test that heavy-duty an SSD setup.
I like the idea of heavy-use indexes on local SSDs. Not sure I'd...
March 2, 2012 at 8:34 am
Use SQL Server profiler; if the reads, the writes, the CPU, and the results are the same, but the duration is different, that's #1.
Check for internal fragmentation, check your statistics,...
March 1, 2012 at 11:00 am
GSquared (2/29/2012)
isuckatsql (2/28/2012)
Thanks for the feedback!Is running the o/s on SSD worth the money?
Woudn't bother using SSD for the O/S on a server, unless you haven't got any other plan...
March 1, 2012 at 10:53 am
Do you have the drive space to support those indexes? Will you in five years, given data growth?
Do you have the time to create and/or maintain those indexes? ...
March 1, 2012 at 10:28 am
Shawn Melton (12/13/2010)
It will spit out a good many lines but go back to the start and...
February 29, 2012 at 9:27 am
Nicholas Cain (2/28/2012)
February 29, 2012 at 8:30 am
You didn't really provide enough information for us to help you. That said - check for internal (index) and external (filesystem, SAN) fragmentation, check your query plan (you said...
February 26, 2012 at 10:34 pm
I agree with what Jeff said - if you want the VM to perform consistently, give it dedicated resources (i.e. set the minimum CPU to a reasonably high level and...
February 26, 2012 at 10:19 pm
You should ask for further business requirements before proceeding. Why they want to encrypt their backups is a critical question.
If they want to check an internal checkbox...
February 24, 2012 at 8:48 am
On a separate note, you can use vSwitches (virtual switches) or the equivalent to set up entirely independent networks of guest VM's which have no capability to interact with your...
February 23, 2012 at 9:01 am
Raunak Jhawar (2/23/2012)
No, the FTP task cannot be used to establish a secure FTP connection.Nevertheless, you can follow my blog on SFTP using SSIS here
For anyone wondering "What's wrong...
February 23, 2012 at 8:59 am
As the article alluded to, the trick to good worst-case performance with a virtual server is the same as the trick to good performance with a physical server: Share as...
February 23, 2012 at 8:53 am
colin.Leversuch-Roberts (2/15/2012)
February 15, 2012 at 7:58 am
Don't forget you need to continue taking Transaction Log backups of databases in Full and Bulk Logged recovery models, regardless.
Also note that different objectives, such as PITR (Point in time...
February 14, 2012 at 7:17 am
Viewing 15 posts - 451 through 465 (of 814 total)