Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Mark Storey-Smith earned this badge 34 times |
feb 18 at 18:22
SQL Database Structure for RESTful API
feb 6 at 15:29
SQL Server TempDB behaviour in large memory environment
feb 1 at 12:19
How to tackle a large undocumented database
aug 27 at 10:44
What is the function of rebuilding indexes?
jun 22 '12 at 19:47
Why should I use Visual Studio 2010 over SSMS for my database development?
jun 22 '12 at 19:02
How to find out who deleted some data SQL Server
jun 14 '12 at 16:08
How many Sproc Parameters is too many?
jun 14 '12 at 14:43
Will the transaction log shrink automagically in SQL Server?
jun 14 '12 at 14:43
How do you ORDER BY a parameter?
jun 14 '12 at 14:43
How to free SQL Server memory?
jun 13 '12 at 20:38
Why “Begin Transaction” before “Insert Query” locks the entire table?
jun 13 '12 at 20:28
Designing a platform: one database or multiple databases?
jun 4 '12 at 18:03
Does the order of columns in a table's definition matter?
apr 29 '12 at 12:54
In SQL Server, is it possible to have a PRIMARY KEY on a table without either CLUSTERED or NONCLUSTERED indexes on the same key?
apr 18 '12 at 7:43
Performance difference for COALESCE versus ISNULL?
mar 30 '12 at 8:56
How to store data in a database without tables?
mar 23 '12 at 1:38
Is ROLLBACK a fast operation?
mar 2 '12 at 19:27
Difference Between Row Level and Page Level Locking and Consequences
jan 17 '12 at 19:33
What is the most efficient way of inserting 199 millon rows of data?
dec 19 '11 at 1:57
How are bit fields sorted for an index?
dec 10 '11 at 23:42
SQL Server Max Memory not limiting use of RAM
dec 7 '11 at 16:05
What 'resets' the transaction log
nov 29 '11 at 16:28
Should you design the database before the application code is written?
nov 18 '11 at 18:06
Is DB2 more reliable and stable compared to PostgreSQL or MySQL?
nov 9 '11 at 19:28
SQL Server 2008 R2 “Ghost Memory”?
nov 8 '11 at 16:21
Possible attack on my SQL server?
oct 18 '11 at 17:06
Indexing from start or when performance problem arises?
oct 14 '11 at 21:59
Why shouldn't we allow NULLs?
aug 24 '11 at 6:33
How to implement a 'default' flag that can only be set on a single row
aug 23 '11 at 19:11
When to use TINYINT over INT?