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

SQL Server 2014 Upgrade - Unsafe assembly errors

$
0
0

Hello,

We recently upgraded our SQL Server 2012 Business Intelligence Edition installation to SQL Server 2014 Business Intelligence Edition. 

The following errors now occur in the SQL Server error log:

  • Unsafe assembly 'microsoft.sqlserver.integrationservices.server, version=12.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil' loaded into appdomain 3 (SSISDB.dbo[runtime].1).
  • Unsafe assembly 'microsoft.ssdqs, version=11.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil' loaded into appdomain 2 (DQS_MAIN.dbo[runtime].2).

Searching the web has yielded no results. Any advice would be appreciated.

Thanks.

Norm



Cannot connect to SQL Server 2014 SP1 after disabling TLS 1.0 on server

$
0
0

I recently applied the SQL Server 2014 SP1 CU2 hotfix found here: https://support.microsoft.com/en-us/kb/3075950

I applied this update because I need my server to operate after disabling TLS 1.0. Prior to the CU2 upgrade the SLQ Server service would not even start. After the upgrade, I can start the service but when I attempt to connect to the database I get an error

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)

I get a similar error regardless of whether I am attempting to connect with Shared Memory or TCP. If I re-enable TLS 1.0 support (I am using the IIS Crypto tool to make these changes) and reboot the server, I can then connect again. This upgrade was supposed to allow SQL Server to operate with TLS 1.0 disabled, but so far I cannot get it to work. Are there some known configuration changes that I still need to make to get this to work?


To backup 160 GB of data on a local drive - how much free space do I need on Data Drive and on Logs Drive?

$
0
0

Hi there,

I need to take backup of data from Live server - so need to ensure there is no disruption.
Backup must be taken on Local drive - that is a must.
I have 160 GB of data.

How much free space do I need on Data Drive and on Logs Drive?

Thanks so much.

Virtual Account is having problem to SPN registration automaticallly

$
0
0

I'm using SQL 2014 x64. The service account for db service is on NT Service\MSSQLSERVER. It is what Microsoft recommended virtual account but having problem in SPN registration. Here is the error

The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/[my srerver FQDN] for the SQL Server service. Windows return code: 0xffffffff, state: 63. Failure to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually registered.

Had in touch /w my domain admin, he managed to register manually and I see that SPN registered when "setspn -l [my server name]"

Virtual account is purposed eliminating the need for an administrator to manually the SPN, why it is so hard to get the SPN registered and not too many articles for troubleshooting

https://msdn.microsoft.com/en-us/library/ms143504%28v=sql.110%29.aspx#VA

When I restart my db service, the same error remains.

Please help.


LocalDB - Create & Connect To Database >> Programmatically

$
0
0
I need to be able to create & connect to temporary databases programmatically, and NOT using the command-line, within a C# program. How would one go about doing this?

Install new instance on server where existing instances are at service pack 3

$
0
0
If I install a new named instance of SQL Server 2008 R2 on a machine that already has 3 named instances that are upgraded to service pack 3, will the install of the new instance overwrite any of the current SP3 files?  Will I have to re-apply SP 3 to the existing instances?

What's wrong with the download page for the SQL Server 2014 Feature Pack?

DBCC Shrinkfile Error when file DOES exist

$
0
0

Hello folks,

I have read a lot of Shrinkfile posts but none seem to apply, so hopefully this is not a rehash of an old question.

We use several scripts in the data warehouse that make use of DBCC Shrinkfile. These all worked fine up until last Friday.

Last Friday afternoon we had the server patched to bring it up to date. It was on 2008 and is now on 2008 Sp3.

Now, all of the shrinkfile commands are giving the same error:-

'could not locate file 'xxxx_log' for database 'xxxx' in sys.database_files. The file either does not exist or was dropped.

Now, there have been no changes in databases, in the logfile names or locations. Checking both in the DB properties and in database_files shows that the logical name is correct.

As far as I can see, no permissions have been changed on the databases.

Does anyone have any idea what could be happening or what might have been changed in the patching process?

there have been no errors in any other scripts or script areas so far, so it seems to be about DBCC shrinkfile and/or the patching process.

Any help greatfully appreciated.

Iain


The SQL Server Network Interface library could not deregister the Service Principal Name.

$
0
0

Hi, 

We have installed on two brand new Windows Server 2012 R2, one for TFS 2015 application tier and one for SQL 2014 with SP1.

We copy the DB from a TFS 2012 and upgraded it to TFS 2015.

Everything worked fine for almost 10 days, than users started to get the TF53001: The database operation was canceled by an administrator.

We look at the events on the server which host TFS 2015 application tier.

The first TF53001 was associated to the exception message: Target principal name is incorrect, Cannot generate an SSPI Context.

After trying to find a solution for an hour, since we have 300 users which are waiting for the service to come back, we decided to reboot both servers.

During the shutdown of the SQL server, we found in the log the following messages: The SQL Server Network Interface library could not deregister the Service Principal Name (SPN) [MSSQL.Svc/our.server.name] for the SQL Server service. Error: 0xffffffff, state 63. Administrator should deregister this SPN manually to avoid client authentication errors.

Since the reboot (last friday), both servers look to be working fine, but we don't know what cause the problems and how to prevent the issue to reappear again?

After publishing the question on the TFS Forum, they think it's more an SQL issue.

Regards,

Huy

SQL server 2014 installation freezes on windows 10

$
0
0

Hi.

I'm trying to install sql server 2014 express edition on windows 10. 
The installation never finished it always freeze at some point. (usually on install_SqlSupport_Cpu64_Action)
I have also installed visual studio 2015 on this machine.

Any suggestions?

Thank you. 

Need URL describing System requirements for Sql 2014

$
0
0

I found several articles\blogs describing these requirement but want the "official" Microsoft URL.

TIA,

edm2

Log file location change in SQL Server

$
0
0
I am working on SQL Server 2014 and I want to know, Is it possible to change the location of SQL log file and will it affect to the database if it is possible to change its location? 

Superseeded Patch

$
0
0

Hopefully, I am in the right forum for this question. This is a question about superseded patches and although in the case it deals with SQL, this could also be asked of any MS patches. I am currently patching an old SQL server. among other patches missing, I am missing MS09-004. After doing a bit of research, I have discovered that patch MS09-004 is superseded by patch MS09-062, which itself is superseded by patch MS10-003. However, patch MS10-003 only seems to address issues in Microsoft Office while MS09-004 and MS 09-062 address issues in SQL and Office. The confusion comes from the fact that MS10-003 replaces MS09-062 yet only seems to address issues in Office. When a patch replaces another, will it automatically address all the issues of the patches it replaces? In this case, will installing MS10-003 fix the issues of MS09-004 and MS09-062, even though MS10-003 deals with an office issue? Or does MS10-003 replaces nly the Office issues that are addressed by MS09-062, leaving the SQL issues unpatched?  

I am grateful for any help. And if this isn't the right forum, please let me know where I can post this.

Can you restore a database SQL Server 2008 R2 SP2 install to a SQL Server 2008 R2 SP3 server install?

$
0
0

Hello,

Can you restore a database SQL Server 2008 R2 SP2 install to a SQL Server 2008 R2 SP3 server install?  I like to restore BAK files to another server but it is at SP3.

Thanks


Paul

How to apply SP4 on SQL Server 2008

$
0
0

Hi All,

To apply SP4 on SQL Server 2008 what is the best practice.

Apart from DB Backup, do we need to have setup file in handy to reinstall SQL Server and restore databases including system & user databases in case of rollback?

Simply what are the proactive measures to be taken to proceed on applying service pack.

Please suggest


Grateful to your time and support. Regards, Shiva


SQL compact 4.0 won't install

$
0
0

I accidentally uninstalled SQL compact server so I got the download from Microsoft website, but when I try to run installer a box pops up and says ''preparing file location'' then box disappears and nothing else happens. I looked and the file location it shows does not exist.

I am a little out of my league here any help would be appreciated.

How we can assign a fixed amount of memory for a multiple instance in SQL 2014

$
0
0

Hi,

We have a SQL enterprise server 2014 with two installed instance.

First instance for SharePoint 2013 DBs and second instance  Dynamics AX 2012 R3 DBs.

The server has 32 GB of RAM, currently the process usage for first instance is 26 GB and second instance is 700 MB.

Which mean that SharePoint DBs in the first instance is consuming most of the RAM.

My question is there any way to assign a fixed RAM usage for a specific instance without affecting the other instance?

for example 16 GB only first instance and 16 GB to second instance.

regards,

SQL Server 2014 SP1 - Not applied to Full-Text and Semantic Extractions for Search

$
0
0

Hi All:

Recently we had applied SQL Server 2014 SP1, discovery report we are seeing SP1 not applied to the component "Full-Text and Semantic Extractions for Search", Even we tried to install SP1 one more time but it was throwing error SP1 already updated. Is any one faced similar issues or any lights on this

Thanks,

Satish Kumar.


Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)

Edition upgrade from 2008 R2 Express with Advanced services to Standard

$
0
0

Hi there

I'm trying to upgrade from "SQL Server 2008 R2 x64 (64-bit) Express with Advanced Services" to "SQL Server 2008 R2 x64 (64-bit) Standard" edition via Maintenance->Edition Upgrade, but getting a "Edition upgrade failed. The selected SQL Server instance does not meet upgrade matrix requirements." error although the above upgrade path is included in the matrix onhttps://msdn.microsoft.com/en-us/library/ms143393(v=sql.105).aspx. Any workarounds?

sql server 2012 cluster setup warning.

$
0
0

hi ,

Can i ignore following error and go ahead with the install ? or else what is the solution to fix it.

Network Binding Order – SQL 2012 Failover Cluster Installation

“The domain network is not the first bound network. This will cause domain operations to run slowly and can cause timeouts that result in failures. Use the Windows network advanced configuration to change the binding order.”
Viewing all 4282 articles
Browse latest View live


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