Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all 7696 articles
Browse latest View live

I can't install Microsoft SQL

$
0
0

Hi,

I can't install Microsoft SQL server 2008 or 2008R2

Could you please help me?

Thank you.


SQL Server 2012 Installation Error

$
0
0

Please Solve This Error...

Error Code 0X84B1001

while installing the SQL Server 2008R2 edition in Windows 7 professional servicepack1 is not installing?

$
0
0

Hi frnz ,

while am  installing the SQL Server 2008R2 edition in Windows 7 professional servicepack1 machine is not instlling properly.

am follwing the installtion stups.

instiall two stups is going fine next .after completion of the following setup install comp( see the screen shoot below)nothing is happens ,its not going foreword further stups.

Can some one please help me out for this......

I will found in the Task manager the set up file is Running....




microsoft sql server 2012 unable to open windows installer file c:/windows/installer/2533bf.msi

$
0
0

Unable to install sql.

Getting error: microsoft sql server 2012 unable to open windows installer file c:/windows/installer/2533bf.msi

Database mail error Msg 14607 in SQL Server 2012

$
0
0

I have set up 3 database mail profiles in a SQL Server 2012 STD edition instance.  One profile is for the DBA admin group and is the default.  The other two are for an application. The app has a dev and a test database in the same instance.  So I tried setting up logic in a proc to check the name of the database, and if it ends with DEV, then use the DEV profile, otherwise it uses the TEST profile.

I wanted to use a variable to send to sp_send_dbmail for the @profle_name.  The 2 profiles are 'APP_DEV' and 'APP_TEST'.  Each has an app group email assigned.  I also have added the logic for additonal recipients which works fine.

Basically it's like this:

DECLARE @mail_profile_name sysname
DECLARE @subj varchar(80) = 'Testing....'
DECLARE @recips varchar(100) = 'mail1@abc.com;mail2@abc.com'

if this is the dev database....
   set @mailProfileName = 'APP_DEV'
else
   set @mailProfileName = 'APP_TEST'

exec msdb.dbo.sp_send_dbmail
    @profile_name = @mailProfileName,
    @recipients = @recips,
    @body = @body,
    @subject = @subj

I get this error: 
Msg 14607, Level 16, State 1, Procedure sysmail_verify_profile_sp, Line 42 profile name is not valid


If I hardcode the profile name in the call to sp_send_dbmail, it works fine. 

exec msdb.dbo.sp_send_dbmail
    @profile_name = 'APP_DEV',
    @recipients = @recips,
    @body = @body,
    @subject = @subj

I don't understand why the call to sysmail_verify_profile_sp from sp_send_dbmail is failing.  Anyone have any ideas?

Getting Error for Install of Prerequisite Components in 64 bit operating system

$
0
0
we have generated our .exe file by adding prerequisite  in setup project and prerequisite (sql server 2005 Express sp2 (x86)) works for windows xp. But we are facing an issue while we install prerequisite (sql server 2005 Express sp2 (x86))  not working in windows 7 64 bit and 32  bit operating system. We have added prerequisite (sql server 2005 Express sp2 (x86)) using visual studio 2010.While we install prerequisite (sql server 2005 Express sp2 (x86)) in windows 7 we getting error like " Prerequisite check for system component SQL Server 2005 Express Edition SP2 (x86) failed with the following error message:
"This version of SQL Server 2005 Express Edition (x86) is not supported for the current processor architecture."
See the setup log file located at 'C:\Users\BS-90\AppData\Local\Temp\VSDCFFC.tmp\install.log' for more information.
  ". We need only sql server 2005 express edition to be installed but not sql server 2008 express edition to be placed as prerequisite for our application because our .mdf file supports sql server 2005 express edition only.

Visual Studio 2010 Professional Add SSRS, SSIS etc.

$
0
0

Hi all, 

I know there is the age long war between getting Visual Studio and the BI templates BIDS, SSDT versions in sync.  I have visual studio 2010 professional and need to install the BI templates ASAP.  I need to import a SSRS report and deploy to Dynamics AX 2012 (Vis studio 2010 has dynamics extensions).  What version of SQL 2012? do I need to install this? and will installing it overwrite any of my existing VS 2010 stuff?  Waiting for the day when Vis Studio and SQL are in the same product and you just turn on/off what you want... 

Connection string issue after patching

$
0
0
  

Hi!

I've deployed the patches released in October 2014 to 8 servers running Windows 2003 Server SP2, these are webservers, they connect to a SQL 2000 Server and this one hasn't been patched with this release.  After the servers were patched we reboot them, and when they start again the Webservice failded to connect to the database, the owner claims that this error is caused due the patch installation, the workaround was the change of the connection string from this:

<add key="xxxx_Connection"  value="Driver={SQL Server};Server=xxxxxxx;Database=xxxxx;uid=xxx;pwd=xx;" />  

to this:

<add key="xxx_Connection"  value="packet size=4096;data source=<server fqdn>;initial catalog=xxx;User ID=xx;pwd=xx;" />

I don't know any patch that could be affecting this but I need to ask to be sure.

thanks


License Copy : SQL Server 2012

$
0
0

Hi,

Please let me know, how could I know my SQL Server is licensed or trial ?

Thanks & Regards,

Ravi Ahuja

Virtual Processors and NUMA

$
0
0

We have an SQL 2014 virtualised server running on a Windows Server 2012 R2 failover cluster.

At present SQL has 1 virtual processor assigned to it.  Each host in our two host cluster has 2 sockets with 8 cores, giving 16 virtual processors.  In a nutshell how many virtual processors is it recommended to assign to SQL and from that point what are the recommendations for configuring NUMA?

We are a small research unit, not google, so our requirements are fairly modest.

I know this is a really generalistic question, but any "general" advice would be great. 

Regards

Ian 

Integration Services Catalog

$
0
0

Hello,

When I try to create a catalog I get an error indicating:

The certificate, asymmetric key, or private key data is invalid.
Changed database context to 'SSISDB'. (Microsoft SQL Server, Error: 15297)

Has anyone on here run into this and if you have what did you do to fix this?

Thanks!!

Attach a digital signature to SQL mail

$
0
0
How do I use an email certificate to sign email sent using SQL Mail? I have a certificate installed so that I can sign email sent from Outlook. This is on SQL Server 2005 using either Database Mail or SQL Mail.

Cannot uninstall instance of SQL Server 2014

$
0
0

Hello,

I have two instances of SQL Server 2014 installed and i want to uninstall them (and install SQL Server 2012 evaluation). I managed to uninstall the one instance. When i try to uninstall the second a message informs me that the operating system does not meet the minimum requirements. I had the same proble when uninstalling SQL Server 2012 and i went to the setup file and changed the compatibility mode to Windows Vista. Is there something similar that i should do in the case of SQL Server 2014 or i should do something totally different?

Thanks in advance,

Andreas

I can't see sql server express 2012 from ssms 2008 R2 -- what do I need to download?

$
0
0

I'm running sql server 2008 R2 Developer on a win7 (pro) workstation.   I would like to keep this installation because it has SSRS and Analysis Server. But I was not able to attach a sql 2012 DB so I downloaded Sql Server Express 2012 (per the picture below - 1st option selected) and installed it.   Sql Server Express 2012 appears to be running -- per my services list, but I cannot see the instance in ssms 2008 R2. Do I need to uninstall Sql Server Express 2012 and then download another option (from the picture below)? How should I proceed so that I can have a working/workable instance of Sql Server Express 2012 that I can see in ssms (whatever required version) and also keep sql server 2008 R2?  which download should I select (from the picture below?


Rich P


MS SQL Server 2012 SP2 post-installation error

$
0
0

Hi all,

Windows update gave me an option to install updates for my MS SQL Server 2012. One was the SP1 and the other was the SP2. During that time i selected both but in the end the update for 'Security Update for SQL Server 2012 Service Pack 1 (KB2977326)' failed and the update for 'Microsoft SQL Server 2012 Service Pack 2 (KB2958429)' succeeded.

What i saw then when I run management studio and did a select top 100 rows command on a table I got the below error: 

An error occurred while executing batch. Error message is: Method not found: 'System.String Microsoft.SqlServer.Management.Smo.Util.BytesToHexString(Byte[], Int32)'.

This happens only for select statements. Edit and all other works fine. Does anybody know about this issue?

Thanks for you time. :)



Can't connect to the SQL server on my local host after editing the hosts file.

$
0
0

Hi All,

I have installed the SQL server 2012 "Full" into my laptop and build a tool on ssis, and the tool were working greate for couple of months normally till last week when I did edited the host file on my localhost (this step was required for installing one tool from my company, and they ask for adding a server IP to the host file then the tool will work...the company tool worked fine after adding the new IP into the host while my own SQL server & SSIS tool is not working...Error message are below.

I did edit the host file again and remove the added new line/IP address but the sql server still not accessing my local PC host.

Thanks in advance for any helpful advice to have this problem solved.

====================================================

Copy from the error message:

=====================

TITLE: Connect to Server
------------------------------

Cannot connect to USNAVN0H486539.

------------------------------
ADDITIONAL INFORMATION:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)

The system cannot find the file specified

------------------------------
BUTTONS:

OK
------------------------------

Running an older Visual Studio app on Server 2012R2 can't connect to SQL Database

$
0
0

I have a database driven app written in Visual Studio 2005 or the release before.

It works fine on windows xp, 7x64, server 2008R2.

I installed on Server 2012R2, and it will not connect to the database. (which is a SqlServerExpress2014 database)

System>Runtime.InteropServices.COMException (0x80004005): [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified at ADODB.ConnectionClass.Open(String ConnectionString, Strin UserID, String Password, Int32 Option) an ####.ModGlobal.OpenDB()

1. My connection string is: Provider=SQLOLEDB.1;Password=XXXXX;Persist Security Info=True;User ID=sa;Initial Catalog=BuilderVT;Data Source=ENET-2012R2\SQLEXPRESS

> I created & verified this as in a UDL file with OLEDB Core Services- the connection tested OK.
> I used this same string on a Win7 system, and it connects to the database fine
> I tried connecting to an older database on another system, and it fails.

I suspect that there's a 32 to 64 bit mismatch, but, am lost at the moment

Single user mode

$
0
0

killed one transaction,    roll back is running almost 4 hours.  while doing rollback is it possible to change db to single user mode

when i ran to get status of killed process


getting  msg. like this

SPID 135: transaction rollback in progress. Estimated rollback completion: 0%. Estimated time remaining: 0 seconds.

looks like it is doing nothing

thanks

v


Akamai NetSession Interface failes to install client: Unable to register Control Panel. Aborting installation.

$
0
0

I am trying to eval SQL Server 2014 for use on a new BI project that we starting. However, the first step, downloading and installing the Akamai NetSession Interface (download mgr. ) is failing to install on my laptop due, as it raises the following error message: " Failed to install client: Unable to register Control Panel.  Aborting installation."  I have tried running it as Administrator, and granting my ID security to run it. Both tasks failed to get it to install.

Can you please help me get beyond this roadblock?


kwh

Updates11/10/14( KB2965788) & 10/16/14 (KB2952664)

$
0
0

I have no clue how to fix a windows update that has "failed".  If I let alone will the update be fixed in a subsequent later update?  I've looked at some suggestions but I would never attempt to do what some the the troubleshooting suggest. When these update fail and MS acknowledges so --- doesn't MS just fix it?

Thanks,

Viewing all 7696 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>