• Can anyone one told me what will be the shortest and fastest way of find the

    count of table data

    i am using

    SELECT COUNT(*) FROM TblEmployee -- i want only count not else

    what can i do for that