SQL Server window nt-64bit on window 2012 R2

I just installed windows 2012 R2 standard, and there is a process called "sql server window nt-64bit"  that consumes 15 GB of memory SQL Server, but I have not installed SQL Server. 
My server have 32Gb RAM
Where did that process?
¿can I control the memory consumption?
cyber

Hi Cybercosmos,
Quote: Then I understand that SQL Server or part of it is  included on Windows 2012 Server STD R2, it is correct?? if it is so,  how can I control the memory consumption?
No, the SQL Server is not included on Windows 2012 Server STD R2. It might  come with another program.
The sqlservr.exe process is also known as SQL Server Windows NT (Version - 64 Bit). This process is required if we are using applications that rely on the SQL service (of which there are many). If you are sure you do not need it, you can uninstall the related
program using Windows Control Panel.
To remove SQL Server Windows NT from your computer, please follow the manual instructions below:
Click the Windows Start Button, look for Control Panel.
Click Control Panel.
Click Uninstall a program.
Look for SQL Server Windows NT in the list of available programs.
Click Uninstall.
If you have any question, please feel free to let me know.
Regards,
Donghui Li

Similar Messages

  • SQL Server Windows NT - 64 Bit in Windows Server 2012 R2 Standard

    Hi,
    We have started migrating our SQL Server 2005 version and Operating System 2003 to SQL Server 2012 and operating system 2012 R2 Standard.
    Before we restore the production database, we had created an empty database and tables. We ran couple of packages which were migrated to SSIS 2012 version from SSIS 2005 and those were working fine and we saw good performance compare to production server.
    Recently we have taken 2005 SQL Server database backup and restored on 2012 version. Since then we are facing performance issues on 2012 server. Below is the configuration of 2012 server
    Intel(R) Xenon(R) CPU E5-2650 v2 @2.60 GHZ 2.60 GHZ (2 processors), RAM - 32 GM and 64-Bit Operating System.
    We are using this server only for data loading from SSIS packages. We have set that this server to use MAX memory is 25 GB RAM. We have checked the memory usage of the server and seen SQL Server Windows NT - 64 bit process is taking total memory allotted
    and also taking 100% CPU utilization.
    Old Server Configuration is
    Intel(R) Xenon(TM) MP CPU 3.66 GHZ, RAM - 8 GB and 32-Bit Operating System
    Could you please let us know what was causing for the high memory utilization on our migration server and make the server for better performance?
    Attached the image of memory utilization.

    Hello,
    I would start by setting maxdop (max degree of parallelism) properly:
    http://blogs.msdn.com/b/sqlsakthi/p/maxdop-calculator-sqlserver.aspx
    Rebuilding indexes and statistics too.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL Server Windows NT - 64 Bit RAM Consumption

    Hi,
    I'm using SQL Server Express 2012. I have database with 200 Mb actually.
    So, I want to know If is it normal
    if the process (app) 'SQL Server Windows NT - 64 Bit' use 400 MB from Ram (at all) and CPU up to 46% some times ?
    If my Server receive DDOS Attak on the TCP port of database ? How can I detect ? How can I solve it.
    Thanks

    Hi nadjibnet,
    SQL Server Windows NT -64 Bit is known as sqlservr.exe process, it is normal that SQL Server consumes as much memory as possible since SQL Server likes to cache data in memory to speed up access. You might have long running queries on SQL Server. Do you
    find any performance issues?
    If SQL Server is not installed on a dedicate production machine and you have other applications on the machine, you could limit the memory usage by
    configuring Max Server Memory according to your situation.
    In addition, about how to detect DDOS attack and block it, you could refer to the following article:
    https://sulich.wordpress.com/2012/06/27/detecting-ddos-attack-in-windows/. I suggest you to post the questions in the
    Windows Server forums. It is appropriate and more experts will assist you.
    Regards,
    Michelle Li

  • Create dblink in Oracle/Linux (RHEL4) to MS SQL Server/Windows?

    Hi,
    Can anyone share me the procedure to Create dblink in Oracle/Linux (RHEL4) to MS SQL Server/Windows?
    Thanks

    Hi,
    to access non-Oracle systems you must use Oracle Heterogeneous Services.
    You have to follow the instructions from Heterogeneous Connectivity Administrator's Guide to perform it.
    Regs,
    Acr

  • File shares not be re-created when restart the Server (Windows 2012 Std R2)

    Hi Team,
       We are facing below issue whenever restarting my server (windows 2012 R2 STD)
    1. File shares are invisible.
    2. Every time i need to restart server service to make file shares availability
    Please look in to the above issue and revert if any suggestion.
    Regards
    K Sreenivasan

    Hi,
    According to your description, my understanding is that you create a file share under File and Storage Services but the file is invisible. If you restart the server make the file share, then you can see the file share.
    Can you see the file share when you directly create in Windows Explorer? Please check if you have enabled ABE on the file share.
    Access-based Enumeration
    http://technet.microsoft.com/en-us/library/dd772681(v=ws.10).aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Powershell for to list SQL Server Windows Groups

    Hi All:
    I m planning to write a script, to pull SQL Server Windows Groups members list by using powershell.
    By using dsa.msc i can view the members of a particular SQL widows groups., the same i want to do using powershell., is there any way to do this. I want to run this from remote machine.
    Please let me know how can we do this and per-requist... Already installed PowerShell 3.0 and loaded the recommended modules on it.
    Thanks,
    Satish Kumar.
    Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)

    Hi,
    I was able to run the command on the other machines with no problem. Have you tried right-clicking, Run As Administrator?
    According http://blogs.technet.com/b/heyscriptingguy/archive/2011/08/29/use-active-directory-cmdlets-with-powershell-to-find-users.aspx
    “This warning message: “WARNING: Error initializing default drive: 'Unable to find a default server with Active Directory Web Services running.'” is generated because I have several domain controllers, and not all of them have
    the
    Active Directory Management Gateway Service installed. Depending on which domain controller authenticated my workstation, the warning appears. The solution is to install the Active Directory Management Gateway Service
    on all of the non-Windows Server 2008 R2 domain controllers. The other solution is to ignore the warning and specify the
    server parameter each time when using one of the cmdlets (but that will mean the PSDrive will be unavailable).”
    In addition, this issue is more related to PowerShell, for quick and accurate answers to your questions, it is recommended that you initial a new thread in our PowerShell forum for dedicated help.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverpowershell
    Thanks.
    Tracy Cai
    TechNet Community Support

  • BW 3.5 + BPS on SQL-Server 32 or 64bit

    Does anybody know if we have any "productive (i.e. live)" customers that have implemented BW 3.5 + BPS on SQL-Server 32 or 64bit?
    Thank you.
    -M

    Hi Mike,
    We have implemented BW 3.5 + BPS on SQL 2000 32 bit.
    We went live January, upgrading from 3.0b to 3.5.
    I am located in Reno NV, and work for a company called IGT.  If this helps please reward points.
    Thanks
    Aaron

  • SQL Server Window Authentication Slow

    Hi
       We are using SQL Server 2012. When we run our applications with window authentication it runs really slow. But if we use same application with database user authentication then it runs really fast.
        Any Suggestion?
    thanks
    Drew

    Hi Drew,
    When you use Windows Authentication I assume your are using domain accounts (no local account). Your database server has probably some issue connecting to Active Directory. You might have similar delay logging on to the server using a domain account and
    or rebooting the server might also be slow. Most likely your DNS server settings on that server or on your client are incorrect or out of date.
    You can check this from the Command Prompt with the IPCONFIG.EXE /ALL command. Make a note of configured DNS servers. The configured DNS servers should ONLY be the DNS servers from the Active Directory domain (typically those are the same servers as the
    domain controllers). You should remove any DNS servers from the Internet.
    Why does this matter? You may ask. SQL Server needs to connect to the domain controller to verify your credentials. to that it first needs to know the IP address of the domain controller. This information is stored on a DNS server in your Active Directory
    domain, not on public DNS servers on the Internet. If your server is configured with public DNS servers from the Internet, requesting this information will fail and cause an delay until either a correct DNS server is contacted or the domain controller is contacted
    using legacy (NTLM) methods.
    You may have a more complicated situation if more Active Directory domains are involved (e.g. domain trusts, forest trusts, complex nested group memberships.), or if the configured Domain Controller is located at another site and is only connected by a slow
    link, or there is actually a performance issue with your domain controllers. In that case your Active Directory Administrator may supply with more information.
    In short: check your DNS server settings.
    Hope this helps.

  • Migrating DB from SQL Server (Windows) to Oracle (Unix)

    I wish to migrate a SQL Server 2000 database on a Windows environment to an Oracle database on a Unix environment.
    Are there any issues with using the Oracle Migration Workbench to migrate a SQL Server database to Oracle between different operating systems?
    Thanks in advance.

    Hi!
    After trying to migrate only a copule of schemas from sqlserver, my solution appeared by itself. It seems that something goes wrong if you migrate only selected users, so I build up a test instance in windows, made the workbench repository on it, and ran a full migration from all the users to this test environment.
    After this it was nice, cause I made an exp from the squema I wanted and imported it on production environment.
    PD: Migration logs only raised java related problems. I got quite crazy realizing what jdbc version I had, but it wasn't the problem.
    By the way, if you try to run sqlloader scripts, be careful with language issues, cause I had to reverse data loading because incorrect typos or so.
    Thanks a lot for your help.
    Mensaje editado por:
    manuel lopez

  • Adobe is not printing - Terminal Server Windows 2012

    Hello and thank you for reading this.
    We recently upgrade our server infrastructure  to Windows 2012 R2. When a user logging to a server (Terminal Server 1 let's say) sometimes they cannot print from Adobe. If they can login to another Server, let's say Terminal Server 2 they are just fine.
    The issue is the following:   They click on Print >  Select Printer >  Hit "Print"  and nothing happens.   When Adobe Reader is working, after clicking on "Print" you clearly see a progress bar until it reaches 100 %. 
    Troubleshooting:  We have updated the drivers to the latest versions , re-install Adobe Reader but nothing seems to help.  This is very annoying as the user needs to login to a different server in order to print from Adobe disconnecting the whole session. 
    Also, a different user with same permissions can login to the server having issues and print fine from Adobe.
    If you can guide us in the right direction to finally resolve this it would be greatly appreciated. 
    Additional Notes: All printers are in a printer server environment.  Users are able to print everything else except PDF Files using Adobe Reader.  When installing another PDF Reader software they are able to print fine. 
    Thank you

    Hi,
    Are you still facing this issue. What is the current version of Reader installed.
    Provide me more information about, how are user profiles are setup.
    Regards,
    Ajlan Huda.

  • SSO under SQL Server/Windows

    Hi,
    What are the required parameters to configure SSO in ERP system running in SQL server with Windows OS?
    Do i need to configure SNC parameters too? if so , please let me know the parameters.
    Also how do i configure my desktop frontend to access the SSO? Is there any standard/customized doc or OSS notes, kindly let me know.
    regards
    RGC

    Thanks for your reply.
    I've already applied the required parameters in the ERP CI. I'm having problem with SAP GUI throwing error while logon... I did the below..
    Copied the gssntlm.dll to C:\windows\System32 folder and renamed to sncgss32.dll.
    RC My computer, Advanced tab- Environment Variable, under System variable i set SNC_LIB to C:\windows\system32\sncgss32.dll.
    Right click on the entry in SAP logon pad, properties - Network tab, enabled the SNC checkbox and provided the value:     p:<domain>\SAPServiceSID and login. got the error "Secure Network Connection (SNC) error"
    I tried changing the value to p:SAPServiceSID@<domain>, but the same error i'm getting.
    Any idea, which .dll file has to go to which location, what has to be set in environment variable, etc..
    regards
    RGC

  • SQL Server Database Connectivity with Visual Studio 2012 - Help Needed

    Hello,
    I am having Visual Studio 2012 and SQL Developer 4.0 installed on my system with Windows 8 - 64bit
    I want to shift a VS project with an SQL database connectivity to another new Laptop (above mentioned) ...
    I have the project opened in VS without bieng connected to the database.. 
    I have a backup file of the database (which needs to be restored to a new created database on SQL Developer) 
    The problem:
    I am unable to create a server connection in SQL Developer which will allow me to create a new database followed by the recovery from backup file.
    I am getting the following error message when I try to create a connection:
    Status: Faliure - IO error: The network adapter could not establish a connection
    Please help me in setting up a server connection and adding a new sql database

    The error message seemed unfamiliar to me and since I had never heard of SQL Developer before, I went to Google. Google might be pulling my legs, but it appears that SQL Developer is related to Oracle. This forum is devoted to SQL Server, so you are in the
    wrong place.
    Try finding a forum for SQL Developer.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • SQL Server Reporting Services Native Mode: SSRS 2012 vs SSRS 2014

    Hi,
    I'm looking at getting my servers upgraded to SQL Server 2014.  My SSRS reporting server is SQL 2012 native mode. I know there were not really any significant enhancements in native mode going from SSRS 2008 R2 to SSRS 2012.  Does SSRS
    2014 add anything significant/at all to SSRS native mode?
    Dan Jameson
    Associate Director of IT/DBA
    Children's Oncology Group
    www.ChildrensOncologyGroup.org

    Hi Jameson,
    As you know that Microsoft SQL Server 2014 is released, so you want to know the new features added in SSRS 2014.
    Based on my research, SQL Server 2014 release of Reporting Services is unchanged from the previous release, except it adds support for the Google Chrome browser to view report.
    The following document about the new features in SSRS 2014 is for your reference:
    What's New (Reporting Services)
    If there are any other questions, please feel free to ask.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SQL Server 2000 (side-by-side with 2012) no longer accessible

    Hi,
    We used to access our SQL 2K (SP4) box via PowerShell & BCP without any issue. Recently we added a SQL 2012 instance side-by-side and upgraded Powershell v1 to v4. Now powershell and SSMS can not longer connect to the SQL2k box.
    BCP within SQL 2K still has access:
    BCP "SELECT @@VERSION" queryout C:\version.txt -S locahost\SQL2K -U test -P test -w
    However Powershell does not:
    $SqlConnection = New-Object System.Data.SqlClient.SqlConnection
    $SqlConnection.ConnectionString = "Server=localhost\SQL2K;User ID=test;Password=test;"
    $SqlCmd = New-Object System.Data.SqlClient.SqlCommand
    $SqlCmd.CommandText = "Select @@version as SQLServerVersion"
    $SqlCmd.Connection = $SqlConnection
    $SqlAdapter = New-Object System.Data.SqlClient.SqlDataAdapter
    $SqlAdapter.SelectCommand = $SqlCmd
    $DataSet = New-Object System.Data.DataSet
    $SqlAdapter.Fill($DataSet)
    $SqlConnection.Close()
    $DataSet.Tables[0]
    now errors out with:
    Exception calling "Fill" with "1" argument(s): "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: SQL Network Interfaces, error: 26
    - Error Locating Server/Instance Specified)"
    At line:1 char:1
    + $SqlAdapter.Fill($DataSet)
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : SqlException
    Accessing from SSMS now also fails:
    A network-related or instance-specific error occured... +more+
    err - 26 Error Locating Server / Instance Specified
    If we run BCP from SQL 2012, it also fails with:
    C:\Program Files\Microsoft SQL Server\110\Tools\Binn>bcp "SELECT @@Version" queryout C:\PWC\version.txt -S localhost\SQL2K -U test -P test -w
    SQLState = 08001, NativeError = -1
    Error = [Microsoft][SQL Server Native Client 11.0]SQL Server Network Interfaces:
     Error Locating Server/Instance Specified [xFFFFFFFF].
    SQLState = 08001, NativeError = -1
    Error = [Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured
    to allow remote connections. For more information see SQL Server Books Online.
    SQLState = S1T00, NativeError = 0
    Error = [Microsoft][SQL Server Native Client 11.0]Login timeout expired
    It would appear to have something to do with the native client or .NET. The SQL 2K instance has remote connections enabled, it has SP4 installed, no firewalls are present, all instances are named and TCP is enabled. There are no connection issues to the
    SQL 2012 instance.
    Does anyone have any ideas on whats going wrong, or what we can correct?
    Thanks,
    Jay :)
    If you shake a kettle, does it boil faster?

    Hello Jay,
    Have you checked if the "SQL Server Browser" is running? When you install a new SQL Server instance the Browser Service will be stopped and you have to start it manually.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Copying more tables from a SQL Server db to another one - SSIS 2012

    Hi,
    in order to copy data of more tables (more an hundred) from a SQL Server db to a SQL Server destination db I'd like to use the Transfer SQL Server objects task, but the source tables belonged to the dbo schema and the destination schema is a different
    one.
    It seems that this task doesn't provide a such option.
    Any suggests to me, please?
    Thanks

    http://www.experts-exchange.com/Database/MS-SQL-Server/Q_26533111.html
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

Maybe you are looking for

  • Error while creating a Solaris Resource

    I got the following error while creating the following solaris resource: Test connection failed for resource(s): Solaris: Script failed waiting for "ASSWORD:" in response "_,)#+(:" ==> com.waveset.util.WavesetException: Script processor timed out wit

  • Display SAP R/3 table in a portlet with the SAP Adapter

    Hello everybody! I still can`t figure out the whole pictue of Bea Weblogic`s SAP Adapter. I installed the SAP Adapter (BEA_SAP_1_0_70.ear) and the Applicaton Explorer, made an Application View with the generated XML-Schema and the Template example in

  • Oracle 11g performance issue ( BITMAP CONVERSION TO ROWIDS)

    I have two instance of oracle 11g. in both instance i fired same query. one instance returns the result in 1sec but other instance returns the result in 10 sec following is explain plan for bot instance instance 1 | Id | Operation | Name | Rows | Byt

  • Report will not open due to an invalid printer issue.

    Post Author: Tammy Chavez CA Forum: General I have a Crystal Report that will not open.  It gives the following error messages: 1.The report uses and invalid printer.  The default printer will be used instead. 2.Failed to open document. 3.TSLV Record

  • Pr CS4 Crashes during export

    New user here! My computer is: AMD Phenom II X6 1100T 3.3 Ghz Sata 7200rpm 1 tb EVGA GTX570 Geforce 1gb 4gb ram I have a 3 min video project from Pr CS4 and I select export that takes me to Media Encoder. After selecting the output (I tried various f