About 16,700 results
Open links in new tab
  1. Connection to remote Microsoft SQL Server database cannot be made …

    Apr 25, 2018 · I've been working on a web API project using Mac OS and Visual Studio Community (v7.4.3). I have used the Entity Framework core in order to connect programmatically to an AWS …

  2. Database for developing on both Mac & Windows

    Oct 7, 2021 · User-474980206 posted You can also run Microsoft Sqlserver 2017 in a unix docker image on a mac.

  3. SQL Server Configuration Manager gives an error: MMC could not …

    Jul 12, 2017 · From there, I installed SQL Server 2016 and the SQL Server Configuration Manager worked perfectly. I think I ran into the problem because some part of SQL Server 2016 CPT had not …

  4. An TLS 1.0 connection request was received from a remote client ...

    Mar 26, 2013 · An TLS 1.0 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL …

  5. populate from SQL Server to ListView - social.msdn.microsoft.com

    Aug 18, 2009 · I want to know how can poplulate from SQL server stored procedure into ListView without having to refresh the whole data? I mean just check if the data already displayed then it …

  6. Permissions within SQL Server Agent jobs - social.msdn.microsoft.com

    Oct 24, 2011 · Though you can simply give the SQL Server Agent Service account permissions to execute the query, this is not the best way from a security perspective. For SQL Server Agent …

  7. LINQ To SQL - Trigger Firing Problem - social.msdn.microsoft.com

    Jul 21, 2007 · When you first created your Linq To SQL class, and connected to your database and then started dropping tables on the Linq To SQL Design Surface, a pop-up window asks you whether you …

  8. SQL Stored Procedure vs SQL Statement in VB.net

    Apr 16, 2015 · I would like to ask you, it's better to use stored procedures in SQL Server or put SQL Statement into the code (VB.net)? Which solution is the best to run queries to get data from SQL …

  9. How to represent a checkbox on an MVC page with SQL and razor?

    Feb 15, 2016 · Currently trying to add checkboxes to represent a boolean value, but find a huge disconnect between SQL and MVC.

  10. SQL - Query takes too much time on client machine

    Apr 24, 2018 · We have SQL server also residing on same AWS instance. With this SP takes less than a minute to execute. Our customer also have windows server and SQL server 2008 R2 and application …