What is Northwind database? How Its Work ?

    The northwind database is a sample database included in Microsoft Access and SQL Server 2008. It's available as an optional download for SQL Server 2012 .The Database contain Tables and Data.It have consist the Stored Procedure for the Database. 
         
     The Northwind database is basically just an example database that runs under SQL Server. This database is populated with data that represents an imaginary company’s sales data. It is a very common example database for SQL Server testing and sampling.

Use the link http://northwinddatabase.codeplex.com/releases/view/71634 To download the Database.


Download Northwind.sql.zip pack.

Use the first main think is create database name as Northwind.

                        create database Northwind;

execute the SQL file after create a  database.



Comments

Popular posts from this blog

Insecure cookie setting: missing Secure flag

Maximum Stored Procedure Function Trigger or View Nesting Level Exceeded (limit 32) in SQL Server

Display Line Chart Using Chart.js MVC C#