Viewing 5 posts - 1 through 5 (of 5 total)
Agreed - however if the tables have a lot of fields instead, the where clause will be long and tedious to maintain.
September 27, 2010 at 6:30 am
The FULL OUTER JOIN method shown in the article has one major flaw compared to the EXCEPT method - identical rows are not excluded from the result set. With the...
September 27, 2010 at 12:58 am
skjoldtc (9/24/2009)
A suggestion for future questions. Maybe not all questions need sample code.
Although some questions very well could be written without sample code I think it is generally a...
September 24, 2009 at 8:50 am
Thanks for the replies - using the database_id seems to be a solid workaround (even though it still puzzles me that there is no regular field to display system vs....
May 18, 2009 at 7:02 am
I would like to fire up a T-SQL query that gave me more or less the output I get from "select * from sys.databases" - but without the system databases....
May 18, 2009 at 5:54 am
Viewing 5 posts - 1 through 5 (of 5 total)