About 72,800 results
Open links in new tab
  1. Easy SQL Server Tool Using C# - CodeProject

    Jan 4, 2016 · Check that the user entered Database name exist in SQL Server or not. If it exists, then display the message to user. If there is no database with user entered name, then new …

  2. Check that Sql Server exists prior to connection - CodeProject

    Jun 27, 2013 · At times a Sql Server database server service is not available for use. In this article I will offer one way for applications to validate the existence of a Sql Service service prior to …

  3. Querying SQL Server 2012: Part II - CodeProject

    Jan 3, 2014 · 2. Welcome back! As you can read in the title of this article this is actually the second and last part of an article dedicated to querying a Microsoft SQL Server database. I …

  4. Executing Raw SQL Queries using Entity Framework Core 6

    Aug 10, 2022 · Download source code - 18.2 KB Background Entity Framework Core allows us to drop down to raw SQL queries when working with a relational database. Plus it provides …

  5. Check if a table or field exists in a database - CodeProject

    Nov 13, 2008 · Function to check if a table or field exists in an MS Access or SQL Server database.

  6. Using SQLite in C#/VB.Net - CodeProject

    Oct 11, 2017 · SQL Management Studio or VS for SQL Server). The SQLite ecosystem contains tons of such client query applications. There is, for example, a SQLite / SQL Server Compact …

  7. Inserting JSON Text into SQL Server Table - CodeProject

    Mar 25, 2016 · See details in this post OPENJSON – The easiest way to import JSON text into table. If you are an advanced SQL user, you can use MERGE statement that will insert row if it …

  8. EXCEPT vs NOT IN in SQL Server - Code Project

    Jul 10, 2013 · Introduction " EXCEPT " operator was introduced in SQL SERVER 2005. This operator used to achieve Distinct and Not In queries. EXCEPT operator returns all distinct …

  9. Localizing SQL Server Reporting Services Reports - CodeProject

    Dec 4, 2011 · A step-by-step tutorial describing how to implement localization within SQL Server Reporting Services using the power of the .NET localization methods.

  10. Debug your stored procedure - CodeProject

    May 31, 2016 · In SQL Server object Explorer Pane right click on Data Connections Select Add connection Enter credential (like SQL instance, SQL server user name, Password, database …