| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
gbn earned this badge 28 times |
jun 5 at 23:02
How to store data in a database without tables?
sep 29 at 20:04
Making a column immutable in MySQL
jul 9 '12 at 15:41
Is database normalization dead?
jun 20 '12 at 21:16
What does collation mean in database parlance?
jun 12 '12 at 7:22
What is a Clustered Index?
may 22 '12 at 4:28
How can I tell what recovery model my SQL database has?
may 3 '12 at 17:55
Why does NOT IN with a set containing NULL always return FALSE/NULL?
apr 20 '12 at 13:19
Plural vs Singular Table Name
mar 6 '12 at 20:41
Why can't I use NEWSEQUENTIALID() as the default value for my column?
mar 6 '12 at 15:21
Poor SQL Server performance when management studio closed
jan 5 '12 at 5:21
How SQL Server handles concurrent requests?
nov 17 '11 at 18:04
How to get the MAX row
nov 4 '11 at 19:43
Guarantee SQL Server Identity Columns that two consecutive values differ by constant increments?
oct 20 '11 at 18:35
INT or CHAR for a Type Field
sep 29 '11 at 20:27
How to use variables inside a select (SQL Server)?
sep 13 '11 at 15:13
Can I determine if a stored procedure uses dynamic sql without parsing the definition?
jul 23 '11 at 5:28
The use of NOT logic in relation to indexes
may 4 '11 at 17:09
What is the difference between select count(*) and select count(any_non_null_column)?
mar 16 '11 at 19:46
whats best practice for Log Truncation in SQL Server?
feb 13 '11 at 8:53
How to execute SQL against all DBs on a Server