Rakesh Patel
Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts
Friday, July 24, 2020

SQL Query to find all tables in a Database containing specified column name

›
Following query will help to find field name available in any of the table in a database. SELECT * from INFORMATION_SCHEMA.COLUMNS  wher...
Thursday, December 5, 2019

Get Table Name with Row Count from SQL Database

›
Select the database you want to filter the information about the row count and run following SQL Statement SELECT      T.NAME AS 'TA...
Wednesday, April 6, 2016

How to Test a Database Connection String using NotePad

›
Create and Configure a Universal Data Link (.udl) File with Notepad. I just came across a way to test a data provider’s connection str...
Thursday, August 13, 2015

Difference between SQL and NOSQL Databases.

›
SQL databases are like automatic transmission and NoSQL databases are like manual transmission. Once you switch to NoSQL, you become respon...
›
Home
View web version
Powered by Blogger.