dear friends !
could you please help me in resolving my issue (if any) !
i have a tiny sql server database.
it contains one table (nothing special - just first name, last name, phone, mail. [phone] and [mail] are optional):
CREATE TABLE [dbo].[tbl_contact](
[id] [int] IDENTITY (1,1) NOT...