Shrink Transaction Log File In SQL Server
Shrink transaction log file In SQL Server database without altering the database files . I.e. shrinking the ldf file without affecting the mdf file.
Shrink transaction log file In SQL Server database without altering the database files . I.e. shrinking the ldf file without affecting the mdf file.
Generating more and recent transaction data In SQL Server WideWorldImporters sample database. Steps for generating more data In WideWorldImporters database.
Tips and tricks to check if column exists in a SQL Server database table. Also find the list of all tables and stored procedures having the column name.
Encrypting stored procedure in SQL Server for hiding the source code of the stored procedure, view and function. Using WITH ENCRYPTION to hide source code.
Bootstrap 3 With MVC 5 And Entity Framework 6: Step by step instruction for creating ASP.NET MVC 5 with EF 6 web application using Bootstrap 3
When to use ViewModel, ViewData, ViewBag, TempData or Session in MVC? What are the similarities & differences? ViewModel vs ViewData vs ViewBag vs TempData.
Installing and using the DNN visual studio project template for developing web application modules for Dotnetnuke
Update from select statement in SQL Server. Updating a table using select statement form the same table or different tables using join.
How to write a SQL select query joining multiple tables from databases located on different SQL Server Instances? Accessing table from remote SQL Server.
Some useful options to get and use free or highly discounted Microsoft development tools and software. Microsoft is providing lot of free and discounted development tools for budding developers.
Razor view engine vs jQuery vs KnockoutJS: Which one is best for my requirement? Which one to select Razor vs jQuery vs KnockoutJS.
What is Buffer Pool Extension in SQL Server 2014? What is it’s purpose and benefits of using buffer pool extension in sql server?
Step by step instructions for Installing and setting up Fedora linux OS in VMWare Player. Simple steps to install Fedora in VMWare.
Setting up a (DotNetNuke) DNN Development Environment for developing DNN Modules
DNN Upgrade: Upgrading a Dot Net Nuke (DNN) Content Management System Website from version 6.x to 7.x.
Some useful websites, links and articles for web developers who are planning to use Twitter Bootstrap. Hand-picked bootstrap resources.
SQL query for joining tables from multiple databases on the same server. Joining tables from different databases in a single select query.
Article on the basic structure and layout of a html page for using Twitter Bootstrap as the user interface framework. Structure and layout for bootstrap.