How to store an object in a SQL Server table ?
Hi everyone,
I'm not so experienced in SQL Server and I would appreciate if someone could give me some direction about how could I store an instance of a class in a db table for later use.
Do I have to do something special while this table is created?