Viewing 15 posts - 586 through 600 (of 1,363 total)
Have you tried what I suggested just now. Changin hard coded password.
Check-->
The work-around is to edit the INSTMSDB.SQL script and change two instances of Yukon90_ to something more complex. ...
March 5, 2009 at 4:31 pm
Leave what I said above.
Try this:
It appears that the offending password is in the line:
encryption by password = 'Yukon90_'
in the script sqlagent90_msdb_upgrade.sql.
I found this problem, changed the password in the...
March 5, 2009 at 4:24 pm
Try performing those steps for SQL 2000 instance:
Instead of configuration manager use services applet.
MJ
March 5, 2009 at 4:20 pm
Have you tried Method1 stated in KB article-->http://support.microsoft.com/kb/936892/en-us.
Method 1: Update the password of the SQL Server login to comply with the password policy in Windows Server 2003
MJ
March 5, 2009 at 4:04 pm
See if this helps:
A workaround solution has been discovered, in relation to this Microsoft KB (Knowledge Base) Article : Error message in the SQL Server Error log file after you...
March 5, 2009 at 2:54 pm
Attached is a .bat file and sql script for moving system databases. Try altering it to include the user databases.
MJ
March 5, 2009 at 2:43 pm
Moin,
Just use sp_dropsubscription(http://msdn.microsoft.com/en-us/library/ms184385(SQL.90).aspx) and get rid of that subscriber.
EXEC sp_dropsubscription
@publication = @publication,
@article = N'all',
GO
MJ
March 5, 2009 at 12:19 pm
Rebuild indexes when avg_fragmentation_in_percent > 30
Check-->http://blogs.msdn.com/jorgepc/archive/2007/12/09/how-to-check-fragmentation-on-sql-server-2005.aspx
For script-->http://sql-server-performance.com/Community/forums/p/27772/149694.aspx
HTH!
MJ
March 5, 2009 at 8:14 am
Have you checked the installation log file at
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG
MJ
March 5, 2009 at 6:58 am
Why don't you start with comparing sp_configure output first.
MJ
March 5, 2009 at 6:50 am
Don't forget to check Books online(installed with sql server installation).
MJ
March 5, 2009 at 6:46 am
I noticed it now. Better take help from books online for this:
http://msdn.microsoft.com/en-us/library/ms174997(SQL.90).aspx
MJ
March 5, 2009 at 6:38 am
Was sql server restarted after the appserver command execution was done?
The local definition takes effect only after the server is shut down and restarted. Only one local server can be...
March 5, 2009 at 5:58 am
Please execute DBCC CHECKDB with ALL_ERRORMSGS,NO_INFOMSGS
MJ
March 5, 2009 at 5:55 am
Viewing 15 posts - 586 through 600 (of 1,363 total)