MySQL Console Command

To login (from unix shell) use -h only if needed.

  Create a database on the sql server.

  List all databases on the sql server.

  Switch to a database.

  To see all the tables in the db.

  To see database’s field formats.

  To delete 

Devamını Oku…

Microsoft SQL Server Attach Hatası Çözümü

SQL Server’da dosyayı Attach ederken bu hatayı alıyorsanız çözümü şu şekilde; ÇÖZÜM : Microsoft SQL Server Management kısayoluna yada uygulamasına sağ tıklayıp Yönetici Olarak Çalıştır’ a tıklayın. Ve yeniden dosyanızı Attach edin. İşleminizin başarıyla gerçekleştiğini göreceksiniz. HATA :  TITLE: Microsoft SQL Server Management Studio —————————— Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc) For help, 

Devamını Oku…