Hello Experts,
on design pc an default instance of SQL 2008 was installed which was unable to start SQL engine due to master.mdf corruption
after some Google searches I got the following code
Setup.Exe /Action=RebuildDatabase /InstanceName=MSSQLSERVER /SqlSysAdminAccounts=design\Administrator
and yes now SQL engine could start but by windows authentication I am unable to login
can some body guide how can I solve this issue