• > Never mind the features, why is SQL Management Studio so pathetically slow!

    > Even if you put the -nosplash switch on the SQLWB.EXE it takes an age to load.

    Is it just loading you find is slow? I've found actual interaction with database to be faster, in particular things like right clicking on a server to select connect from the context menu - in enterprise manager you would be waiting quite a few seconds beofore the context menu appeared (presumably it was interrogating the server??!?), but in SSMS the menu is there straight away. Other operations seem to be as fast or faster.

    > How the hell do you show the contents of a system stored procedure?

    Am I missing something? Don't you just locate it under the system stored procedures subfolder of stored procedures, and right click on it and select Modify? Bit of a misnomer if all you want to do is look at it, but it still has the same effect?

    Does anyone know how to add a column to a table in a merge publication? You used to bring up the properties of the publication, go to filter columns, find the table and click the add column button, but filter columns seems to have disappeared. Can obviously do it via sp_repladdcolumn, but it would be nice to have the option to do it via the GUI as well.