Brent Ozar

3,600
Reputation
3813 views

Registered User

Name Brent Ozar
Member for 1 year
Seen 22 hours ago
Website
Location Whitehall, MI
Age 36
I'm a SQL Server expert for Quest Software and the Editor-in-Chief at SQLServerPedia. I'm a former DBA, SAN admin and virtualization admin. I specialize in performance tuning and storage.

My blog about SQL Server
Twitter.com/BrentO
SPWho2.com - my StackOverflow user statistics site
Nov
27
awarded  Nice Answer
Nov
27
awarded  Nice Answer
Nov
15
accepted Cannot delete SQLServer2005 data or log files
Nov
13
answered is there a code-coverage tool for the TSQL sproc unit tests?
Oct
11
awarded  Yearling
Oct
2
comment Understanding SQL Profiler trace
The problem with looking at Profiler first is that you don't know what the hardware bottleneck is, and therefore which queries you should focus on troubleshooting first. You might have some nasty queries - say, UDFs burning up a lot of CPU - but if the box has tons of free CPU, and experiencing serious IO problems, then you want to know that in order to focus on IO-intensive queries first.
Sep
28
comment How to access SQL Server from Cocoa (Mac OS X)?
Well, this answer is several months old, so I've forgotten my search terms. Usually I chain words together with periods, like sql.server os.x, and that works pretty well.
Sep
8
accepted scheduled web synchronization with MS Sql Server 2005
Sep
5
accepted SQL split/merge of table partitions: What is the best approach to implement?
Aug
24
accepted Parameter Sniffing (or Spoofing) in SQL Server
Aug
17
awarded  Enlightened
Aug
17
awarded  Nice Answer
Aug
9
comment MSSQL2005: Restore database without restoring full text catalog
Yeah, the restore fails because it can't create the full text file on a drive that doesn't exist. Seen this myself, curious if there's a workaround.
Jul
16
accepted SQL Server 2008 R2
Jul
13
revised Using Access 2003 ADP/Project files to access SQL Server 2005 database
Fixing SQL tag typos
Jul
13
awarded  Nice Answer
Jul
6
awarded  Good Answer
Jul
1
answered How can I efficiently transfer data from a vertical databaselayout to a horizontal one.
Jun
29
comment Database tools
FYI - Quest does the same thing for SQL Server as well. We have Toad for SQL Server, Change Director for SQL Server, etc.
Jun
27
answered Database or flat file for 600K records?
Jun
27
comment Database or flat file for 600K records?
Lots of reasons - first, there's no logging. The plus side of that is that it's fast, but the downside is that if anything goes wrong, you're plain out of luck. You can't recover to a point in time with Access.
Jun
18
answered How to create SQL Server table schema from a XML schema? (with .NET and Visual Studio 2008)
Jun
18
answered MSSQL: How do I increase the size of the transaction log?
Jun
16
comment Is there a script or program that will efficiently and quickly load up the SO dump into SQL Server?
Can you add a compiled version? Us DBAs don't have the tools to compile it, unfortunately.
Jun
13
comment Documentation for creating a custom SQL Server “Data Source” data provider
You bet, glad I could help!
Jun
13
accepted Documentation for creating a custom SQL Server “Data Source” data provider
Jun
13
answered How do you simulate frequent database activity for realistic testing?
Jun
13
answered Documentation for creating a custom SQL Server “Data Source” data provider
Jun
13
answered How do the servers for Fogbugz handle load balancing?
Jun
13
answered publishing SQL 2005 Database to Remote Host
Jun
13
answered SQL Server Express DB is ‘in recovery’ - how to detect / know when it is
Jun
13
answered How to use DataMining feature of SQL Server 2008 with ASP.Net
Jun
13
revised How to use DataMining feature of SQL Server 2008 with ASP.Net
Retagging ssas, sqlserver
Jun
13
answered SQL Server 2005 multiple database deployment/upgrading software suggestions
Jun
13
answered scheduled web synchronization with MS Sql Server 2005
Jun
13
comment SQL 2000 equivalent of SQLAgentReaderRole
Correct, there's no such role for SQL 2000.
Jun
13
answered Repairing an MDF file
Jun
13
comment Use Ms SQL SERVER full text search to match words
Can you maybe expand on this with a table-create script, insert-data script, and the results you expect to get? I'm having trouble understanding what you're after, and judging by the other answers, other people are having some difficulty too. Thanks!
Jun
13
revised Database engines Comparison - Windows Mobile..
Adding sqlserver tag
Jun
13
revised Migration of huge quantities of data to SQL
Fixing sqlserver tag typo
Jun
13
revised SQL Server Profile - View Parameter Values?
Retag sql to sqlserver
Jun
13
revised Enabling Auditing feature in SQLServer 2005
Adding sqlserver tag
Jun
13
revised Is there any mechanism to connect to sql server 7 from visual studio 2008?
Adding sqlserver tag since most users won't get the sqlserver7 tag
Jun
13
answered SQL Server 2008 R2
Jun
13
revised How do i determine the SQLDBType of a variable to be added to a parameter?
edited tags
Jun
13
revised SqlCeResultSet and SQL injection
Retagging as sqlserver instead of plain sql
Jun
13
revised Can I get sql profiler for sql2008 for free?
Adding sqlserverexpress tag since this is relevant to all editions of SQL Server
Jun
13
revised Can osql.exe run as a standalone?
Merging osql.exe tag into osql
Jun
10
awarded  Nice Answer