The openrowset tag has no wiki summary.
3
votes
1answer
45 views
Dynamic file name for file import
I'm trying to figure out a way that I can pass a filename into a stored procedure that can import a file. However, after setting up the SQL dynamically, the object can't be found.
DECLARE @fileName ...