About 56,100 results
Open links in new tab
  1. vmware - SQL Server Socket/CPU Configuration - Database …

    Dec 8, 2020 · Tips for configuring Microsoft SQL Server in a virtual machine (VMWare | KB article) This article provides a list of points to consider when configuring Microsoft SQL Server …

  2. sql server - Where is the SQLS database backup virtual device …

    When SQL backs up a database using a VIRTUAL_DEVICE, it uses what is called a VDI interface. This is a C++ COM component that creates a virtual device to which SQL can then …

  3. Why would you use a managed service account rather than a …

    In SQL Server 2012, service accounts are created as virtual accounts (VAs), as described here, as opposed to managed service accounts (MSAs). The important differences I can see for …

  4. Kerberos - configure constrained delegation using SQL Server's …

    Sep 16, 2021 · I'm trying to setup Kerberos constrained delegation to solve my double hop problem. I'm using standard SQL Server configuration with Virtual Account (NT …

  5. What is controlling SQL Server's page file usage? SQL Server or …

    Jan 29, 2020 · SQL Server adds memory only when its workload requires more memory; a server at rest does not increase the size of its virtual address space. SQL Server release memory to …

  6. Physical Server or a Virtual Machine SQL Server?

    Oct 29, 2014 · Is there a anyway to figure out via a SQL Script to know whether SQL Server is running on a Physical Server or Virtual Server ?

  7. sql server - Giving file system access to the SQLSERVERAGENT …

    Jul 9, 2014 · I'm trying to grant the NT Service\\SQLSERVERAGENT Windows account file system access, based on the marked answer in this question. I believe it's a virtual service …

  8. Why is my SQL Server consuming so much memory?

    Mar 8, 2021 · I have a 64GB Windows Server 2019 Standard server in my TEST Server. I have SQL Server 2019 CU9 Developer Edition and my the instance is consuming 21,199 MB as …

  9. In Sql Server what is the difference between VAS and Buffer Pool?

    May 21, 2015 · My understanding: In Sql Server, Buffer Pool is where all the Data/Proc/Log Cache, etc are located. Virtual Address Space is a logical location that refers to physical …

  10. memory - SQL Server: allocated vs reserved vs commited

    Jun 25, 2017 · When SQL Server process requests memory it is first mapped to VAS address in the region. VAS is 8TB for 64 bit system and 4 GB for 32 Bit system. Every process which …