September 2007 - Posts

Debugging stored procedures on SQL Server 2005
Published 09-26-2007 12:41 PM | jokiz
My current task in our project is majorly in MSSQL. I wanted to debug a chain of stored procedures and I have just found out that MS has removed debugging tools out of SQL Server 2005 client tools and relied more on visual studio's. I have experienced...
Filed under: , ,
SQL Implicit Commands
Published 09-11-2007 5:48 PM | jokiz
Not being an SQL guy, i'm really not used to implicit commands from T-SQL. By implicit, I mean those simplified commands which does the same thing as those documented in every SQL books. I first encountered a query below from a teammate: FROM Table1...
Filed under: