30 Temmuz 2009 Perşembe

How to Change MSSQL 'SA' password

1."Start"-->"Programs"-->"Microsoft SQL Server"

2. Navigate to the "Logins" object under the "Security" folder on the SQL Server you wish to administer. Then, right click on the 'sa' account and select "Properties".

3. Now, enter a new password in the "Password" field under the "Authentication" options.

How to uninstall MSSQL server 2008

Here you will find an executable file which will do it for you:

c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Release\x86\SetupARP.exe
Yukarıdaki klasöre giderek SetupARP.exe dosyasını 
çalıştırırsanız 
size ne yapmak istediğinizi soracaktır. Tamir etmek 
isterseniz repair' ı seçebilirsiniz.
Kaldırmak için ise Remove' u seçmeniz yeterli olacaktır. 

29 Temmuz 2009 Çarşamba

Task failed because "LC.exe" was not found, or the correct Microsoft Windows SDK is not installed

Error 1 Task failed because "LC.exe" was not found, or the correct Microsoft Windows SDK is not installed. The task is looking for "LC.exe" in the "bin" subdirectory beneath the location specified in the InstallationFolder value of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A. You may be able to solve the problem by doing one of the following:
1) Install the Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5.
2) Install Visual Studio 2008.
3) Manually set the above registry key to the correct location.
4) Pass the correct location into the "ToolPath" parameter of the task. DataWalkthrough


Hatasında Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5. tekrar yüklenirse hata çözülecektir fakat bu biraz zaman alıyor. Bağlantınızın iyi olması bu zamanı kısaltabilir.

Download Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5.

Visual Studio 2008 Setup - A problem has been encountered while loading the setup components. Canceling Setup.

This error comes up when trying run setup (for uninstall or for upgrading). This is caused by a hotfix that is installed by Windows Update. To solve this, uninstall the KB952241 hotfix, reboot, then run VS2008 setup once more.

This hotfix is supposed to close a security loophole that exists for machines with Visual Studio 2008 installed.Click here for details.

If you couldn't solve the problem you'll need a uninstaller of ms
here you can find it.



Bu hata steup dosyasının tekrar (upgrade yada uninstall için) çalıştırılmasıyla ortaya çıkar. Bu genellikle Windows update tarafından yüklenen bir Hotfix' den kaynaklıdır. Bu problemi çözmek için Program ekle kaldırdan (Güncelleştirmeleri gösteri seçerek) KB952241 Hotfix' ini kaldırıp. Bilgisayarınızı tekrar başlatın. Daha sonra tekrar VS2008 setupu çalıştırıp sorununuzu çözebilirsiniz.
Daha fazla bilgi için
tıklayınız
Hiçbir şekilde sorununuzu çözemediyseniz
burdan ms'in uninstallerini indirip VS2008 i kaldırabilirsiniz.

Ms Sql' de tüm tabloların Schema adlarını değiştirmek!

*Bir databasedeki tum tabloların schemasını 'dbo' yapmak için

sp_MSforeachtable 'ALTER SCHEMA dbo TRANSFER ?';