I installed SQL Server 2008 R2 64 Bits on Windows Server 2008 R2 and it failed. I tried to re-install it but it gave me an Error code 0x84B30002. Trying to remove SQL Server 2008 R2 (64 bits) from control panels also gave me the same error. Does anyone have a solution to this? Please help.
Cannot uninstall SQL Server 2008 R2 64 bits
please let me know link for sql 2005 server iso files
SQL 2014 SP1 CU2 Error on patch installation
Trying to Patch SQL 2014 as the hotfix seemed to have some of the current issues we are experiencing on the version. We currently have 12.1.4416 and I am attempting to patch to 12.1.4422. Upon launch of KB (either from exe or cmd) I get the following error:
TITLE: SQL Server Setup failure.------------------------------
SQL Server Setup has encountered the following error:
There was a failure to calculate the applicability of setting INSTALLSHAREDDIR.
Error code 0x85640002.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&EvtType=0xE8049925%25400x42B4DED7
The original installation, SP1, and previous patch went in without issue but something seems to be an issue. I am running a two node ACT/STBY Win2012R2 cluster. I get the same error on both nodes. Summary.txt from C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log is below.
Overall summary:Final result: The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
Exit code (Decimal): -2057043966
Exit facility code: 1380
Exit error code: 2
Exit message: There was a failure to calculate the applicability of setting INSTALLSHAREDDIR.
Start time: 2015-08-20 12:21:42
End time: 2015-08-20 12:30:16
Requested action: Patch
Exception help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4422.0&EvtType=0xE8049925%400x42B4DED7&EvtType=0xE8049925%400x42B4DED7
Machine Properties:
Machine name: SQL-NODE2
Machine processor count: 32
OS version: Windows Server 2012
OS service pack:
OS region: United States
OS language: English (United States)
OS architecture: x64
Process architecture: 64 Bit
OS clustered: Yes
Package properties:
Description: Microsoft SQL Server 2014
ProductName: SQL Server 2014
Type: RTM
Version: 12
SPLevel: 1
KBArticle: KB3075950
KBArticleHyperlink: http://support.microsoft.com/?kbid=3075950
PatchType: QFE
AssociatedHotfixBuild: 0
Platform: x64
PatchLevel: 12.1.4422.0
ProductVersion: 12.1.4100.1
GDRReservedRange: 12.0.2200.0:12.0.2290.0;12.0.4200.0:12.0.4299.0
Installation location: c:\d1a36c205f36e4eb60b9\x64\setup\
User Input Settings:
ACTION: Patch
ALLINSTANCES: false
CLUSTERPASSIVE: false
CONFIGURATIONFILE:
ENU: true
ERRORREPORTING: false
HELP: false
IACCEPTSQLSERVERLICENSETERMS: false
INDICATEPROGRESS: false
INSTANCEID: <empty>
INSTANCENAME: <empty>
QUIET: false
QUIETSIMPLE: false
SQMREPORTING: false
UIMODE: Normal
X86: false
Rules with failures:
Global rules:
There are no scenario-specific rules.
Rules report file: The rule result report file is not available.
Exception summary:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented
Exception type: Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingApplicabilityException
Message:
There was a failure to calculate the applicability of setting INSTALLSHAREDDIR.
HResult : 0x85640002
FacilityCode : 1380 (564)
ErrorCode : 2 (0002)
Data:
SettingId = INSTALLSHAREDDIR
WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingApplicabilityException@2
HelpLink.EvtType = 0xE8049925@0x42B4DED7
DisableWatson = true
Stack:
at Microsoft.SqlServer.Chainer.Infrastructure.Setting.CalculateApplicability()
at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.CalculateAllSettings(Boolean chainerSettingOnly)
at Microsoft.SqlServer.Configuration.SetupExtension.FinalCalculateSettingsAction.ExecuteAction(String actionId)
at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
Inner exception type: Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingValueException
Message:
There was a failure to calculate the default value of setting INSTALLSHAREDDIR.
HResult : 0x85640001
FacilityCode : 1380 (564)
ErrorCode : 1 (0001)
Data:
SettingId = INSTALLSHAREDDIR
WatsonData = Microsoft.SqlServer.Chainer.Infrastructure.CalculateSettingValueException@1
Stack:
at Microsoft.SqlServer.Chainer.Infrastructure.Setting`1.CalculateValue()
at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.CallQueuedSubscriberDelegates()
at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.Publish(Publisher publisher)
at Microsoft.SqlServer.Chainer.Infrastructure.Setting.CalculateApplicability()
Inner exception type: System.Management.ManagementException
Message:
Invalid parameter
HResult : 0x80131501
Stack:
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementPath.CreateWbemPath(String path)
at System.Management.ManagementPath..ctor(String path)
at Microsoft.SqlServer.Configuration.WMIInterop.ClusterToResource.get_PartComponent()
at Microsoft.SqlServer.Configuration.Cluster.ClusterProvider.<get_Resources>d__28.MoveNext()
at Microsoft.SqlServer.Configuration.Cluster.WindowsCluster.get_Resources()
at Microsoft.SqlServer.Configuration.ClusterConfiguration.ClusterDiskPublicConfigObject.get_AllDiskResources()
at Microsoft.SqlServer.Configuration.ClusterConfiguration.ClusterDiskPublicConfigObject.get_AllSharedDiskDriveLetters()
at Microsoft.SqlServer.Configuration.ClusterConfiguration.ClusterDiskPublicConfigObject.IsPathOnSharedDisk(String path)
at Microsoft.SqlServer.Configuration.SetupExtension.InstallDirSetting.ValidatePathNotOnSharedDiskInCluster(String path)
at Microsoft.SqlServer.Configuration.SetupExtension.InstallSharedDirSetting.DefaultValue()
at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.CallFunctionWhileAutosubscribing[T](SubscriberDelegate subscriberDelegate, Int32 priority, AutosubscribingFunctionDelegate`1 function)
at Microsoft.SqlServer.Chainer.Infrastructure.Setting`1.CalculateValue()
Additional info from the last successful patch! THIS summary.txt has Cluster properties as a section which is now not there??
Overall summary:Final result: Passed
Exit code (Decimal): 0
Start time: 2015-07-15 11:28:04
End time: 2015-07-15 11:35:57
Requested action: Patch
Instance MSSQLSERVER overall summary:
Final result: Passed
Exit code (Decimal): 0
Start time: 2015-07-15 11:30:07
End time: 2015-07-15 11:35:38
Requested action: Patch
Cluster properties:
Machine name: SQL-NODE2
Product Instance Instance ID Feature Language Edition Version Clustered Configured
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Database Engine Services 1033 Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER SQL Server Replication 1033 Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Full-Text and Semantic Extractions for Search 1033 Enterprise Edition 12.0.2000.8 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Data Quality Services 1033 Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 Management Tools - Basic 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Management Tools - Complete 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools Connectivity 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools Backwards Compatibility 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools SDK 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 SQL Server Data Tools - Business Intelligence for Visual Studio 2013 1033 12.0.2430.0 No Yes
SQL Server 2014 Integration Services 1033 Enterprise Edition 12.1.4213.0 No Yes
Machine name: SQL-NODE1
Product Instance Instance ID Feature Language Edition Version Clustered Configured
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Database Engine Services Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER SQL Server Replication Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Full-Text and Semantic Extractions for Search Enterprise Edition 12.0.2000.8 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Data Quality Services Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 Management Tools - Basic 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Management Tools - Complete 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools Connectivity 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools Backwards Compatibility 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools SDK 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 SQL Server Data Tools - Business Intelligence for Visual Studio 2013 1033 12.0.2430.0 No Yes
SQL Server 2014 Integration Services 1033 Enterprise Edition 12.1.4213.0 No Yes
Machine Properties:
Machine name: SQL-NODE2
Machine processor count: 32
OS version: Windows Server 2012
OS service pack:
OS region: United States
OS language: English (United States)
OS architecture: x64
Process architecture: 64 Bit
OS clustered: Yes
Product features discovered:
Product Instance Instance ID Feature Language Edition Version Clustered Configured
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Database Engine Services 1033 Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER SQL Server Replication 1033 Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Full-Text and Semantic Extractions for Search 1033 Enterprise Edition 12.0.2000.8 Yes Yes
SQL Server 2014 MSSQLSERVER MSSQL12.MSSQLSERVER Data Quality Services 1033 Enterprise Edition 12.1.4213.0 Yes Yes
SQL Server 2014 Management Tools - Basic 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Management Tools - Complete 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools Connectivity 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools Backwards Compatibility 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 Client Tools SDK 1033 Enterprise Edition 12.1.4213.0 No Yes
SQL Server 2014 SQL Server Data Tools - Business Intelligence for Visual Studio 2013 1033 12.0.2430.0 No Yes
SQL Server 2014 Integration Services 1033 Enterprise Edition 12.1.4213.0 No Yes
Package properties:
Description: Microsoft SQL Server 2014
ProductName: SQL Server 2014
Type: RTM
Version: 12
SPLevel: 1
KBArticle: KB3067839
KBArticleHyperlink: http://support.microsoft.com/?kbid=3067839
PatchType: QFE
AssociatedHotfixBuild: 0
Platform: x64
PatchLevel: 12.1.4416.0
ProductVersion: 12.1.4100.1
GDRReservedRange: 12.0.2200.0:12.0.2290.0;12.0.4200.0:12.0.4299.0
Installation location: c:\d8bebb059f45da1847\x64\setup\
Updated product edition:
Instance Edition
MSSQLSERVER Enterprise
User Input Settings:
ACTION: Patch
ALLINSTANCES: false
CLUSTERPASSIVE: false
CONFIGURATIONFILE:
ENU: true
ERRORREPORTING: true
HELP: false
IACCEPTSQLSERVERLICENSETERMS: true
INDICATEPROGRESS: false
INSTANCEID: <empty>
INSTANCENAME: <empty>
QUIET: false
QUIETSIMPLE: false
SQMREPORTING: true
UIMODE: Normal
X86: false
Rules with failures:
Global rules:
There are no scenario-specific rules.
Rules report file: C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150715_112758\SystemConfigurationCheck_Report.htm
Any ideas what to look at next?
Thx, Mark
SQL service pack Install problem
I have 5 SQL server 2008 r2 boxes. When I installed sp3 KB-2979597-x64-ENU.exe, two of them got only five items showed up in the add/remove programs. They are "sql server 2008 r2 native client, sql server browser, sql server 2008 r2 setup (English), sql server system clr types (x64), and sql server vss writer". However the other three servers got four different items "service pack 3 for sql server 2008 r2 (kb2979597) (64-bit), service pack 3 for sql server browser (kb2979597), service pack 3 for sql server system clr types (64-bit) (kb2979597), and service pack 3 for sql server vss writer (64-bit) (kb2979597)".
I extracted the original exe and use the setup.exe with the command line "setup.exe /quiet /IAcceptSQLServerLicenseTerms" (without quote). I did not get the visible errors. What did I do wrong? Help, Thanks!!
multiple names instances of sql with different version?
JulieShop
Azure VMs - Upgradeing from SQL 2008 R2 to SQL 2014, side by side
We're planning to upgrade our existing setup from SQL 2008 R2 to SQL 2014 at Azure.
The new server is up and running with SQL 2014.
Now, my job is to move all databases and SQL jobs to this new server.
Then, test command line database build and convert all existing SSIS Packages.
Once I prepare this server, the next task is to prepare 2 QA servers in a similar manner.
And finally, the production server.
Can anybody please advise what needs to be taken care to complete this job successfully?
Also, please advise how to prepare the templates or scripts, which could be reused for other servers down the line.
Likewise, please suggest how to get the maximum benefits/advantages of SQL 2014 at Azure?
Like,
http://blogs.technet.com/b/dataplatforminsider/archive/2014/09/25/using-ssds-in-azure-vms-to-store-sql-server-tempdb-and-buffer-pool-extensions.aspx
Any help would be greatly appreciated.
Thanks, <b>Ankit Shah</b> <hr> Inkey Solutions, India. <hr> Microsoft Certified Business Management Solutions Professionals <hr> http://ankit.inkeysolutions.com
Configuring SQL 2012 to use a wildcard SSL cert
I'm attempting to configure SQL Server 2012 to use a wildcard SSL certificate. It's not appearing in the Certificate tab when I go to the SQL Server Config. Manager, Protocol properties. I've searched for this issue and the general suggestion is to grab the hash of the SSL cert and edit the registry and paste the hash value in the "HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\NameOfServerInstance\MSSQLServer\SuperSocketNetLib\Certificate". So I've done that, making sure to remove the spaces from the hash value. I can start up SQL Server and it seems happy enough to load the certificate. However, when I attempt to connect it fails with:
A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.) (Microsoft SQL Server, Error: -2146893022).
This machine is not part of a domain, but I've made sure the Primary DNS Suffix of this machine matches my domain name. So the cert is issued to "*.mydomainname.com" and the Primary DNS Suffix is set to "mydomainname.com". My server name is WIN-TH7.
Everything else about the cert. matches the criteria in the various KB articles. It just doesn't seem like the wildcard is being respected. The other articles I've found reference SQL 2008, so I'm guessing something about this changed between versions.
Does this even work? If so, what do I need to change to get SQL to use this cert?
Thanks,
Consistency validation for SQL Server registry keys
I cannot get past this support rule when I attempt to install SQL Server 2008 RC0. When I attempt to drill into the failure the popup states "The SQL Server registry keys from a prior installation cannot be modified. To continue, see SQL Server Setup documentation about how to fix registry keys."
First off, why would the SQL Server 2008 RC0 install attempt to modify registry keys from a prior installation if I am attempting to install it side-by-side with a prior install of SQL Server 2005 Developer Edition?
Second, can anyone point me to the SQL Server Setup documentation that walks me through how to go about fixing these registry keys?
Any help would be greatly appreciated. Thanks in advance for your help.
Wendell G
Need complete, detailed instructions on how to remove/uninstall SQL Server 2008 and R2
There are thousands of forum posts related to uninstalling SQL Server that provide varied information. Most refer to the BOL articlehttp://msdn.microsoft.com/en-us/library/ms143412.aspx, which is useless in most error situations. Can anyone provide true, complete instructions for removing all SQL Server components from a machine? I'm not sure why there isn't a robust MS-provided utility for this, but I'll be relieved just to have a manual method. I understand that there will be registry hacks, security group mods, folder deletions/renames from god knows how many places, and probably a cauldron of frog legs and shaken babies. Just please don't make me cruise these endless seas of bogus forum posts any longer. I am thirsty and seasick.
Thank you,
-Peter
PS My Environment:
Windows 7 Ultimate 64 bit
SQL Server 2008 R2 (I think some of my old SQL 2008 "plain" install may still reside as well) Developer Edition - All components
Yes, I have VS 2010, which prbly caused the SQLExpress BS to hork my origh install in the first place. I yearn for the day when VS and SQL teams kiss and make up.
Windows 10 upgrade
how many allowed instance for SQL server 2012 standard edition?
Dear all
I need to install another instance on my server and i need to know the number of allowed instance to be used under my license for SQL server 2012 Standard edition.
I am licensed for 8 cores but I don't know the number of instances I can install!
thanks and best regards
Error after installing KB3045321 x64 SQL Server 2012 SP2 Windows Server 2012R2
Hi,
I have just installed KB3045321 for SQL Server 2012 SP2 and receieved the following error
Error installing SQL Server Data ToolsUpgrade Failed due to the following Error.The error code is :-2147467259.Message:Unspecified error
Error code: 29547
Has anyone else encountered this when applying this patch and if so how did you resolve it?
Thank you
Scenarioengine.exe error while installing SQL Server 2014 on Windows server 2012 r2
When I try to install SQL Server 2014 on Win Server 2012 R2 as soon as I open the setup.exe it gives an error stating ScenarioEngine.exe has stopped working. Also in the temp setup log I find the below message.
08/23/2015 23:58:21.753 Attempting to run workflow LANDINGPAGE08/23/2015 23:58:21.753 Attempting to launch process D:\Download\x64\ScenarioEngine.exe
08/23/2015 23:58:41.863 Process returned exit code: 0xE0434F4D
08/23/2015 23:58:41.863 Workflow LANDINGPAGE returned exit code: 0xE0434F4D
Please help me understand what could be causing this issue.
Client Component / Client Tool to Develop SSIS packages Locally without installing SQL Server
Dear All,
Please suggest, is there anyway we can develop SSIS packages on local machine with out installing SQL Server ?
Do we have something Similar to Client tool through which we can connect to SQL server Databases from local machine for SSIS development ?
We dont want to buy any license.
Thanks
Anky
Number of Tempdb files
Hi,
I have a quick question...
My server has two 8 core processor. Should I use 8 or 16 data files for Tempdb?
Many thanks,
Ben
Mr Shaw... One day I might know a thing or two about SQL Server!
Installing SQL server 2012 with 2008 R2
SQL Server 2012 and 2014 stuck on Install_VSShell_Cpu32_Action : RollbackCleanup. Removing backup files
Hi, I have tried to install <g class="gr_ gr_8 gr-alert gr_spell ContextualSpelling ins-del multiReplace" data-gr-id="8" id="8" style="font-size:15px;">sql</g> server 2014 in my windows 10 pro(64bit), but the installation is stuck on <g class="gr_ gr_11 gr-alert gr_gramm gr_hide Punctuation" data-gr-id="11" id="11">Install_VSShell_Cpu32_Action :</g> RollbackCleanup. Removing backup files stage.
After that, I was trying to install MSSQL Server 2012 Enterprise edition but I was not able to install. Please suggest me on this.
Microsoft SQL Server 2014 - Standard installation failed
Final result: Failed: see details below
Exit code (Decimal): -2055733247
Exit facility code: 1400
Exit error code: 1
Exit message: A publishing loop has been detected by the PublishingQueue, which has LoopThreshold=10000, while publishing to the subscribed delegate "Microsoft.SqlServer.Configuration.SmartSetupExtension.SelectedUpdatesSetting
: Void CalculateValue()".
Machine Properties:
Machine processor count: 8
OS version: Windows Server 2008 R2
OS service pack: Service Pack 1
OS region: United States
OS language: Deutsch (Deutschland)
OS architecture: x64
Process architecture: 32 Bit
OS clustered: No
Product features discovered:
Product Instance Instance ID Feature Language Edition Version Clustered Configured
SQL Server 2008 R2 Management Tools - Basic 1033 Standard Edition 10.52.4321.0 No Yes
SQL Server 2008 R2 Management Tools - Complete 1033 Standard Edition 10.52.4321.0 No Yes
SQL Server 2008 R2 Client Tools Connectivity 1033 Standard Edition 10.52.4321.0 No Yes
Package properties:
Description: Microsoft SQL Server 2014
ProductName: SQL Server 2014
Type: RTM
Version: 12
SPLevel: 0
Installation location: \\xx\Media\DVD_1\SQL2014STDSP1\SQLFULL_ENU\x86\setup\
Installation edition: Standard
Product Update Status:
None discovered.
Exception summary:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented
Exception type: Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingLoopException
Message:
A publishing loop has been
FacilityCode : 1400 (578)
ErrorCode : 1 (0001)
Data:
Threshold = 10000
DelegateDescription = Microsoft.SqlServer.Configuration.SmartSetupExtension.SelectedUpdatesSetting : Void CalculateValue()
WatsonData = Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingLoopException@1
DisableWatson = true
Stack:
at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.CallQueuedSubscriberDelegates()
at Microsoft.SqlServer.Deployment.PrioritizedPublishing.PublishingQueue.Publish(Publisher publisher)
at Microsoft.SqlServer.Deployment.PrioritizedPublishing.Publisher.Publish()
at Microsoft.SqlServer.Chainer.Infrastructure.Setting`1.set_Value(T value)
at Microsoft.SqlServer.Chainer.Infrastructure.Setting`1.SetValue(Object newValue, InputSettingSource source)
at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.SetSettingValue[T](String settingName, T value, InputSettingSource source)
at Microsoft.SqlServer.Configuration.SetupExtension.ComponentUpdateProgressMsgFormatter.SetProgressMessage(Object notification, Object[] objectArray)
at Microsoft.SqlServer.Chainer.Infrastructure.NotificationService.OnNotify(Object eventKey, Object notification, Object[] objectArray)
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionMetadata.NotifySkipped(ActionKey skippedAction)
at Microsoft.SqlServer.Setup.Chainer.Workflow.SequenceStep.EvaluateState(Boolean noisy, TextWriter logging)
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionScheduler.SequenceReadyActions(List`1 readyActions, TextWriter logging)
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
Identifying SQL Server 2005 Enterprise Edition features in Use
Hi all,
recently I need to downgrade from SQL 2005 Enterprise version to SQL 2008 Standard version.
is there any way to keep trace any enterprise features is using?
in 2008, we able to use the script as below:
SELECT * FROM sys.dm_db_persisted_sku_features
1) how to identify all the Enterprise features is using by SQL 2005?
2) able downgrade from SQL 2005 Enterprise version to SQL 2008 Standard version?