Microsoft SQL Server Express 2008に問題が発生しました。データベースを作成しようとしていて、カルチャーエラーが発生します。ここで私は、データベースを作成しようとしているときに何が起こるかです: Database creation error imageMicrosoft 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フレームワークを更新しようとしました。私は私の問題についてグーグルで試してみましたが、何も見つかりませんでした。通常、私は答えを探しますが、今どこに行かなくてもここで質問することにしました。ああ、私はWindows Server 2003を実行しています。
.NETフレームワークを使用しています – scsimon
.NET Framework 3.5を使用していましたが、後で.NET Framework 4に更新しました –
新しいDBをどのように作成していますか?スクリプトまたはGUI? – scsimon