Hi All,
I am using Windows 8.1 (64-bit) and is aware that it is not supported.
I have managed to install SQL Server 2000 (Client Tools <strike>only</strike>), and I wanted to patch with SP4 which does not seems to work.
Please advise.
Thank you.
Hi All,
I am using Windows 8.1 (64-bit) and is aware that it is not supported.
I have managed to install SQL Server 2000 (Client Tools <strike>only</strike>), and I wanted to patch with SP4 which does not seems to work.
Please advise.
Thank you.
Hello,
Using the msdn subscription, we have downloaded the enterprise edition of sql server 2014.
Is this download the production or the development licenced server? I mean are we now allowed to install it onto our production sql server machine?
Thanks
Hi!
We need to move a 300gb sql db from a 2005 server to a 2012 server.
The database is in simple rec mode.
It exist only in Prod env.. :/
Downtime is allowed, but I would like to get some thought about the method to do this with minimum downtime.
I tried with a backup/restore, and I guess you understand already, it took about 8 hours until the db was restored .. :P
Thanks in advance.
Hi
I am having issues with a SQL server with a high running CPU. To track the problematic SPID's I use process explorer to show the threads that are using a large amount of CPU within the sqlservr.exe process, and then map the Thread ID to the SPID using the following code
USE
MASTER
GO
Select
SPID from sysprocesses where kpid=7557
GO
This morning there were TID's with noticeably high numbers and when I tried to map them to a SPID no results were returned.
Does anyone know why these high running threads weren't mapped to a SPID?
Cheers
Alex
This morning I attempted to connect to my local copy of SQL Server (2012) (Win 7) using Windows Authentication. I was unable to do so and per the error log it was due to error 18456 (invalid credentials).
Yesterday I changed my windows password. Is it possible for this to be the cause?
FYI, following is from the error logs:
2015-04-27 10:10:32.98 Backup BACKUP DATABASE successfully processed 0 pages in 0.451 seconds (0.000 MB/sec).
2015-04-28 00:00:41.90 spid18s This instance of SQL Server has been using a process ID of 2096 since 4/21/2015 9:08:05 AM (local) 4/21/2015 1:08:05 PM (UTC). This is an informational message only; no user action is required.
2015-04-28 09:58:51.16 Logon Error: 18456, Severity: 14, State: 38.
2015-04-28 09:58:51.16 Logon Login failed for user 'NT AUTHORITY\SYSTEM'. Reason: Failed to open the explicitly specified database 'model'. [CLIENT: xx.xx.xxx.xxx]
2015-04-28 17:09:59.87 Server SQL Server is terminating because of a system shutdown. This is an informational message only. No user action is required.
The logs showed the error occurred yesterday (4/28) which is about when I changed my password. The 17:09 log (last one) is when I shut down my computer. Note that I was logged into SQL Server when I changed my Windows password and worked with it several
times through out the day.
Also, per the configuration manager SQL Server (MSSQLSERVER) (and all other services) is stopped and I was unable to start it ("The request failed or the service did not respond in a timely fashion).
Thanks for any help.
- Bruce
Hello forum
I am attempting to build an execute script as a part of a wider process. essentially data is imported into a temporary table and then exported via bcp; so in order to capture the column headings I am using a cursor to build a string and then execute it. However, if I "PRINT" the script the script is correct, but if I "EXECUTE" either with EXECUTE or sp_executesql, the script is incorrect.
Here is the Code: -
Set
@ColNameScript =(Select'Select ')
Set
@TotalCol =(Selectcount(*)from syscolumnswhere idin(select idfrom sysobjectswherename='voltemp'))
Set
@CurrentCol=1
Declare
Column_Curs Cursorforselectnamefrom syscolumnswhere idin(select idfrom sysobjectswherename='voltemp')
Open
Column_Curs
Fetch
NextFrom Column_CursInto @ColumnName
While
@@Fetch_Status=0
Begin
IF @CurrentCol<> @TotalCol
BEGIN
Set @ColNameScript=(Select @ColNameScript+ '^'+ @ColumnName+'^'+' AS ['+ @ColumnName+'],')
END
IF @CurrentCol= @TotalCol
BEGIN
Set @ColNameScript=(Select @ColNameScript+ '^'+ @ColumnName+'^'+ ' AS ['+ @ColumnName+'] INTO COLNAMETEMP')
END
FetchNextFrom Column_CursInto @ColumnName
Set @CurrentCol=@CurrentCol+1
End
Close
Column_Curs
Deallocate
Column_Curs
SELECT
REPLACE(@ColNameScript,'^','''')
@ColNameScript
EXECUTE
@ColNameScript;
If I comment out the EXECUTE command the script is printed as thus: -
Select
'territoryName'AS [territoryName],'organisation'AS [organisation],'displayname'AS [displayname],'URN'AS [URN],'vacancyid'AS [vacancyid],'jobtitle'AS [jobtitle],'Displayfrom'AS [Displayfrom],'displayto'AS [displayto],'date'AS [date],'Advert/vacancytype'AS [Advert/vacancytype],'Type(s) of Work'AS [Type(s) of Work],'status'AS [status],'PageViews'AS [PageViews],'Total Interaction'AS [Total Interaction],'Advert Run'AS [Advert Run],'Job Live Days'AS [Job Live Days],'Click through rate'AS [Click through rate],'Days to go'AS [Days to go],'Clicks per day'AS [Clicks per day]INTO COLNAMETEMP
If I include the EXECUTE command the script is printed as thus: -
Select
^territoryName^AS [territoryName],^organisation^AS [organisation],^displayname^AS [displayname],^URN^AS [URN],^vacancyid^AS [vacancyid],^jobtitle^AS [jobtitle],^Displayfrom^AS [Displayfrom],^displayto^AS [displayto],^date^AS [date],^Advert/vacancytype^AS [Advert/vacancytype],^Type(s)of Work^AS [Type(s) of Work],^status^AS [status],^PageViews^AS [PageViews],^Total Interaction^AS [Total Interaction],^Advert Run^AS [Advert Run],^Job Live Days^AS [Job Live Days],^Click through rate^AS [Click through rate],^Daysto go^AS [Days to go],^Clicks per day^AS [Clicks per day]INTO COLNAMETEMP
SQL Server version is 2005 Standard Edition SP4.
Please click "Mark As Answer" if my post helped. Tony C.
Over the next several months we will be deploying a new virtual PROD/DRS/Test system for one of our customers. Each DB Server has 6 cores. Our procurement department purchased EMBD SQL SVR ENT 2014 EMB ESD OEI 4 CORE ENT for each DB Server. They also purchased EMBD SQL SVR ENT 2014 EMB ESD OEI 2 CORE ADDTNL LIC ENT to cover the 6 cores for each server.
We activated the 4 core, but we are not sure how the 2 core additional works. Does the 2 core have to be activated on the servers as well and if so how do you activate the 2 core as it is just a set of numbers.
Thank You,
Margaret
When I attempt to install sql server 2008 r2 sp3 I get caspol.exe - Fatal error. Unable to load Jit Compiler:(mscorjit.dll): file may be missing or corrupt. Please check or rerun setup. Then after I click ok I get the Microsoft Windows popup that says Microsoft .NET Framework CAS Policy Manager has stopped working. This is on a Windows 2008 Enterprise Server, service pack 2. I am wondering if my .NET Framework had become corrupt on the server. Any ideas? This has been on a stable production sql server that has been running fine for many years.
Thanks for reading my post.
Joe Sitver
Hi,
We are developing an application for a customer and we were wondering if our licensing approach is correct.
As you can see on the topology image below, we have several nodes who connect using a self developed application, to the self developpedapplication server or communication server.
1 application server can have multiple nodes connected at the same time off course.
This application server, uses only 1 connection to the SQL server.
Our question now is:
a) do we need to provide every node a CAL, even if they are not communicating directly to the SQL server?
OR
b) do we need to provide only the application servers a CAL, since he is the only one that has contact with the SQL server directly?
Hi,
I have a SQL Server instance:
Microsoft SQL Server 2012 - 11.0.5058.0 (X64)
May 14 2014 18:34:29
Copyright (c) Microsoft Corporation
Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
I am trying to install:
SQLServer2012SP2-KB2958429-x64-ENU
On the "Select Features" screen of the setup I get an error message when I try to click next:
"There are no SQL Server Instances or shared features that can be updated on this computer."
I've checked and re-checked the release notes - pretty sure I have the right versions of everything:
https://msdn.microsoft.com/en-us/library/67cb8b3e-3d82-47f4-840d-0f12a3bff565?f=255&MSPPError=-2147217396
Any help appreciated!
Cheers
Lucas
LucasF
Hi!
My SGL server is reflecting as stopped!
I have been trying for ages to update Service pack 4 to no avail!
How do I reactivate this??
I'm not an expert and really need some assistance!If I have 1 SqlServer Standard Edition 2014 with 5 User Cal.
Will my Standard Edition will use the 16 core on my server ?
Hi,
When I try to install .NET framework3.5SP1 on a win2k8 server running SQL 2008, I get the message "Setup error" in the install window. I am using the "dotnetfx35.exe" file downloaded from the Microsoft site at the link below:
https://www.microsoft.com/en-gb/download/details.aspx?id=22
I arrived in this position of needing to reinstall .NET framework3.5SP1 after I ran the .NET Cleanup Tool on all versions of .NET Framework on the server, in an attempt to fix an issue where some .NET Framework updates fail to install.
It seems .NET Framework 3.0SP2 and 4.5.1 install fine on the server. It is only 3.5SP1 that fails, and that is the version required by SQL Server 2008.
Any helpful advice would be very much appreciated. Thank you.
Hi Team,
My client is using SQL Server 2000 Enterprise edition for the database in the Production.
Now,We are planning to load that data from SQL 2000 to SQL 2012 and test the functionality.
Can you please tell me on which operations systems the SQL Server 2000 is compatible to Install ?
like Windows Server 2012/ 2012 R2/ Windows 7/ 8 etc.
Thanks
Srikrishna
i downloaded the file from the MS Australia store > mount the disc image file > run the setup.exe and get above 2 errors. searching through forums i couldnt resolve as their were similar but not the exact problem. how to resolve this?
Hi,
For my sharepoint I want to install sql server 2008 r2 enterprise edition
Can anyone provide me the link.
Dear Sir,
On Windows Server 2008 64 bit, SQL Server 2008 R2 Standard Edition 64 bit with Collation Latin1_General_CI_AI and Log on system asNetWork Service is already installed with Default Instance.
So can I install a new Name Instance of SQL Server 2008 R2 Standard Edition32 bit with Collation SQL_Latin1_General_CP1_CI_AS and Log on System asLocal System on same server and will it impact on existing database.
Please reply.
Thanks,
Sanjay Shah
Hi,
I posted in AD forum, but they point me back to SQL forum.
Again my question is if there are any thoughts on running a sql2005 server (on a 2003 windows server) within a domain that includes a 2012 domain controller, meaning the AD schema has been updated. I run 3 sql 2005 servers that are linked, and I know that the service accounts are set with ServicePrincipleNames for the sql service.
1. Would the sql2005 server that runs on a server 2003 standard OS, have any issues operating in a domain that has a 2012 domain controller (mixed with other 2003 domain controllers)?
Thanks
Robert
Hi
I have a problem to get SQL Server 2014 Express Edition installed on a machine when the Native Client is already installed.
I have a Windows 8.1 Enterprise x86 machine with an already installed SQL Server 2012 Native Client (11.0.2100.60). The installer of SQL Server 2014 Express, SQLEXPRWT_x86_ENU.exe (12.0.2000.8) extracts everything needed to install the database. Then, I run the installer, select Database Engine Servers and Management Tools and run the installation which fails with the following error:
A network error occured while attempting to read from the file:
C:\...\1033_ENU_LP\x86\setup\x86\sqlncli_2012.msi
Well, the sqlncli_2012.msi is indeed not in the given folder, there is a sqlncli.msi however.
If I uninstall the SQL Native Client 2012 prior to run SQLEXPRWT_x86_ENU.exe, the installation runs through without error.
Is there a way to install SQL Server 2014 Express WITHOUT having to remove an already present SQL Native Client?
Edit: Same behaviour with SQLEXPR32_x86_ENU.exe of SQL Server 2014 Express edition, as long as SQL Native Client 2012 is installed, I get the error mentioned above.