I am not able to install SQL Server 2012 Data Tier Framework (DacFx) from web platform installer on an Azure virtual machine, I get an error.
Is there any other way to install it on an Azure VM? Because when I am deploying my ASP.NET application to that Azure VM, I'm getting an error
SQL provider DacFx is missing
With this much of given problem statement, I can only suggest you to check the system requirements and dependencies.
As per this official doc, Microsoft SQL Server 2012 Data-Tier Application Framework supports:
Windows 7 Service Pack 1, Windows Server 2008 R2 SP1, Windows Server 2008 Service Pack 2, Windows Vista Service Pack 2
Dependencies:
Microsoft SQL Server 2012 Data-Tier Application Framework requires Microsoft SQL Server System CLR Types, and Microsoft SQL Server Transact-SQL ScriptDom (SQLSysCLRTypes.msi and SQLDOM.msi)
Related
Am currently working through the mspress book to do the exam 70-462 and one of the questions asks what versions of sql and windows server reporting services can be installed on.
I was quite shocked to find that it said that Reporting services cannot be installed on a windows server 2008 R2 SP1 for SQL Enterprise edition.
I really dont see how this could be the case and having trawled through the msdn documentation cannot find any evidence to support this.
Can anyone shine any light on whether this is the case?
Thanks
You should be able to install it on Windows Server 2008 R2 according to the following paragraph found on the link below it:
"Starting in SQL Server 2008 R2, the Reporting Services component no longer supports Itanium-based servers running Windows Server 2003 or Windows Server 2003 R2. Reporting Services continues to support other 64-bit operating systems, including Windows Server°2008 for Itanium-Based Systems and Windows Server°2008°R2 for Itanium-Based Systems. To upgrade to SQL Server 2008 R2 from a SQL Server 2008 installation with Reporting Services on an Itanium-based system edition of Windows Server 2003 or Windows Server 2003 R2, you must first upgrade the operating system."
http://technet.microsoft.com/en-us/library/ms143506(v=sql.105).aspx
It is under: Processor, Memory, and Operating System Requirements.
I'm trying to install SQL Server Management Studio 2012 on Windows 8. After installing, I am unable to connect to local server and when I check SQL Configuration Manager, I found out that no sql services is running. I re-installed it many times but still no luck. Why sql services is not running ?
During the install process, check that you actually install the SQL Server Database Engine and not only SQL Server Management Studio. Management Studio is only the client software to access an instance of SQL Server somewhere (locally or on a remote server), while the database engine is actually the server software of SQL Server, hosting actual databases.
From what I understand, it should automatically have it installed. What I have installed right now is SQL Server 2008 R2 and Visual Studio 2008 Developer.
Thanks,
Fahad
If you installed the SQL Server 2008 R2 client tools, you will see the Business Intelligence project templates in Visual Studio 2008.
So, make sure that you installed SQL Server 2008 R2 client tools and not just the Express edition.
Check the following link to understand which SQL Server editions support Business Intelligence Development Studio (BIDS).
Features Supported by the Editions of SQL Server 2008 R2 - Development Tools
Follow this link to find the steps to install SQL Server client tools.
SQL Server 2008 Client Tools Installation
Update:
If you have the SQL Server 2008 R2 Client tools installed, you should see a folder in the Windows Start --> All Programs option. Within that you should see SQL Server Business Intelligence Development Studio. If you don't, then you don't have the client tools installed.
You can also open Visual Studio 2008 and navigate to Help --> About Microsoft Visual Studio and look for the following components to be installed.
SQL Server Analysis Services
SQL Server Reporting Services
SQL Server Integration Services
you need to install SSIS, SSAS and SSRS (which come with SQL Server 2008 installation, you just have to pick the option).
Once you install any them you will have access to BIDS (Business Intelligence Development Studio), which is visual studio with the BI templates
I have installed Sql Server 2005 Enterprise Edition... It installed just Client Services and Support Files... It did not install Database Engine... Also in SQL Server Configuration Manager->SQL Server 2005 Services and Network Configuration is empty...
What I have to do? Is there any way to install Database Services separately...
I know that Standard and Express Editions install that Database Services also..
But I want to study how to behave when I have installed SQL Server(just server) should I install some client or what?
Can you help me?
Thank you a lot.
You are using windows XP or a home edition of Windows Vista or 7...
SQLServer Enterprise edition does not install database engine on these operations systems, because they are not server os.
You should use Standard Edition that will work for you fine, or change your os !
I maintain a couple of older sites running SQL Server 2000 and 2005. On my old XP box I was using SQL Server Enterprise Manager to access them.
I'm now on a Windows 7 box. Is that product still available for download/install and will it run on Windows 7? I can't seem to find a download for that specific component.
Or is there an alternative for Windows 7? I tried install SQL Server 2008 Manager Express, but the fails halfway through on Windows 7. I do have XP running in Virtual Box so could get by with Enterprise Manager if I could figure out where to install it from.
Enterprise Manager only supports up to sql server 2000. You can't use it to access sql server 2005. Instead, you need Sql Server Management Studio. You can download the express edition here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796
I'm running both management studio and windows 7 just fine.
As for enterprise manager, it was never available for download. You had to install it from the media that came with sql server. Similarly, if you want a non-express edition of management studio you need to install it when running setup for sql server.