dbTalk Databases Forums  

Management Studio very slow ... only on remote use

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss Management Studio very slow ... only on remote use in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
joker197cinque
 
Posts: n/a

Default Management Studio very slow ... only on remote use - 08-26-2009 , 07:44 AM






I installed Management Studio on a desktop and I'm connecting through
a non standard port to a sql 2005 db engine on another network,
through a firewall.

Executing query this way:

1) Connect
2) New Query
3) select * from mytab

works like a charm.

Instead, trying to doing:

1) Right click on table
2) Open table

is VERY SLOW to fetch all data.

This does not happen locally to the db engine.

Any help appreciated.

Regards.

Reply With Quote
  #2  
Old   
Aaron Bertrand
 
Posts: n/a

Default Re: Management Studio very slow ... only on remote use - 08-26-2009 , 08:09 AM






Quote:
I installed Management Studio on a desktop and I'm connecting through
a non standard port to a sql 2005 db engine on another network,
through a firewall.

Executing query this way:

1) Connect
2) New Query
3) select * from mytab

works like a charm.

Instead, trying to doing:

1) Right click on table
2) Open table

is VERY SLOW to fetch all data.

This does not happen locally to the db engine.

Any help appreciated.
Don't use Open Table? Since this provides some level of concurrency and the
ability to actually edit the data, it is much more expensive than a simple
SELECT *. In fact, in SQL Server 2008's version of Management Studio,
you'll find that Open Table has disappeared, and replaced by a much more
friendly option to Edit (n) rows. There is also an option to SELECT (n)
rows, which does what you are doing in the first example above. Still, the
first option is almost always going to be better than the right-click
options, IMHO. You can read a lot of the background in these two connect
items I filed in 2007:

http://connect.microsoft.com/SQLServ...spx?FeedbackID
=269555

http://connect.microsoft.com/SQLServ...spx?FeedbackID
=264592

A

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.