lamp

July 2009 - Posts

Change SQL Server Instance Name
20 July 09 10:14 AM | Frederick.Chapleau | with no comments

After looking around a lot, I found this article that is really accurate, when you changed the server name, and not the SQL Server Instance name...

http://www.coderjournal.com/2008/02/how-to-change-instance-name-of-sql-server/

-f.

Filed under:
The log cannot be rebuilt when the primary file is read-only.
08 July 09 06:27 PM | Frederick.Chapleau | with no comments

When mounting a SQL Server Express Database, the SQL Server Express engine is trying to rebuild the log files, using the same permissions as the AppPool that is configured for the website. So this account should have access to the underneath file system. Try giving Network Service Account read/write permissions on the App_Data folder...

-f.

Filed under:
cannot generate sspi context. .net sqlclient data provider
08 July 09 01:38 PM | Frederick.Chapleau | with no comments

I had this, and found a lot of posts for it... here is an other “simple” solution: change de provider name to Named Pipe, it this case the SSPI context is generating correctly.

-f.

Filed under:
DNS Error when activating Windows 2008
07 July 09 01:00 PM | Frederick.Chapleau | 1 comment(s)

If you receive this error when activating Windows 2008, change the product key to use a MAK product key (I think it’s a volumen license key) and not a MSDN product key (RTL).

Windows Activation Error
A problem occurred when Windows tried to activate. Error Code 0x8007232B.
For a possible resolution, click More Information.
Contact your system administratior or technical support department for
assistance.
More Information says -> Code: 0x8007232B, Description: DNS name does not
exists.

-f.

Filed under: