Dear all,
I have to just insert into a table ,which is history table , so i used identity with pk .
and any body can insert into that table. That table can be on other database.
and people can use db.dbo.tablename to insert, then database can be restored to create new database at other machines.
where same insertion process can occur.
yours sincerly