source_file_and_sample_application.zip
Source File and Sample Application
Data
RetrieveUsingADO
RetrieveUsingADO
bin
Debug
RetrieveUsingADO.exe
RetrieveUsingADO.pdb
RetrieveUsingADO.vshost.exe
RetrieveUsingADO.vshost.exe.manifest
Release
RetrieveUsingADO.exe
RetrieveUsingADO.pdb
RetrieveUsingADO.vshost.exe
RetrieveUsingADO.vshost.exe.manifest
obj
Debug
RetrieveUsingADO.exe
RetrieveUsingADO.pdb
TempPE
Release
RetrieveUsingADO.exe
RetrieveUsingADO.pdb
TempPE
Properties
RetrieveUsingADO.suo
RetriveUsingLinQ
RetriveUsingLinQ
bin
Debug
RetriveUsingLinQ.exe
RetriveUsingLinQ.pdb
RetriveUsingLinQ.vshost.exe
RetriveUsingLinQ.vshost.exe.manifest
Release
RetriveUsingLinQ.exe
RetriveUsingLinQ.pdb
RetriveUsingLinQ.vshost.exe
RetriveUsingLinQ.vshost.exe.manifest
obj
Debug
Interop.Microsoft.Office.Core.dll
RetriveUsingLinQ.csproj.ResolveComReference.cache
RetriveUsingLinQ.exe
RetriveUsingLinQ.pdb
TempPE
RetriveUsingLinQfromSQL.designer.cs.dll
Release
Interop.Microsoft.Office.Core.dll
RetriveUsingLinQ.csproj.ResolveComReference.cache
RetriveUsingLinQ.exe
RetriveUsingLinQ.pdb
TempPE
RetriveUsingLinQfromSQL.designer.cs.dll
Properties
Settings.settings
RetriveUsingLinQ.suo
RetriveUsingLinQfromSQL.dbml
RetriveUsingLinQfromSQL.dbml.layout
|
-- ================================================
-- Template generated from Template Explorer using:
-- Create Procedure (New Menu).SQL
--
-- Use the Specify Values for Template Parameters
-- command (Ctrl-Shift-M) to fill in the parameter
-- values below.
--
-- This block of comments will not be included in
-- the definition of the procedure.
-- ================================================
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author: <Author,,Name>
-- Create date: <Create Date,,>
-- Description: <Description,,>
-- =============================================
CREATE PROCEDURE [Sales].[uspInsertIntoCustomer]AS
BEGIN
SET NOCOUNT ON;
INSERT into [Sales].[Customer]
(TerritoryID , CustomerType)values(10,'I')
END
GO
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.