Viewing 4 posts - 1 through 4 (of 4 total)
Another useful statistics statement is «Time», it will show you the number of milliseconds for parsing, compiling and executing your statements:
Set Statistics TIME ON
exec your Sp
Set Statistics TIME OFF
March 8, 2010 at 9:00 am
A good practice comes from a well-known phrase:
«There's only two men I trust. One of them is me. The other's not you.» 🙂
I try to put constraints on every table...
February 15, 2010 at 9:41 am
I agree with Lynn,
a Datetime presents a much better/faster/smaller/easier solution, but if you somehow are required(obliged) to use the varchar, then use a contraint with a user defined function to...
February 11, 2010 at 7:49 am
Viewing 4 posts - 1 through 4 (of 4 total)