Viewing 3 posts - 1 through 3 (of 3 total)
This is why I don't always trust BOL to give me a straightforward and direct answer.
For example, under the topic "Operator Precedence (Transact-SQL)" it states "Operators have the...
March 17, 2008 at 7:06 am
#790310
I find it puzzling to have the reviewdate be the clustered index. This seems like an unlikely column for a query. Wouldn't it make more sense to have...
November 20, 2007 at 7:51 am
#752707
The first line in the second example isn't legal without an explicit conversion or cast.
I'm pretty sure Raj meant to write...
string myID = "1001";
instead of...
int myID = "1001"; ...
November 9, 2007 at 6:41 am
#749822