Viewing 13 posts - 2,716 through 2,729 (of 2,729 total)
A comment, and a question:
Being a SQL newbie, I've (so far) made surprisingly few of these mistakes. I almost ran into the too many commas, because of copy-and-pasting some...
June 14, 2011 at 7:31 am
OK, this is somewhat off-the-cuff, so TEST before using in production!
@echo off
Set Year=%date:~-4,4%
Set Month=%date:~0,2%
{Appropriate drive letter for backup files}:
cd{appropriate path to backup files}
Forfiles /D +0 /M *.bak /C "cmd /c...
April 28, 2011 at 2:33 pm
Being an "accidental DBA," I'm working on becoming a "non-accidental DBA." While my employer put in SQL about 6-7 years ago, as the back-end for a time and attendance...
April 22, 2011 at 8:40 am
Being very much a SQL Server novice, take this with a grain of salt.
From what I've read here, it seems the consensus would be to license ALL features to all...
March 25, 2011 at 7:52 am
Thanks for the idea!
I hadn't thought about setting up multiple instances (there's a reason I consider myself a newbie DBA;-) ) but that may be more "elegant" than my hack...
March 21, 2011 at 3:20 pm
Thank you! I'd not looked at the History Cleanup task, so I didn't know what it might do (yes, I'm rather new to managing an SQL Server, and don't...
January 26, 2011 at 7:39 am
I currently fall into a similar situation at my employer. I learned the hard way, that I am not a "manager" or "supervisor" sort of person, I just don't...
December 10, 2010 at 7:14 am
Interesting article, it pointed out to me some areas where I need to do some work, before I can call myself a DBA...
Yes, I'm a novice at this, despite doing...
December 9, 2010 at 8:09 am
I'm lucky in that I work for a small company, who's willing to reward hard work and effort. Not necessarily with bonuses, but sometimes with out-of-band pay raises, or...
August 20, 2010 at 7:45 am
CirquedeSQLeil (11/19/2009)
Do you recall the source that recommended the 25 files?
It wasn't "25" files, but ".25" (point 25) files per core.
Here's one of the places I found the recommendation, look...
November 20, 2009 at 10:19 am
Steve Jones - Editor (11/19/2009)
November 19, 2009 at 7:50 am
That recommendation is for TempDB. Splitting user databases is based on IO load, backup strategy and other things.
The recommendation I saw for TempDB was 1 file per core.
Did I misread?
Thanks,
Jason...
November 19, 2009 at 7:45 am
The issue I've got is, I need to backup directly to tape for now, as the backup software that was purchased with the server went south (and the client doesn't...
December 23, 2008 at 8:53 am
Viewing 13 posts - 2,716 through 2,729 (of 2,729 total)