 |
| SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

March 1st, 2007, 08:04 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Memory Impact when multiple server registered
Hi,
Did someone research on the memory impact on sql server, which has got multiple other sql servers registered in the EM? Does it affect the performance in any ways? Is there a pointer on the net to know how registering multiple remote sql servers on EM impacts on the sql server itself?
Let me know here, if any of you came across this.
Cheers
_________________________
- Vijay G
Strive for Perfection
__________________
- Vijay G
|
|

March 1st, 2007, 01:35 PM
|
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I would like to help you, did a lot of memory research with SQL server but what do are you referring to by "EM"?
|
|

March 1st, 2007, 03:38 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
|
|
EM = Enterprise Manager, sorry about using short forms.
Curious to se your reply.
Cheers,
_________________________
- Vijay G
Strive for Perfection
|
|

March 1st, 2007, 05:10 PM
|
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
registration of SQL servers on the client computer doesn't affect the server at all. In fact the server doesn't even know about them. Does this help?
|
|

March 1st, 2007, 06:42 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Thanks for the reply. Is there anywhere I can read something related to that?
Cheers
_________________________
- Vijay G
Strive for Perfection
|
|

March 1st, 2007, 08:14 PM
|
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Well you can understand what the SQL server is doing when you register it by using query profiler. Run Query profiler on a server nobody is using. Then register the enterprise manager on a clinet and look at what sql it generates. Thats all that happens when you register the server on the servers side.
|
|

March 2nd, 2007, 11:01 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
|
|
But does it not keep probing the client periodically to know its status? I assume so. Let me check that with the profiler too.
_________________________
- Vijay G
Strive for Perfection
|
|

March 2nd, 2007, 11:11 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Yes, you are right, I see no impact of it on the sql server when added with more such clients.
Thanks
_________________________
- Vijay G
Strive for Perfection
|
|

March 2nd, 2007, 01:53 PM
|
|
Friend of Wrox
|
|
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
registration client side connects to the sql server (one time hit) then after that never touches the server again unless you launch enterprise manager. Launching enterprise manager can try to connect to the server and that would put a load on the server. But if you install enterprise manager on 1000 computer but never launch them on the client ever again there will be zero load on the server.
|
|

March 8th, 2007, 09:28 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Yes that was my question... I keep my EM open on the server that has got 10 or 15 other servers registered. Does that keep trying to probe all those 10 or 15 servers registered in the EM to know its status periodically?
_________________________
- Vijay G
Strive for Perfection
|
|
 |