in my program i need to check if a record in the database already exists in the table using the if statement. using c# i am trying to do this through an sql con
if
I would use Select Top 1 Id rather than the count(*) because it can be much faster