Created
April 21, 2017 20:24
-
-
Save sheva29/8c42091d1220cc3c84db1e34bf0c96db to your computer and use it in GitHub Desktop.
INSERT SQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****** 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