dbTalk Databases Forums  

linked server

microsoft.public.sqlserver.server microsoft.public.sqlserver.server


Discuss linked server in the microsoft.public.sqlserver.server forum.



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

Default linked server - 12-19-2005 , 10:50 AM






hello, i have a table that store information about bills, this table is
read constantly, and have close than 5'000.000 of registries. i ask
what is more eficient, have the table in a differente sql server
instance and connect with sql server, or have the table in the same sql
server instance. thanks


Reply With Quote
  #2  
Old   
Tibor Karaszi
 
Posts: n/a

Default Re: linked server - 12-19-2005 , 11:11 AM






You don't give us much to go on, but as far as I can see, it will be cheaper for you if your queries
don't have to go to a linked server.

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/


"hongo32" <hongo32es (AT) yahoo (DOT) com> wrote

Quote:
hello, i have a table that store information about bills, this table is
read constantly, and have close than 5'000.000 of registries. i ask
what is more eficient, have the table in a differente sql server
instance and connect with sql server, or have the table in the same sql
server instance. thanks



Reply With Quote
  #3  
Old   
hongo32
 
Posts: n/a

Default Re: linked server - 12-19-2005 , 01:34 PM



of which it forms is possible to be distributed the load, it did not
want that consulting all this information was made in the same server.
thanks


Reply With Quote
  #4  
Old   
Tibor Karaszi
 
Posts: n/a

Default Re: linked server - 12-19-2005 , 01:54 PM



I'm afraid that I didn't understand that remark...

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/


"hongo32" <hongo32es (AT) yahoo (DOT) com> wrote

Quote:
of which it forms is possible to be distributed the load, it did not
want that consulting all this information was made in the same server.
thanks



Reply With Quote
  #5  
Old   
hongo32
 
Posts: n/a

Default Re: linked server - 12-19-2005 , 02:17 PM



I can see that it's faster run a select in the same sql server instance
that run a select of a table in a linked server. i want to run a query
in a diferent sql server instance, and run faster than a 'local' query.
exists a form to do that?


Reply With Quote
  #6  
Old   
David J. Cartwright
 
Posts: n/a

Default Re: linked server - 12-19-2005 , 02:21 PM



*OPENQUERY

but the real question would be wich server CAN proccess the query with more
speed.

what is your setup? will this query join tables on local and remote?
is the local heavily used, and you want remote for just this one "big" table
?

"hongo32" <hongo32es (AT) yahoo (DOT) com> wrote

Quote:
I can see that it's faster run a select in the same sql server instance
that run a select of a table in a linked server. i want to run a query
in a diferent sql server instance, and run faster than a 'local' query.
exists a form to do that?




Reply With Quote
  #7  
Old   
hongo32
 
Posts: n/a

Default Re: linked server - 12-19-2005 , 03:08 PM



i think that can be faster, because the server run a transactional
system that query other tables al the time, the problem is that the
server is not in production, we are in design time.... and i just want
to made the best decision for my design. i apreciate your colaboration.


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 - 2013, Jelsoft Enterprises Ltd.