Showing posts with label
SQLServer
.
Show all posts
Showing posts with label
SQLServer
.
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...
Saturday, November 18, 2017
Conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value
›
Solution: "The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value" with Entity Framew...
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...
Monday, August 26, 2013
SQL Database Backup with Query
›
The tail of the transaction log usually refers to the contents of the database's transaction log that has not been backed up. Basicall...
›
Home
View web version