|
yb2 -> RE: SQL Server Express and Management Tool (6/10/2006 3:41:45)
|
I've spent a year learning .Net v1.1 and now everything is 2.0 and by the time I've worked out the changes to that I'm sure they'll be on version 3![&o] (you can actually start using 3, there are pages somewhere that show all the work going into it) I like the new Management Studio though, I think it's a really nice mix of Query Analyser and Enterprise Manager. I especially like the Solutions and Projects for keeping queries organised. That is a real god send (for me). So you don't end up looking like your avatar RD (unless that's really is a photo of you) [:D] UPDATE myTable set FirstField = m.FirstField + r.SecondField FROM myTable m INNER JOIN RelatedTable r ON m.Whatever = r.Whatever WHERE m.Id = 50
|
|
|
|