About 5,700 results
Open links in new tab
  1. Microsoft.ACE.OLEDB.16.0 provider is not registered on the local ...

    Jun 21, 2020 · If you already installed the 64-bit Acess Database Engine 2016 and still have the same problem, you can try opening - the 64-bit "SQL Server Import and Export Data" directly, out of …

  2. Error in creating .mdf file using SQL Server Database

    Oct 7, 2021 · I do not have an SQL Management Studio in my pc, is it necessary? I apologize but I am use to using MS Access to store database, hence have no experience using SQL.

  3. Could not retrieve schema from my database.

    Apr 11, 2012 · I had SQL Server 2008 and SQL Server Management, so I deleted everything I could except for Visual Basic 2010 Express. If you found my post helpful, please give me a recognition …

  4. Event ID 56202 flooding S4B frontend servers after moving Monitoring ...

    One thing ive noticed is: i have installed SQL management studio on the FE server of S4b. Now from there i am not getting full connectivity to the MSSQL instance which is the monitoring role's store.

  5. many raised warning: A SQL job failed to complete successfully

    Jan 18, 2016 · Expand Management; then expand SQL Server Agent. Right-click the appropriate job and choose 'View Job History'. You may disable “An SQL job failed to complete successfully” to …

  6. How to turn on MARS from MS Sql Server Management Studio?

    Aug 10, 2016 · I dont think there are options in SSMS to enable mars . MARS option can be enabled for a single

  7. why is import/export greyed out in SQL Express

    Oct 9, 2018 · What version of SQL Server express you are using and what is SSMS version. AFAIK import and export wizard in newer versions do allow you to export data but you would not be able to …

  8. Syntax error when creating database - social.technet.microsoft.com

    The code checks for SQL Server, gets it's version number in order to use the default SQL Server path. If SQL Server isn't available, ACE / OLEDB is used to create and manage the database (this part …

  9. Can login domain instance of SQL server with local SSMS.

    Jul 31, 2013 · SSMS provides an option to connect to a SQL server instance using windows authentication, and this option automatically uses the credentials used to launch SSMS.

  10. Auto Increment Not Working - SQL Identity field

    May 8, 2015 · SQL Server Management Studio clearly shows the column as an Identity column. If I add a row through SSMS it does create an PK identity automatically. I have also dropped the ITEMID …