Monday, October 29, 2012
SQL server change timezone
Thursday, October 25, 2012
Could not load type System.ServiceModel.Activation.HttpModule
Tuesday, August 7, 2012
Show and Hide leaves blank space.
Tablix can solve issue
http://www.sqlchick.com/entries/2011/3/5/dealing-with-white-space-due-to-a-hidden-textbox-in-reportin.html
Monday, July 30, 2012
Friday, July 13, 2012
Could not load file or assembly dll Access is denied
Tuesday, June 19, 2012
Saturday, May 26, 2012
%1% is not valid win32 application
Try this if it works for you
1) Go to Start>Run>type Sfc /PurgeCache (hit enter and let it complete)
2) Go to Start>Run>type Sfc /scannow (hit enter and let it complete)
Restart machine.
Saturday, March 3, 2012
Tuesday, February 21, 2012
Friday, January 27, 2012
Tab Slideout Menu
http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/
http://www.building58.com/examples/tabSlideOut.html
http://www.roseindia.net/tutorial/jquery/TabSlideOut.html
http://www.building58.com/examples/tabSlideOut.html
http://www.roseindia.net/tutorial/jquery/TabSlideOut.html
Tuesday, January 10, 2012
sort stored procedure by modified date
SELECT name, create_date, modify_date,type
FROM sys.objects
WHERE type = 'P' order by modify_date desc
FROM sys.objects
WHERE type = 'P' order by modify_date desc
Subscribe to:
Posts (Atom)