News

SQL Server is one of the best products to come out of Microsoft, but not every professional knows how to use it effectively. For example, some might find it difficult to create a stored procedure ...
At last month's VSLive! 2002 in Orlando, Fla., Compuware announced the availability of an update to its workbench for debugging stored procedures on SQL Server. New features include stored-procedure ...
I always make a data access class with methods for getting data, but I usually just point the methods to stored procedures. This time, I decided to try making a DAL with embedded SQL, and I really ...