I have installed Windows Server 2008R2x64 under VMWare Workstation, to test installation of my application. I then installed the .Net 4.0 distributables and then SQL Server Express 2008 R2 SP1 (SQLEXPRWT_x64_ENU.exe from http://www.microsoft.com/download/en/details.aspx?id=22973). I accepted all defaults and including the default instance SQLExpress.
When I can start the management console, SQLEXpress is not available as an instance.
In Administrative Tools > Services, SQL Server is running, with instance SQLServer. I have enabled the Agent and Browser services.
This is killing me as I need to install at a customer site on Monday...
Any ideas?
Seems like all that was required was a restart. After that I was able to browse to the instance...
Related
I updated my Windows 7 to SP1 for the purpose to install Visual Studio 2013. I am successfully done my job to install Visual Studio 2013. But the problem arises when I try to install SQL Server 2008 or 2008 R2 Management Studio.
The SQL Server service is not running in services.msc and the SQL Server Browser service is not even listed in SQL Server Configuration Manager.
Please help me because I have install SQL Server 2008 Management Studio several times and update it also to SQL Server SP1 but still not running SQL Server service in services.msc.
Due to this I cannot connect my database engine.
Providing I also enter the correct instance name several times by following the link
Cannot register default instance MSSQLSERVER in SQL Server 2008
I have a server running SQL Server 2008 R2, and the Analysis and Integration services are running on that server.
I have on my Windows XP PC Visual Studio 2008 and SQL Server 2008 R2 Management Studio.
In Visual Studio, when I go to open a new Analysis Services project, it lets me. However, if I try to open a new Integration Services project it doesn't let me and at the end it tells me that:
To install Integration Services, run SQL Server Setup and select
Integration Services.
So I locate the install media and run Setup and chose this option:
New installation or add features to an existing installation.
However, through the steps, it looks as if it's going to install the server engine on my PC, so I hesitated and stopped the process.
I looked around and found this one How to install SQL Server Management Studio 2008 component only that refers to being able to
install just the Client/Workstation Components
but I didn't see that so far.
I also found this: http://www.codefrenzy.net/2011/06/03/how-to-install-sql-server-2008-management-studio/ and she says to
Run the SQL Server Management Studio installer
What is she referring to? I don't see that in my media.
I wonder, wouldn't it be logical to start the install process with asking Client components or Server components or both?
please uninstall and reinstall SQL Server Management Studio(Client/Workstation Components) on client PC, in order to work with SSIS.
I created a windows 2008 r2 server instance in amazon EC2. I downloaded MySQL installer but I'm facing a problem in the configuration. I have successfully installed and configured MySQL before but on Win7 and I did not do any special settings. I can not figure out what do I need to do in the current situation with 2008 server. The following are screen shots for the problem.
The details:
I installed Microsoft SQL Server 2008, but there is no SQL Server Management Studio icon.
All the tutorials I found on installing SQL Server 2008 say that in order to start it, I need to go Start -> All programs -> Microsoft SQL Server 2008 -> SQL Server Management Studio, but the icons in the Microsoft SQL Server 2008 are
Import and Export Data (32-bit)
folder Configuration Tools in which are three icons:
SQL Server Configuration Manager
SQL Server Error and Usage Reporting
SQL Server Installation Center
I have Windows 7.
I am not sure if Management Studio is installed by default, but I know there is an option to select it during setup. You may have just missed it. You may be able to go back into setup and tell the installer to install Management Studio.
Run the installer again and make sure you check the Management Tools as well.
BTW: what version have you installed? Express or Standard? Express comes in different downloads
If you have installed the Express version, there are two downloads. Express and Express with Tools. Check out this link for more information (it's R2, but 2008 was the same say): http://www.microsoft.com/sqlserver/en/us/editions/express.aspx
If you do not have Express or you do have the Express With Tools version, then when you install SQL Server (run the install package) you'll have a bunch of check boxes for what components to install. One of those is management tools. You'll need that selected to have SQL Server Management Studio installed with the instance (or a stand alone install).
I have SQL Server 2008 R2 Express with advanced services installed on my computer. I tried creating an SSIS package today and found out that the express edition does not support it.
Can I install Standard/Enterprise and have Express and Standard/Enterprise live happily on my development machine or do I need to uninstall Express?
Thanks
Yes.
You can either install a new instance so you have both a Express and Standard instance on the machine; or you can upgrade your Express instance to Standard/Enterprise. If the option to upgrade the SKU is not visible in setup then run setup.exe with SKUUPGRADE=1 on the command line.