Archive for March, 2009
Database diagram support objects cannot be installed
When attaching a new database from someone else, you could see an error pop up when trying creating a diagram, it is caused by the dbo of the attaching database doesn’t have a login. Perform the following steps could resolve the issue, USE [master] EXEC sp_dbcmptlevel ‘DatabaseName’, ’90’; ALTER AUTHORIZATION ON DATABASE::”DatabaseName” TO “UserName” EXECUTE […]
Chrome 2 beta and Chrome experiments
Google has released Chrome 2 beta which added some new features like tab docking, mouse scroll bar navigation and so on. By downloading the latest Chrome installer, it would upgrade existing Chrome 1.0 Check out the site http://www.chromeexperiments.com/ that hosts some really cool javascript applications that are used to test the performance of the browser. […]