欢迎来到天天文库
浏览记录
ID:37896374
大小:40.00 KB
页数:8页
时间:2019-06-02
《SQL SERVER安装问题集锦》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、1“以前的某个程序安装已在安装计算机上创建挂起的文件操作。运行安装程序之前必须重新启动计算机”装SQL机器之前如果装过OFFICE软件 就会出现程序挂起的问题打开注册表编辑器,在HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSessionManager中找到PendingFileRenameOperations项目,并删除它。这样就可以清除安装暂挂项目。2安装程序配置服务器失败。参考服务器错误日志和C:WINDOWSsqlstp.log了解更多信息。”以前装过sqlserver,后来删掉重装会出现这种情况,解决办法如下:
2、1)添加/删除程序中彻底删除sqlserver2)将没有删除的sqlserver目录也删除掉。3)打开注册表编辑器,在HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSessionManager中找到PendingFileRenameOperations项目,并删除它。这样就可以清除安装暂挂项目。 4)安装SQL SERVER.3创建一个或多个注册表时出现错误请参见c:windows\sqlstp.log已了解实际情况.问题可能是由于注册表引用条件不足而引起.装SQL机器之前如果装过OFFICE软件 就会出现程序挂起的问
3、题装程序所在路径字符串里面是不是有双字节字符,就是汉字,还有系统登陆名也不要中文名有个比较笨的方法解决,就是在出这个提示时,把安装程序从进程中杀掉,这样,你的SQL server是可以用的,不过是不能打补丁了4Commandlineoptionsynaxerror.TypeCommand/?Forhelp.请参考 http://support.microsoft.com/kb/841487Youreceivea"Commandlineoptionsyntaxerror"errormessagewhenyouinstallSQLServer2000SP3Viewproductstha
4、tthisarticleappliesto.ArticleID:841487LastReview:May27,2004Revision:1.0SYMPTOMSWhenyouinstallMicrosoftSQLServer2000ServicePack3(SP3)onyourcomputer,youmayreceivethefollowingerrormessage:SQLRedistcontent:Commandlineoptionsyntaxerror.TypeCommand/?forHelp.IfyouclickOKinthemessagebox,theinstallatio
5、nofSQLServer2000SP3maycompletesuccessfully.However,theSqlredist.exeprogrammaynothaverunsuccessfullyduringtheinstallationofSQLServer2000SP3.Thisproblemmayoccurifallthefollowingconditionsaretrue:•YouruntheSQLServer2000SP3Setup.batfilefromafolderthatcontainsdouble-bytecharacterset(DBCS)characters
6、inthefoldername.•AnODBCclientprogramthatusestheSqlsrv32.dllfileisrunningonyourcomputer.Additionally,ifyouinstalltheMS03-033securityupdateforMicrosoftDataAccessComponents(MDAC)onyourcomputerafterthisproblemoccurs,theSQLServerAgentservicemaynotstartsuccessfully,andyoumayreceivethefollowingerrorm
7、essage:UnabletoloadSQLServerODBCdriverresourceDLL.Theapplicationcannotcontinue.BacktothetopWORKAROUNDToworkaroundthisproblem,runtheSQLServer2000SP3Setup.batfilefromafolderthatdoesnotcontainDBCScharactersinthefoldername.BacktothetopMOREI
此文档下载收益归作者所有