yambroskin

Untitled

Nov 22nd, 2017
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. USE [BANK]
  2. GO
  3.  
  4. INSERT INTO [dbo].[Settings_ContentTypePartDefinitionRecord]
  5. ([Settings]
  6. ,[ContentPartDefinitionRecord_id]
  7. ,[ContentTypeDefinitionRecord_Id])
  8. VALUES
  9. ('<settings />'
  10. ,74
  11. ,36)
  12. GO
Advertisement
Add Comment
Please, Sign In to add comment