About 2,540,000 results
Open links in new tab
  1. How can I set an SQL Server connection string? - Stack Overflow

    May 8, 2017 · 130 I'm developing a simple C# application, and I'd like to know this: When I connect my application to SQL Server on my PC, I know the connection string (server name, password, etc.), but …

  2. sql server - How can I schedule a job to run a SQL query daily? - Stack ...

    Mar 29, 2011 · I need to know how to make a SQL query run daily using a SQL Server Agent job, with minimum required configuration settings.

  3. How to send email from SQL Server? - Stack Overflow

    Nov 9, 2012 · How can I send an email using T-SQL but email address is stored in a table? I want to loop through the table and be able to send email. I cannot find a good example of doing this so far.

  4. How to connect to a local database in SQL Server Management Studio?

    Apr 6, 2017 · 96 I have downloaded the SQL Server Management Studio (SSMS) 2016 to recover a huge .bak file which is an old backup of a database. But first of all I need to connect to a DB Server. …

  5. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · After installation you need to connect to Server Name : localhost to start using the local instance of SQL Server. Once you are connected to the local instance, right click on Databases and …

  6. How to set up a local SQL Server instance for Azure DevOps Pipeline

    Jun 24, 2025 · The application is coded in C# and uses a local database instance of a SQL Server. Part of our solution is a tool to reset the database with all needed data and our application needs input …

  7. How to set up a Microsoft SQL Server API that will accept REST …

    Mar 31, 2023 · You don't set this up in SQL Server? You build an API in the technology of your choice which accepts the requests and queries SQL Server for the data to return.

  8. How do I create a new server in SQL Server Management Studio?

    Jan 24, 2022 · The questions is basically the title because I could not find any articles to help as they only help on how to create a new database however I cant seem to create/join my own server.

  9. sql server - How to automatically run a stored procedure on scheduler ...

    Aug 28, 2012 · A stored procedure that is set to automatic execution runs every time an instance of SQL Server is started. WaitFor Blocks the execution of a batch, stored procedure, or transaction until a …

  10. sql server - How can I connect to a local ODBC datasource - Stack …

    Apr 14, 2013 · To connect to a remote server you don't need a DSN. You can enter the server name in the Server name field of SQL Server Management Studio and select Windows authentication or …