I have to execute quick tasks (like I did in SQL Server 2000) where I want to either delete several tables or script several tables. Is there anyway to actually select multiple tables easily by right clicking the tables in SQL Server Management Studio like you did in Enterprise Manager
Thanks.

SQL Server 2005 changes for selecting multiple tables
jbmeeh
miguelangel
james100
hi,
in my case in object explorer in sql server 2005, the ctrl and shift keys do not work, so i can't select multiple tables.
Is this a standard feature is there an option to make sure I can use ctrl/shift key to do multiple selections
Thanks,
MReynolds
Hi,
Thanks, I indeed found out how to do it in the Summary window, rather than in the object explorer window.
However, can't help but to comment that this is so illogical, complicated and why I have been working with sql server 2000 for many years. Is this improvement Why you need two different windows to manage the same kind of things, and put limits as to what you can do in each window
nvm.
mkamoski
dsm1982
From the Object Explorer, expand the database you want to work with. Then select Tables. This will list out all tables on Summary tab. Select tables you want to either script or delete just like you did in SQL 2000 EM (control, shift, etc.). Right-click to either script or delete.
somchai
Hi,
You can select multiple tables by the way that Young Joo in the previous post has described from the Summary window and you need not go to the Object Explorer for selecting them.
Thanks and Regards,
Rajesh