Count and display number of rows in all tables
This script can be used to display the number of rows of all the tables in a database.
2003-01-02
305 reads
This script can be used to display the number of rows of all the tables in a database.
2003-01-02
305 reads
There isn't a convenient sp or tool in sql server to find out all the tables in a database which have primary keys. This script can help you to list all the tables with primary keys.
2002-10-21
436 reads
By Steve Jones
I am not a great software developer. I’m OK, and I do know how...
By Steve Jones
Today’s coping tip is to appreciate your hands and all the things they do...
By alevyinroc
On to the FIRST Robotics Competition 2023 World Championship Last week I wrote about...
So I'm using SQL Server 2014 and I've been using Jeff Moden's excellent string...
I'm changing the DB Compatibility mode to 2022 in SQL Managed Instance. below features...
Hi All, We see some tables in Prod are having 20-30 indexes and we...