|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Saturday, February 16, 2013 10:52 AM
Points: 12,
Visits: 19
|
|
1)Can anybody pls answer ,what are the errors usually come while installing sql server?
2)If installation ,fails how to find the exact reason?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 10:09 AM
Points: 5,266,
Visits: 11,197
|
|
shreekanth.kavali (2/16/2013) 1)Can anybody pls answer ,what are the errors usually come while installing sql server?
thats a big question, but probably most installation failures are going to be caused by a)lack of permissions b)missing pre-prerequisitese. .net framework) c)hardware configuration issues (i.e. not enough disk space)
2)If installation ,fails how to find the exact reason?
installation write verbose logs to c:\program files\Microsoft SQL Server\100\Setup Bootstrap\Log\ and under there a time stamped directory for this run of the installation.
---------------------------------------------------------------------
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Saturday, February 16, 2013 10:52 AM
Points: 12,
Visits: 19
|
|
Hi george ,
Thanks for your answer,
can you give me some perticular errors interms of permissions,missing prerequisites,hardware issues and how to troubleshoot it?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 10:09 AM
Points: 5,266,
Visits: 11,197
|
|
pre-reqs and hardware it will be obvious from the error message. permissions you will probably need to look in the summary log or perhaps the detailed log.
---------------------------------------------------------------------
|
|
|
|