Skip to content

Instantly share code, notes, and snippets.

@Noxwizard
Created December 26, 2017 21:07
Show Gist options
  • Save Noxwizard/9fa52fee3130f049c18aa00956430064 to your computer and use it in GitHub Desktop.
Save Noxwizard/9fa52fee3130f049c18aa00956430064 to your computer and use it in GitHub Desktop.
MSSQL Testing
CREATE TABLE [dbo].[test](
[data] [nvarchar](100) NULL
) ON [PRIMARY]
GO
INSERT INTO dev.dbo.test VALUES ('ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ');
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment