News

Recently I encountered a problem in a stored procedure that was caused by an unexpected result from the SQL Server ISNUMERIC() function. I was using SQL Server 2008 R2 but the issue has long been ...
When i compile i get 'isNumeric' : undeclared identifierI thought that this works?Is there an equivalent?Using windows XP VC++ 6.0 #include #include using ...
I was using SQL Server 2008 R2 but the issue has long been present in Transact SQL (T-SQL). The stored procedure was performing a calculation on a SQL Server column of type nvarchar(50), using the SQL ...