2016-07-22 41 views
0

我遇到了與Microsoft SQL Server中的問題文化錯誤表達2008年,我試圖創建一個數據庫,我得到文化的錯誤。下面是當我試圖創建一個數據庫會發生什麼: Database creation error image在Microsoft SQL Server 2008 Express中創建數據庫時出錯。在Windows Server 2003 Service Pack 2的

,這裏是這個錯誤的一個完整的報告:

=================================== 

Culture ID 1155 (0x0483) is not a supported culture. 
Parameter name: culture (mscorlib) 

------------------------------ 
Program Location: 

at System.Globalization.CultureTableRecord.GetCultureTableRecord(Int32 cultureId, Boolean useUserOverride) 
at System.Globalization.CultureInfo..ctor(Int32 culture, Boolean useUserOverride) 
at Microsoft.SqlServer.Management.Smo.StringComparer.ChangeCollation(String newCollation, Int32 lcid) 
at Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetComparerFromCollation(String collationName) 
at Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetDbComparer(Boolean inServer) 
at Microsoft.SqlServer.Management.Smo.SqlSmoObject.InitializeStringComparer() 
at Microsoft.SqlServer.Management.Smo.AbstractCollectionBase.get_StringComparer() 
at Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase.InitInnerCollection() 
at Microsoft.SqlServer.Management.Smo.SmoCollectionBase.get_InternalStorage() 
at Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetObjectByKey(ObjectKeyBase key) 
at Microsoft.SqlServer.Management.Smo.SortedListCollectionBase.AddImpl(SqlSmoObject obj) 
at Microsoft.SqlServer.Management.Smo.FileGroupCollection.Add(FileGroup fileGroup) 
at Microsoft.SqlServer.Management.SqlManagerUI.CreateDatabaseData.FilegroupPrototype.ApplyChanges(Database db) 
at Microsoft.SqlServer.Management.SqlManagerUI.CreateDatabaseData.DatabasePrototype.ApplyChanges(Control marshallingControl) 
at Microsoft.SqlServer.Management.SqlManagerUI.CreateDatabase.DoPreProcessExecution(RunType runType, ExecutionMode& executionResult) 
at Microsoft.SqlServer.Management.SqlMgmt.SqlMgmtTreeViewControl.DoPreProcessExecutionAndRunViews(RunType runType) 
at Microsoft.SqlServer.Management.SqlMgmt.SqlMgmtTreeViewControl.ExecuteForSql(PreProcessExecutionInfo executionInfo, ExecutionMode& executionResult) 
at Microsoft.SqlServer.Management.SqlMgmt.SqlMgmtTreeViewControl.Microsoft.SqlServer.Management.SqlMgmt.IExecutionAwareSqlControlCollection.PreProcessExecution(PreProcessExecutionInfo executionInfo, ExecutionMode& executionResult) 
at Microsoft.SqlServer.Management.SqlMgmt.ViewSwitcherControlsManager.RunNow(RunType runType, Object sender) 

我試過所有設置恢復默認設置,我仍然得到這個錯誤,我試圖重新安裝.NET框架和相同的結果,我試圖更新.NET框架,什麼都沒有。我試着用Google搜索我的問題,但我什麼也沒找到,通常我會搜索答案,但現在我沒有去哪裏,所以我決定在這裏提出問題。哦,我在運行Windows Server 2003

+0

您使用的是什麼.NET框架 – scsimon

+0

我正在使用.NET框架3.5和更高版本我更新到.NET框架4 –

+0

您如何創建新的數據庫?腳本或GUI? – scsimon

回答

0

我已經卸載SQL服務器和.NET框架,然後我重新下載.NET框架和SQL服務器固定,然後重新安裝的話,問題就消失了。感謝您試圖幫助我,我真的很感謝

相關問題