SET NOCOUNT ON resets @@ROWCOUNT

24. February 2009
I ran into an interesting problem while writing an update trigger in SQL Server 2008. I right-clicked on the triggers folder for a table and selected "New trigger". Now the new trigger template adds "SET NOCOUNT ON;" at the beginning. Normally it is a good practice so that the rows affected message ... [More]

BlogEngine.NET

Silverlight static resource data binding

5. February 2009
Silverlight static resource data binding [More]

BlogEngine.NET , ,