sql server 2012 express login error to sqlexpress - windows-7

I downloaded SQlManagementStudio_x86.exe for Windows 7 32bits. I install SQL Express 2012 correctly. It connect correctly with SqlServer Auth to remote server but I cannot connect to localhost. I tried MachineName\SQLExpress and Windows authentication but it gives me an error message saying cannot connect.
Also in the Services I only see a SQL Server VSS Writer. it does not appear SQL Server (SQLEXPRESS).
What i am missing?
Thanks

Related

Cannot start SQL Server agent

I re-installed w7 ultimate and installed Microsoft® SQL Server 2008 R2.
Firstly, it was problem of permissions, because I had error log like this
User does not have permission to perform this action
That's why I tried this link:
SQL Server 2008 R2 Express permissions -- cannot create database or modify users
I logged in as 'sa' and granted permissions to my users.
I restarted SQL Server, restarted computer but no news.
Just error log changed:
This installation of SQL Server Agent is disabled. The edition of SQL Server that installed this service does not support SQL Server Agent.
Any ideas?
You have SQL Server Express edition which has SQL Server agent but is and always will be in disabled state. So you cannot start SQL Server agent on Express edition or Express with advanced services edition.
Reaon why it is present is becuase when you upgrade from express to Enterprise or Standard, SQL Server just have to chage code and enable it which makes the task much easier during upgrade
Try to enable TCP/IP protocol with Sql Server Configuration Manager.
If with this does not work, try to grant access right to sql server agent user (sysadmin role or grant to acces to msdb database).

"Provider cannot be found" error after migrating from IIS 6.0 to IIS 8.5

I have a ASP site which is working fine on Windows Server 2003 & IIS 6.0.
I migrated to Windows Server 2012 R2 IIS 8.5
I am getting an error when it tries to connect to a database:
Provider cannot be found. It may not be properly installed
Error Details:
2014-11-05 10:33:06 10.30.62.21 POST _main.asp |50|800a0e7a|Provider_cannot_be_found._It_may_not_be_properly_installed. 80 - XX.XX.XX.XX Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+WOW64;+Trident/5.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E;+.NET+CLR+1.1.4322;+InfoPath.3) /bottomright.asp?sAction=assist 500 0 0 1859
My connection string is as below:
GetConnectionString = "Provider=SQLNCLI.1;Data Source=" & m_DALServer & _
";User Id=user;Password=pwd;Connect Timeout=3;"
I have checked the ODBC Data Source Administrator (32 bit) on new server(2012) and found below two related drivers
SQL Native Client 2005.90.4035.00 Microsoft Corporation SQLNCLI.DLL
SQL Server 6.03.9600.163.84 Microsoft Corporation SQLSRV32.DLL
I have enabled my app pool to 32 bit and Managed Pipeline to Classic.
Some drivers where installed by Tech Support Team. Which drivers I am not sure. But because of the patches I saw SQL Server Native Client 10 available in ODBC sources and my issue was resolved without any code change.
If any one having same problem kindly check if the correct drivers are installed on the server. You can also verify by going to ODBC Sources(32 bit) and check if the SQL Server Native Client 10 is available.
Thanks all for your time.
Try SQLCNCLI and SQLOLEDB as your data provider.
These are both OLEDB drivers, rather than ODBC.
Here's a list of the connection strings for each version of SQL from http://www.connectionstrings.com/sql-server/:
SQLNCLI - for SQL Server 2005
SQLNCLI10 - for SQL Server 2008
SQLNCLI11 - for SQL Server 2012

SQL Server 2005 IIS connection to Oracle

I am trying to get SQL Server 2005 (64 bit) SSIS to connect to an Oracle 10 G database. I am able to connect to the database using SQL developer (an Oracle product) from the same server but my attempts from IIS are not working. Any help or links to help will be appreciated. I keep getting errors about Oracle client and networking components were not found. I have already installed ODAC10203x64. Thanks you for any assistance.

Error during connecting report services thought SSMS

HI i am getting problem to connect report service thought SSMS instance.
ERROR:
Unable to connect to the server at . The specified URL
might not be valid or there might be a problem with the report server
version or configuration. Specify a different URL, or contact your
server administrator to verify that the report server runs SQL Server
2008 or later. Additionally, if you are trying to connect to a
SharePoint-integrated report server, verify that SharePoint is
installed on the server and that the report server uses SharePoint
integrated mode. (Microsoft.SqlServer.Management.UI.RSClient)
i am using sql server 2012 i dont know why this error comes related to sql server 2008.
could any one help me.
Thanks,
Abhijeet D

sharepoint connection error

I have created a web application and site collection on a sharepoint server 2010 which is installed on remote server (Windows Server 2008). Everything is working, except that, when I try to create workflow for this site at Visual Studio 2010, it throws the following exception:
We have experienced that some things only work when you connect to the server using the name of the server, not localhost or the IP address.
Try connecting using the name of the server.

Resources