|
|
|
|
Browse by Tags
All Tags » tools » Trace (RSS)
-
(Note: I have re-written parts of this post in the light of the comments that SP1 of 2012 include Complete tools.)
I have decided to revisit the topic of whats included in Express Edition, with focus on the tools. I have a couple of reasons for this:
In my 2011 post, I never tried to connect from Express SSMS to a non-Express ...
-
This is a recommendation I believe is worth repeating from time to time: Make sure you match data types when you write TSQL code. Else you in most cases end up with an implicit data type conversion. And in worst case, this conversion is performed at the column side - not the literal side of your query. What does that mean? Consider below:
WHERE ...
|
|
|
|
|