Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ranvir_2k
Posting Yak Master
180 Posts |
Posted - 2009-09-08 : 05:19:47
|
Hi,I've got the following error when trying to release scripts onto a SQL Server 2005 database, does anyone know what it means and how it can be fixed? I have Enterprise 32bit edition installed.Error processing server. Failed to initialize the 'current catalog' property for one of the following reasons: The value data type was not the data type of the property or was not null. For example, the property was DBPROP_MEMORYUSAGE, which has a data type of Int32, and the data type was Int64. The value was not a valid value. For example, the property was DBPROP_MEMORYUSAGE and the value was negative. The value was a valid value for the property and the provider supports the property as a settable property, but the provider does not support the value specified. This includes the case where the value was added to the property in OLE DB after the provider was written. |
|
|
|
|