I can't seem to work this out. SELECT * FROM OpenQuery(LinkedServer,' SELECT * FROM tblData WHERE SomeField LIKE ''' @SearchParm ''' ') But that doesn't seem to work. I have it working just fine ...
SQL Server 2008 introduces the ability to pass a table data type into stored procedures and functions. The table parameter feature can greatly ease the development process because you no longer need ...