Tagged Questions

1
vote
4answers
581 views

Trigger based history

What I am trying to do is find out which fields were updated and record the change to a different table. DECLARE @BillNo int, @column_name varchar(500) SELECT @BillNo = BillNo FROM ...
0
votes
1answer
183 views

SharePoint Closed web part

I have a site developed in MOSS2007. where can I see the list of web parts that are closed and the user name who closed that web parts i.e(ClosedBy). Or Else, if a perticular web part is closed, how ...
0
votes
5answers
227 views

Best way to track changes on a website for visitors' information

So I've been saddled with furthering a website, in which it is crucial that the visitors are able to see exact changes that were made in content since the last time they visited (i.e., some form of ...