How to get number of records in a table

SELECT * FROM table1

SELECT COUNT(*) FROM table1

SELECT rows FROM sysindexes WHERE id = OBJECT_ID(table1) AND indid < 2

0 Comments

Featured Post

Why LLMs Don’t Have Memory — But Still Feel Smart

Every day, millions of people use AI tools like ChatGPT and Copilot. If you want to understand modern artificial intelligence, you can’t ign...

MSDEVBUILD - English Channel

MSDEVBUILD - Tamil Channel

Popular Posts