vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| [posted and mailed, please reply in news] Florian Albrecht (cyberflo2000@yahoo.com) writes: > The following should be achieved: > I need a link to a table on the same or an other sql server so that this > link can easiliy be integrated in a query. The link should have a > behaviour like an ordinary table. First you need to set up a linked server with sp_addlinkedserver. Next step is to create a view: CREATE VIEW LINK AS SELECT col1, col2, col3, FROM LINKSRV.db.dbo.tbl -- Erland Sommarskog, SQL Server MVP, sommar@algonet.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinf...2000/books.asp |
| Thread Tools | |
| Display Modes | |
|
|