In SQL statements, some data providers use "@" to indicate a
parameter. Using parameters rather than putting the values directly
in the SQL statement has several advantages, including automatic data
type conversion, prevention of SQL injection attacks and the ability
for the backend to calculate the execution plan once for multiple uses
of the statement.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.