Enjoy Every Sandwich

Thoughts on SQL, XML, .NET and sometimes beer.

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Tools

List O'Links

Kent's Other Stuff

Subscriptions

News

Please read these
Notices and Disclamiers

Post Categories

Article Categories



Monday, October 18, 2004 - Posts

SSX FAQ: Where are my SSX install log files?

If you installed using the default choices, look in C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files.

posted Monday, October 18, 2004 8:31 PM by ktegels

SSX FAQ: Enabling Standard Logins with SQL Server 2005 Express Edition

A commonly asked question in the Express newsgroup goes something like this: "I installed SQLExpress using Windows Authentication only or installed it as part of another Express project like Visual Web Developer. I'm now having problems accessing it after renaming my machine or copying the database file to a new machine. How do I enable standard logins after the fact? Is there anything else I need to do?"

This is information based on KB322336 and it comes with all of the warnings and caveats that this information does, namely: That article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base item KB256986. If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

On my machine, the LoginMode key is in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer. You can determine which of the subkeys under Microsoft SQL Server your instance of Express is install in by looking at the DATA for each of the instances listed. The one with SQLEXPRESS in the DATA of that is your SQL Server 2005 Express instance.

After making this change and rebooting, the SA account will be enabled with a blank password. You should immediate change it using the procedure in the How to Change Your SA Password topic of KB322336.

Please also keep in mind that this procedure should work with Beta2 and October 2004 Community Technical Preview. It may not work correctly with future releases.

posted Monday, October 18, 2004 8:24 PM by ktegels

Oh My God, they killed QARA!

Well, no, not really, but the current build of QARA only works the Beta2 versions of SQL Express. I'm working with Lloyd Sheen to get an updated version of that tool build and uploaded to the download site. If you're a QARA fan, expect this to happen going forward, too. We don't get the bits before you do, so if you install the October 2004 CTP, Beta3 or any release or RTM versions of SQL Express, expect that QARA will break and it will take Lloyd a few days to get his updates done.

We regret the inconvenience, but it is beyond our control. You might want to subscribe to my blog for additional announcements about QARA as well.

posted Monday, October 18, 2004 7:44 PM by ktegels




Powered by Dot Net Junkies, by Telligent Systems