About 50 results
Open links in new tab
  1. trying to use xEvents for tuning investigations, but got "Object cannot ...

    It seems to me that either the path h:\bdj is not valid or the service account doesnt have permission to write to the folder.

  2. Upgrade Advisor could not detect SQL Server components on the server

    Oct 11, 2011 · at Microsoft.SqlServer.UpgradeAdvisor.SqlDetection.DetectComponents () at Microsoft.SqlServer.UpgradeAdvisor.FormDetectComponents.Detect () Server Windows 2000 SP4 …

  3. SQL 17 Server Express will not install - social.msdn.microsoft.com

    MS SQL 17 Server Express Edition would not install and the summary log cause was system could not find path.

  4. Oracle equivalent collation for SQL database - social.msdn.microsoft.com

    Aug 24, 2015 · Please suggest what will be the equivalent collation for SQL server database. Will setting the collation for SQL sever db as SQL_Latin1_General_CP1_CI_AS be sufficient? Thanks.

  5. Chinese collation that has Latin case-insensitive characters?

    Aug 25, 2015 · In SQL Server, collations control the code page that is used to store the character data in non-Unicode data types like char and varchar. Code pages define bit patterns for uppercase and …

  6. How to Connect to sqlserver Database by using Javascript

    Oct 7, 2021 · Unfortunately javascript is a client side scripting language hence it cannot interact with the server. You will need a server side languange like ASP.NET/PHP to interact with server side …

  7. SQL Database Query using Visual Basic - social.msdn.microsoft.com

    Nov 9, 2016 · Imports System.Data.Sql Imports System.Data.SqlClient Public Class SQLControl Public SQLCon As New SqlConnection With {.ConnectionString = "My connection string"} Public SQLCmd …

  8. any way to get the cluster name from t-sql

    May 19, 2017 · Is there a way to get the 'windows cluster name' from t-sql? Above will give the node name info, thanks. D Friday, May 12, 2017 2:03 AM

  9. RESTORE detected an error on page (0:0) in database as read from the ...

    Apr 16, 2015 · Here is the bizarre part, I tried to restore the same database from the backup taken by my backup job automatically and it worked and I restore verify the data and it is valid.

  10. How to restore model database - social.msdn.microsoft.com

    Mar 29, 2013 · Since my master database and msdb databases are intact and I have backups of model database; how can bring my sql server 2008 instance up. I have read many article son internet but …