Dec 4 2012
You’re Doing It Wrong: The sa Password
Let’s just say you should put some thought into it…
Dec 4 2012
Let’s just say you should put some thought into it…
By Tim Ford • Best Practices, Doing It Wrong, First_Timers • 0 • Tags: best practice, doing it wrong, first timers, password, SA, SQL
Jul 12 2012
Everything Looks Like a Target When You Have a Gun Congratulations! Through ingenuity or skill with using your programming language of choice or your favorite search engine you are now in possession of a script that you can use to make all your performance tuning problems vanish in an instant. Be sure to kick it [...]
By Tim Ford • Best Practices • 1
Jun 15 2012
Sometimes the Pen is Mightier than the Query It’s review time here at Day Job Central and it’s a reminder that I’m in a position where I find more and more of my time being spent inside of Outlook, Excel, and Microsoft Word more than I do with SQL Server Management Studio. Just today I [...]
By Tim Ford • Best Practices, Syndicated • 6 • Tags: Indexes, Performance Tuning, SQL, SQL Server
Mar 21 2012
Tracing without SQL Profiler As a SQL Server DBA you’ll eventually find yourself trying to troubleshoot a performance issue that leads to you needing to capture the activity occurring on the SQL server itself. For many of us that means launching SQL Profiler and creating a trace to run against the server. When dealing with [...]
By Tim Ford • Best Practices, SQL • 2 • Tags: profiler, server side traces, SQL
Mar 14 2012
Just add another one on there somewhere Bubba… wherever you can find room. Default Behavior By default, new databases are created with the following basic file settings: Data File: 2 MB 1 MB unrestricted growth Log File 1Mb 10% unrestricted growth Just exactly why is this bad? It will assuredly increase the frequency at which files [...]
By Tim Ford • 13 Mistakes and Missteps, Best Practices, SQL, Syndicated • 0 • Tags: #Autogrow, #Percentage, #VLF, SQL, SQL N00B Crew, Top 13 Mistakes
Feb 28 2012
What Brings a Good Looking DBA Like You to a Place Like This? You’ve most likely found this post because of one of the following reasons: You’ve got this shiny new server and are thinking about installing SQL Server on it. You’ve been following this series from the beginning (thank you by the way) and [...]
By sqlagentman • 13 Mistakes and Missteps, Best Practices, SQL N00B Crew, Syndicated • 7 • Tags: #File Placement, Best Practices, SQL, SQL N00B Crew, SQL Server, Top 13 Mistakes
Feb 22 2012
The db_owner Database Role Has a Secret The right solution is not frequently the easiest to implement. Avoiding hyperbole as much as possible I’ll simply say that database security is a very fine example of that adage. It is by far easier to … grant all users in a database membership in the db_owner database [...]
By sqlagentman • 13 Mistakes and Missteps, Best Practices, SQL N00B Crew, Syndicated • 1 • Tags: #db_owner, #Roles, Security, SQL, SQL N00B Crew, SQL Server, Top 13 Mistakes
Feb 17 2012
A Little Patience It’s been a long time since I rock and rolled since I addressed this series on common mistakes in SQL Server database administration. When it comes to this topic I’m glad I held off because the recommendations have changed from when I was originally working on this series when it comes to [...]
By sqlagentman • 13 Mistakes and Missteps, Best Practices, SQL N00B Crew, Syndicated • 1 • Tags: #lock pages in memory, #max server memory, #min server memory, Best Practices, SQL N00B Crew, SQL Server, Top 13 Mistakes