Skip to content

Instantly share code, notes, and snippets.

@SibeeshVenu
Created August 15, 2021 14:35
Show Gist options
  • Save SibeeshVenu/6bfd40c9b96b415d07db6269593a6050 to your computer and use it in GitHub Desktop.
Save SibeeshVenu/6bfd40c9b96b415d07db6269593a6050 to your computer and use it in GitHub Desktop.
USE [TrialsDB]
GO
INSERT INTO [dbo].[tblTags]
([tagName]
,[tagDescription])
VALUES
(<tagName, nvarchar(50),>
,<tagDescription, nvarchar(max),>)
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment