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

    May 8, 2017 · 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. How to execute sql statements from a C program?

    Nov 13, 2016 · How can I execute SQL statements from a C program. For example I want to display the output of select * from EMPfrom a c program. Do I need to do it using Stored Procedures? Do I need …

  3. 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 database. Is …

  4. Error 1067: "Windows could not start the SQL Server service on your ...

    Dec 12, 2022 · 1 I am unable to start the SQL Server service on my computer. The service was working fine when I had windows 10 with SQL Server 2017 but after upgrading my computer to windows 11, …

  5. SQL Server is not a valid installation folder how to fix location

    May 31, 2018 · I want to install SQL server on my pc, but when I am try to give path for installation, I am getting this error, the C:\\Program Files (x86)\\Microsoft SQL Server\\ is not valid installation folder, I...

  6. sql server 2008 - Cannot open backup device. Operating System error 5 ...

    Oct 18, 2010 · When the agent on server A tells server B to run a backup t-sql command, its actually the service account that sql is running under on SERVER B that attempts to write the backup to server C.

  7. .net - C# Equivalent of SQL Server DataTypes - Stack Overflow

    For the following SQL Server datatypes, what would be the corresponding datatype in C#? Exact Numerics bigint numeric bit smallint decimal smallmoney int tinyint money Approximate Numerics float...

  8. sql server - SQL Installation Error : directory is compressed or is in ...

    Jun 5, 2022 · Unable to install SQL Server (setup.exe). Exit code (Decimal): -2054422498Exit message: The specified directory, "C:\Program Files\Microsoft SQL Server)", for the INSTALLSHAREDDIR …

  9. sql - Connecting to SQLServer db from C++ console app using SQLAPI ...

    Jul 26, 2013 · I would like to connect to a SQLServer db from my console c++ application. I have used Microsoft SQL Server to create a db called "Test". I also have "installed" the sqlapi from sqlapi.com. …

  10. SQL Server Operating system error 5: "5(Access is denied.)"

    Aug 17, 2013 · The SQL Server database engine service account must have permissions to read/write in the new folder. Check out the blog post Attaching Database – Unable to Open Physical File …