Hi there, I'm a SQL Server 2000 noob and looking for some help.
I need to make a simple script that counts the number of rows in a table.
Also, i need to make another version ofthe same script, but ONLY look and count rows with certain data in them...e.g. search and count for rows with the word JOE in them.
Any help would be really appreciated, and if somebody would be so kind to break down and explain each part of the script i would be VERY grateful.
Cheers,
Deja.
I need to make a simple script that counts the number of rows in a table.
Also, i need to make another version ofthe same script, but ONLY look and count rows with certain data in them...e.g. search and count for rows with the word JOE in them.
Any help would be really appreciated, and if somebody would be so kind to break down and explain each part of the script i would be VERY grateful.
Cheers,
Deja.
Comment