Skip to content

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

Category: sql server

2021-02-072022-01-05sql server

Case sensitive strings in SQL Server

99 times out of 100, I’ve wanted case-insensitive strings in SQL Server. […]

2021-02-042022-01-05sql server

SQL Server GUID as Primary Key

There are a few use cases for using a GUID as a […]

2021-02-012022-01-05sql server

Base 64 in SQL Server

Base 64 encoding is the process of converting bytes (8 bits) to […]

2021-01-152022-01-04sql server

SQL Server Table Valued Parameters with .NET

private static SqlDataRecord CreatePersonRecord(int id, string name) { var metaData = new[] […]

2021-01-142022-01-04sql server

Drop SQL Server Database

If you’re working locally, building a new app from scratch, you might […]

2021-01-052022-01-04sql server

SQL Reseed Identity

If you need to manually insert a value into an identity column, […]

Posts navigation

Previous 1 … 4 5
  • RSS Feed
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube

.net asp.net async audio aws azure batch brotli browser c# cloud config cryptography css csv dependency injection email entity framework git guid gzip handlebars html images javascript jquery json jsonp linq linux mercurial mvc nodejs pdf records scss serialization sqlite sql server temporal tables tfs typescript windows wsl xml

If you learned something today

Buy Me a Coffee

© 2022 60 Second Dev. Proudly powered by Sydney