Information
Showing posts with label
microsoft sql server error 2
.
Show all posts
Showing posts with label
microsoft sql server error 2
.
Show all posts
Wednesday, February 17, 2021
SQL SERVER - How to capitalize the first letter of a record in SQL
›
Cast your ntext to nvarchar(max) and do the upper and left operations. Sample below. SELECT UPPER ( LEFT ( cast (Comments as nvarchar(ma...
Thursday, March 14, 2019
A network-related or instance-specific error occurred while establishing a connection to SQL Server - microsoft sql server error 2
›
SSMS Error: "A network-related or instance-specific error occurred while establishing a connection to SQL Server" When you are...
›
Home
View web version