About 1,480,000 results
Open links in new tab
  1. How to get the connection String from a database

    May 7, 2012 · I have created a database with SQL Server Management Studio, I would like to now use it in my C# application. I need the connection string? Where can I find the connection …

  2. How can I set an SQL Server connection string? - Stack Overflow

    May 8, 2017 · If your SQL Server is configured for it, you don't need any username/password in the connection string to connect to it. All you need to change is the server machine name and the …

  3. What SQL Server connection string works with .NET Framework …

    Sep 16, 2024 · The app needs to connect to a SQL Server database in the Azure account. The Azure UI shows a variety of connection strings to use with the database. But none of them …

  4. Connection string using Windows Authentication - Stack Overflow

    This Stack Overflow thread discusses how to use a connection string with Windows Authentication in your application.

  5. Connect to SQL Server Database from PowerShell - Stack Overflow

    Sep 5, 2014 · I am just trying to connect to a SQL server database and output the query results to a file - See PowerShell script below. What I am uncertain about is how to integrate the User ID …

  6. How do I connect to a SQL database from C#? - Stack Overflow

    Lua for installation scripting support (through LuaInterface) SQL Server Express for maintaining a database of programs However I'm unsure what specifically I'll use to connect C# to the …

  7. What is "Connect Timeout" in sql server connection string?

    In addition, SqlCommand.CommandTimeout specifies the timeout value of a specific query running on SQL Server, however this is set via the SqlConnection object/setting (depending on …

  8. Connecting to Microsoft SQL server using Python

    Nov 16, 2015 · I am trying to connect to SQL through python to run some queries on some SQL databases on Microsoft SQL server. From my research online and on this forum the most …

  9. Setting up connection string in ASP.NET to SQL SERVER

    Learn how to set up a connection string in ASP.NET to connect to a SQL Server database effectively.

  10. What is the point of "Initial Catalog" in a SQL Server connection …

    37 This is the initial database of the data source when you connect. Edited for clarity: If you have multiple databases in your SQL Server instance and you don't want to use the default database, …