Posts
Sort by recent activity
Format SQL error
When I use WITH in a FROM OPENXML statement it generates an error when trying to format it: SELECT code1 FROM OPENXML(@DocHandle, '/reports/report', 0) WITH (code1 VARCHAR(2));