Showing posts with label DBA. Show all posts
Showing posts with label DBA. Show all posts

Sunday, December 9, 2012

Code First with Entity Framework 5 using MVC4 and MVC Scaffold


Introduction

In this article, I will walk you through a simple application using MVC4 and Entity Framework 5 and will demonstrate how one can make use of code first technology. I will be using MvsScaffold for quick creation of controllers and views. We will be creating a TODO application.

More to read here.

Saturday, August 27, 2011

Execute BAT file from SQL Server


You can use xp_cmdshell to call a bat file from SQL Server, below are the scripts for that -- Calling batch file from SQL Server, this is batch file without parameter

1.EXEC MASTER..XP_CMDSHELL 'C:\SAMPLEBATFILE.BAT'

Find a cool free stuff everyday

Giveaway of the Day

Hiren Bharadwa's Posts

DotNetJalps