Is quoting every part of a SELECT statement deprecated T-SQL syntax?
SELECT "A", "B", "C" FROM "database"."table" where "column" = @p2
This is syntax being used by MS Access to query against a SQL Server instance. I do not know what version of Access is being used.
As far as I know it is not. Microsoft SQL 2012 still supports using double quotes in select statements see here