SQL Server Indonesia User Groups Community Error - Baby SQL ... (^.^)
Welcome to SQL Server User Group Indonesia
Sign in JoinHelp | Sign In Live ID

Browse by Tags

All Tags » Error (RSS)

Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

Apabila anda mendapatkan error ini pada saat ingin browse cube, silakan install kembali office web component 2003 anda, ada kemungkinan komponennya ada yang corrupt… Anda bisa download owc11.exe di http://www.microsoft.com/downloads/details.aspx?FamilyId...
Posted by David | with no comments
Filed under: , ,

SQL Server 2000 | Error 5105 : Device Activation Error

  Salah satu penyebab error message ini, adalah karena data file dan log file nya di set jadi read-only. Kita coba reproduce : 1. kita create satu database baru 2. Setelah berhasil buat database baru dengan nama "test", kita detach databasenya...
Posted by David | with no comments
Filed under:

Error when trying to Alter Database Collation

Error Message: Msg 1505, Level 16, State 1, Line 1 The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'sys.sysschobjs' and the index name 'nc1'. The duplicate key value is (0, 1, Table_01...
Posted by David | 1 comment(s)
Filed under:

SSIS : Error code 0xc0010001

[SSIS.Pipeline] Error: component “MyComponentName” failed the pre-execute phase and returned error code 0xc0010001. Pinter banget yah, bikin error message-nya. Sering banget kalau dapet error, yang keluar hanya code doang, kgak ada detailnya. Seharusnya...
Posted by David | 2 comment(s)
Filed under: ,

Can not Print SSRS Report: Unable to load client print control

Apabila keluar error diatas pada saat akan melakukan print report, silakan apply KB954606 di SQL Server Service Pack 2 anda, atau uninstall KB956391 (The ActiveX Kill Bit update) yang ada di client anda.
Posted by David | with no comments
Filed under:

Error 823, 824 dan 829 pada database mirroring di SQL Server 2008

Di SQL Server 2008, apabila ada yang mencoba mengakses page yang corrupt pada principal di database mirroring, otomatis akan diperbaiki dengan mencari bagian hilang di mirror-nya (begitu juga sebaliknya). Hal ini dianggap sebagai P3K (Pertolongan Pertama...
Posted by David | with no comments

Update database user name to another login name

Why? Error: 18456, followed by Error: Login failed for user 'username'. Reason: Failed to open the explicitly specified database. and then you find out that in your database, there is a user name that has no login name How to fix it? you can use...
Posted by David | with no comments
Filed under: , ,
More Posts