Other News

Community

Oracle 11g: ALTER TABLE READ ONLY

One more nice enhancement in Oracle 11g is the change that is made to the ALTER TABLE command. In prior versions, to make table read only we have to grant only SELECT privilege on the table. But table was still available for read and write to creator of the table. With this new enhancement to the ‘A

Community

SQL Server 2005 does not validate all articles in a transactional publication when you run the sp_publication_validation stored procedure to validate the articles

Consider the following scenario. You have a transactional publication in Microsoft SQL Server 2005. Some articles in the transactional publication have the column filtering feature enabled. You run the sp_publication_validation stored procedure to validate the articles in the transactional publicati