News

Is NVARCHAR in SQL Server the same or similar to VARCHAR2 in Oracle? I might be wrong but doesn't SQL Server also support VARCHAR2? If so, what benefits (or problems) ...
This one really has me stumped. I've got a stored procedure that builds a dynamic query string and then executes it with sp_executesql. The variable I'm using for the querystring is nvarchar(1000 ...