Skip to content

Instantly share code, notes, and snippets.

@sheva29
Created April 21, 2017 20:24
Show Gist options
  • Save sheva29/8c42091d1220cc3c84db1e34bf0c96db to your computer and use it in GitHub Desktop.
Save sheva29/8c42091d1220cc3c84db1e34bf0c96db to your computer and use it in GitHub Desktop.
INSERT SQL
/****** Script for SelectTopNRows command from SSMS ******/
SET IDENTITY_INSERT [WindstreamPLUT].[dbo].[ProductDependent] ON
INSERT INTO [WindstreamPLUT].[dbo].[ProductDependent] (ProductDependentID, ParentProductID, DependentProductID, RelationshipCd, DefaultFlg, CreateUTCDt, UpdateUTCDt, ParentProductQuantity)
VALUES ('84214', '20442', '20587', 'M', '1', '2017-04-21 19:40:25.237', '2017-04-21 19:41:25.237', NULL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment