Home2008September20Jquery and Swfobject conflicts Jquery and Swfobject conflicts Posted on September 20, 2008March 5, 2009 by This is the right way to use swfobject and jquery framework. To avoid the known issues between these two.
Count Tables, Views and Stored Procedures in you Database I posted some useful scripts to count your database’s Tables, Views and Stored Procedures. Count Tables [sourcecode language=’sql’] SELECT COUNT(*)…