Posts

Showing posts from August, 2011

SQL Server Log File is too big,

http://www.techrepublic.com/blog/datacenter/help-my-sql-server-log-file-is-too-big/448 http://blog.sqlauthority.com/2007/11/22/sql-server-shrinking-truncate-log-file-log-full-part-2/

Welcome to the world​ ​(PHIN Sokhawin) :-)

Image
19 August 2011 @ 10:45AM (3.05Kg) @ Calmet Hospital. ត្រូវ​នឹង ថ្ងៃសុក្រ ៥​រោច  ខែ ស្រាពណ៍ ឆ្នាំ ថោះ ត្រីសក័ ពស ២៥៥៥ គស ២០១១
      You can customize Ms Access 2007 ribbon by adding Zoom feature in table [USysRibbons] with the following code : <group id="grpZoom" label="Zoom" visible="true"> <splitButton idMso="PrintPreviewZoomMenu" size="large"/> <toggleButton idMso="ZoomFitToWindow" size="large"/> <toggleButton idMso="ZoomOnePage" size="large"/> <toggleButton idMso="PrintPreviewZoomTwoPages" size="large"/> </group> You can also see original post at rptsoftware  

Implementing Table Inheritance in SQL Server

    I have found a simple explanation on sqlteam website related to the table inheritane design. It look cool and easy to understand the feature.  I have convert web page into pdf file .