March 14, 2012 at 10:44 am
Hello,
Is there way not to use link server in sql server 2008? I need to select data in the view.
Thank you
March 14, 2012 at 12:14 pm
????
-- Gianluca Sartori
March 14, 2012 at 12:31 pm
Yes, you can use a linked server in 2008. You can also use a view in 2008.
Can you detail your question a bit more?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 14, 2012 at 12:33 pm
Agreed.. WHAT?
You need to give us a LOT more information. I would equate this to "its broke, how do I fix it?"
CEWII
March 14, 2012 at 2:13 pm
I'm going to frame this one.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 14, 2012 at 2:57 pm
Taking a stab... I think the OP is asking if there is a way NOT to use a linked server to gather data from another server for the view. I say use OPENROWSET, which is not new in 2008. It was in 2005 as well.
Jared
CE - Microsoft
March 14, 2012 at 3:16 pm
SQLKnowItAll (3/14/2012)
Taking a stab... I think the OP is asking if there is a way NOT to use a linked server to gather data from another server for the view. I say use OPENROWSET, which is not new in 2008. It was in 2005 as well.
I was thinking the same thoughts as well;
it also depends on how 'fresh" the data needs to be and how much the source table changes;
the table could be replicated, or an SSIS job might copy it at intervals, or some process might just do a TSQL MERGE once in a while.
Lowell
March 16, 2012 at 8:13 am
If the OP would ever come back and explian what he was really looking for it might help..
CEWII
March 16, 2012 at 10:38 am
Elliott Whitlow (3/16/2012)
If the OP would ever come back and explian what he was really looking for it might help..CEWII
Couldn't agree more.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 16, 2012 at 11:35 am
Koen Verbeeck (3/14/2012)
I'm going to frame this one.
I think you should! 😀
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply