Home » 2016 » October

How to Shrink SQL Server Transaction Logs

Here’s a quick screencast that demonstrates how to change the recovery model for your database and shrink the database logs using SQL Server Management Studio:   Back up your database! Launch SQL Server Management Studio. Open up a query window associated with the database with the large transaction...
Continue reading

Ionic

http://ionicframework.com/docs/guide/installation.html http://ionicframework.com/docs/cli/run.html http://ionicframework.com/getting-started/ https://github.com/angular-ui/ui-router/wiki#resolve
Continue reading

jQuery Select Change Event, Get Selected Option

more   If you have two select fields and want to load options in second one, based on selected option from first one then, below example will help you lot to understand how it can be done. Here in this example, when a user selects country in first select...
Continue reading