Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MarkMarkov

  1. MarkMarkov

    Possible to set servername, database and table at runtime?

    Is is possible to set the servername, database and table at runtime and then do a select using that setting? In other words, something like: declare @r varchar set @r = "server.databasename.dbo.table" select * from @r

Part and Inventory Search

Back
Top