About 399 results
Open links in new tab
  1. VBA Connection String for SQL Server - social.msdn.microsoft.com

    Dec 6, 2017 · Sub ADOExcelSQLServer () ' Carl SQL Server Connection ' ' FOR THIS CODE TO WORK ' In VBE you need to go Tools References and check Microsoft Active X Data Objects …

  2. VB.NET, SqlClient issue, connection string not valid?

    Aug 26, 2014 · Also see that you are use the SA admin account and PSW to access SQL server by an application. That's a no no, and you never use the SA and psw in a connectionstring. …

  3. alter database failed due to an invalid server connection string in ...

    Aug 8, 2019 · Database 'tester' cannot be opened. It is in the middle of a restore. (Microsoft SQL Server, Error: 927) so pls give the perfect solution Ajit kumar Tuesday, August 6, 2019 9:56 …

  4. Error while connecting with SQL Server named instance from C# .Net

    Apr 10, 2017 · I am facing a strange issue. I have a sql server named instance (for example (server_name)\ (instance_name)). I am able to connect to create a SQLConnection using …

  5. External component has thrown an exception

    Oct 7, 2021 · Archived Forums 341-360 > SQL Server, SQL Server Express, and SQL Compact Edition

  6. Separation of development and production environment

    Feb 14, 2012 · What I am doing is to put the bulk of my configuration settings in a SQL Server configuration table. In my package I have a connection manager that I call …

  7. Import Excel Spreadsheet Data into SQL Server Database Table …

    Oct 7, 2021 · From your description, it seems that you want to connect to your EXCEL table by OLDEB from your application, right? If so, you can build your connection string in the following …

  8. login failed for user 'sa' - social.msdn.microsoft.com

    Oct 30, 2015 · Once you sure the Authentication allowed you to use the SQL Server Login ('sa'), you can use this link in order to get some information regarding connection string options:

  9. User does not have permission to perform this action

    Jan 3, 2014 · According to your description and connection string, if you attach a database file on connect to a local SQL Server Express instance, the connection string can run well. However, …

  10. The linked server has been created but failed a connection test

    Jul 10, 2018 · I am trying to create linked server in sql server 2008 with Oracle Database but Sql server is installed in Windows 8 and Oracle is installed in linux operating system.