Wednesday 19 October 2016

Check SQL connectivity from your Client machine to others

A simple test method for SQL connectivity is to create an empty text file, with a file extension of "UDL". You can create it in Notepad. And it can have any name. I use "TestSQL.UDL"
Save it on the desktop of a windows PC and double click it.
A "Data Link Properties" dialog box will pop up where you can enter the IP address of the SQL server and also a SQL username and password.
Click the "Test Connection" button to see if you can connect.

enter image description here

SQL Table : Change Row As Column and Group Them... ( Setting column values as column names in the SQL query result )

Setting column values as column names in the SQL query result Problem Statement : id col1 col2 1 Pending 30 1 Resolved 48 ...