Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Aaron Bertrand earned this badge 63 times |
jun 14 at 17:14
Stored procedures vs. inline SQL
jun 5 at 22:32
Find procedures that haven't been called in <n> days
may 17 at 21:12
Installation of SQL Server RAID 10 vs RAID 5
apr 30 at 4:24
How to insert in a table with only an IDENTITY column?
mar 26 at 17:17
T SQL Table Valued Function to Split a Column on commas
mar 17 at 7:27
Combine column from multiple rows into single row
mar 12 at 15:42
Sql Server - Best Practices for Growing Database Files
feb 27 at 17:36
Is a join optimized to a where clause at runtime?
feb 18 at 14:06
Are there disadvantages to contained databases?
feb 13 at 21:55
Restrict access for Windows administrator
feb 7 at 21:21
SQL Server 2012 - Always On
feb 4 at 23:24
Reducing the size of a database
jan 29 at 20:30
Is it ALWAYS possible to avoid cursor?
jan 25 at 21:55
Is that a good idea to use one database for 50.000+ shops?
jan 10 at 21:37
How do I add minutes to a time data type?
jan 10 at 12:17
How much of a view is persisted when you create an index?
nov 28 at 4:37
How does SQL Server order results when joins are used?
oct 18 at 22:27
Where are Statistics physically stored in SQL Server?
oct 18 at 11:52
Are these two queries logically equivalent?
oct 16 at 7:57
mdf,ldf file attach problem?
oct 10 at 19:32
Is there a reason to update statistics manually?
aug 31 at 15:02
Why should a CTE start with a semi-colon?
aug 29 at 14:36
Is it possible to limit the maximum disk usage for a user
aug 8 at 19:53
Why are queries parsed in such a way that disallows the use of column aliases in most clauses?
aug 7 at 17:07
Composing the “ultimate database maintenance script”
jul 25 at 17:40
Why does ORDER BY not belong in a View?
jul 24 at 20:27
Efficient way of changing VARCHAR to NVARCHAR fields in a large table in SQL Server 2008?
jul 20 '12 at 18:16
Why do wildcards in GROUP BY statements not work?
jul 12 '12 at 21:18
Restore SQL Server 2012 backup to a SQL Server 2008 database?
jun 25 '12 at 6:58
Why is the SELECT clause listed first?
jun 19 '12 at 16:26
Running total with count?
jun 15 '12 at 23:39
Disallow new UDFs that contain a cursor
jun 12 '12 at 1:02
How do you kick users out of a SQL Server 2008 database?
jun 11 '12 at 20:42
Why are numbers tables “invaluable”?
jun 1 '12 at 16:47
What database technologies do big search engines use?
may 18 '12 at 17:30
How can I force SQL Server Management Studio to update metadata?
mar 14 '12 at 19:35
DDL contention on TempDB
mar 14 '12 at 19:35
why we can specify table names enclosing them with []
mar 14 '12 at 19:35
Adding columns to production tables
mar 14 '12 at 19:35
Is nested view a good database design?
mar 14 '12 at 19:25
What's the difference between functions and stored procedures?
feb 16 '12 at 15:06
Is there a way to force an index to stay in memory with SQL Server 2008?
feb 13 '12 at 22:12
Does SQL Server read all of a COALESCE function even if the first argument is not NULL?
sep 19 '11 at 16:55
Attach SQL Server 2008 R2 on SQL Server Express 2008
aug 31 '11 at 11:19
Why shouldn't we allow NULLs?