Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
JNK earned this badge 18 times |
1d ago
datatypes in sql server , difference between similar dataypes, numeric, money , decimal ,float
may 14 at 19:18
Do empty columns take up space in a table?
mar 11 at 18:05
Common Table Expression (CTE) benefits?
aug 22 at 19:27
Direct the OUTPUT of an UPDATE statement to a local variable
jun 1 '12 at 15:57
What database technologies do big search engines use?
apr 17 '12 at 19:53
Why do people recommend not using the name “Id” for an identity column?
apr 15 '12 at 20:22
SQL Server Partitioning - what to use for partition key?
mar 7 '12 at 10:51
Should date formats be specified in SQL statements?
feb 15 '12 at 18:23
What's the difference between a CTE and a Temp Table?
feb 13 '12 at 22:12
Does SQL Server read all of a COALESCE function even if the first argument is not NULL?
feb 13 '12 at 22:07
overstating field size in database design
jan 30 '12 at 21:47
Why are numbers tables “invaluable”?
jan 25 '12 at 1:45
Is it OK to blindly add missing indexes?
jan 6 '12 at 17:50
Should developers be able to query production databases?
nov 23 '11 at 22:07
Why should I create an ID column when I can use others as key fields?
nov 16 '11 at 20:23
Does “WHERE 1=1” usually have an impact on query performance?