Tuesday, January 24, 2006 #

Reverse Engineering SQL 2005 DB from Visio

When you try to Reverse Engineer SQL 2005 DB from Visio 2003. You may get this error “The currently selected Visio driver is not compatible with the data source."

I think SQL Server 2005 compatible driver will be shiped later.

However, you may use Generic OLE DB Provider, and then select Microsoft
OLE DB Provider for ODBC drivers, it can successfully interpret tables with
from SQL Server 2005.

posted @ Tuesday, January 24, 2006 7:01 AM | Feedback (2265)

Registry Fix

I got to see a old server box running sql server 2000 with no service pack. On recommending to install SP4, I was given a SP3a CD. Anyways I tried to install it... but while installing it received an error "A previous program installation created pending file operations. You must retart the computer before running setup." ok you will say what a big deal-just restart the box. But probelm was it came up no matter how many times you reboot.

the solution was just deleting PendingFileRenameOperations key from HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager

then repeating for ControlSet001, ControlSet002 ... if required

This may solve this problem but might give other problems like I got (error running script: sp3_serv_uni.sql(1) etc.)

but better solution - just installing latest SP4

posted @ Tuesday, January 24, 2006 6:46 AM | Feedback (1953)