Download sql server - How to pass a column name value as SQL argument using ... book pdf free download link or read online here in PDF. Read online sql server - How to pass a column name value as SQL argument using ... book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
The short answer is that you can't; parameters are only supported for values, not for column names.. You either have to fall back on direct text insertion as Richard has said (whether this happens in code or via the use of the SQL Server exec() function), or use some kind of a library (like LINQ) that lets you construct queries dynamically and then converts that into a text representation.
Read : sql server - How to pass a column name value as SQL argument using ... pdf book online Select one of servers for direct link: |
---|