About 19,500 results
Open links in new tab
  1. SQL Server Setup Error : File format is not valid

    Sep 21, 2011 · It is very clear that there is a file that does not have a correct format and SQL Server cannot read it .So we need to find which file is that .We need to first open the Setup …

  2. SQL SERVER 2016 Setup/Upgrade Error: Client Tools SDK and …

    Nov 22, 2018 · SQL Server 2016 Master Data Services 1033 Enterprise Edition 13.0.1601.5 No Yes Package properties: Description: Microsoft SQL Server 2016

  3. sql 2012 upgrade from sql 2008 R2 standard "feature upgrade …

    May 15, 2013 · I have sql 2008 R2 standard installed on my development machine (an msdn download). I am trying to install 2012 enterprise from my msdn dvd. I've gone through the …

  4. SQL Server 2014 Express 64bit Missing DLL

    Sep 30, 2019 · I am trying to install SQL Server 2014 Express with advanced services on a windows 7 sp1 machine. While running the installation file I downloaded from MSDN, I …

  5. How to check SQL Server License Type? - social.msdn.microsoft.com

    Jun 19, 2020 · Could any one please confirm how do i check sql server license type (core based or cal license) of standard edition? In enterprise edition select @@version show you that …

  6. Can't connect to SSIS - social.msdn.microsoft.com

    Dec 1, 2008 · There is a file called 'MsDtsSrvr.ini.xml' in the 'Program Files\Microsoft SQL Server\90\DTS\Binn' folder on each machine with SSIS installed that tells the SSIS service …

  7. SQL 2016 SP2CU2 - Cannot add new features "Client Tools SDK"

    Jul 27, 2018 · All the sql server requirements are met (remember that I am adding these features to an already running instance.. that had zero issues). Is there any way of finding out what …

  8. Connect with analysis services in sql server management studio 2012

    May 19, 2016 · Meanwhile you can get MS SQL Server Developer Edition for free at Visual Studio Dev Essential, it has the same feature set as the Enterprise Edition, but is only for developing …

  9. sql_ssms.msi command line options - social.msdn.microsoft.com

    May 11, 2011 · Run setup.exe from C:\SS. If you already have a folder containing SQL Server database files (i.e. C:\Program Files\Microsoft SQL …

  10. How can I tell if full SQL Server - not express - is installed?

    I'm writing an installation program for some software that needs to know if full sql or express is installed. I'm not logged into any sql database so I can't perform any queries.