i am using table to populate data for report purpose . if i launch same report from two clients this table always locked by another user. Am using primary key is newid() so it always different . how can i avoid this lock ? why one spid locking the another session though key is different ?
Thanks in Advance .