Viewing 3 posts - 1 through 4 (of 4 total)
I found the solution:
Tools Menu -> Options -> Designers -> uncheck: Prevent saving changes ...
😀
September 11, 2008 at 2:54 am
#870166
The article http://blogs.msdn.com/psssql/archive/2008/08/29/how-to-rebuild-system-databases-in-sql-server-2008.aspx has the correct details.
Thanks a lot.
My problem was solved with that article.
September 9, 2008 at 4:42 am
#868939
start /wait setup.exe /qb INSTANCENAME=MSSQLSERVER REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD=test SQLCOLLATION=SQL_Latin1_General_CP1_CI_AI
When I run this command (the dvd of Sql 08 is in drive i.e G:) an error occures like this:
September 8, 2008 at 6:08 am
#868355