SQL 2012 different than typical System.OutOfMemoryException

When ssms 2012 hits some kind of memory threshold it stops working, and I have to open a new instance.
I can close all my queries, and trying to return even a single record from a one record single column table is impossible.
The database is fine for memory, since I can run the query in a different instance of ssms with no problem.
I really don't like having to move everything to a new ssms instance twice a day. Is there any workaround?
Is there a memory setting in ssms I am over looking?
The Ssms.exe *32 process that is out of memory is currently using 727,080 k
An error occurred while executing batch. Error message is: Exception of type 'System.OutOfMemoryException' was thrown.
FileSizeMB
UsedSpaceMB
UnusedSpaceMB
 Type
DBFileName
4848.25
62.52
4785.73
 Log
BoundReporting_log
97143
61683.75
35459.25
 Data
BoundReporting
101991.25
61746.27
40244.98
Total for all   files
Also my box is fine. I'm Using 5.43 of 8 gb of ram.

I'm getting the same problem about once/week with SQL 2012 SP2 CU2.  Guess I'll try a more recent update and see what happens...
Please note that this is a client-side issue, not server side.  SSMS.exe vs. the actual server component.
Yes, Shanky_621,
we did use the key words "out of memory", but neither of your posts are relevant.
My own SSMS version info reports:
Microsoft SQL Server Management Studio 11.0.5548.0
Microsoft Analysis Services Client Tools 11.0.5548.0
Microsoft Data Access Components (MDAC) 6.1.7601.17514
Microsoft MSXML 3.0 4.0 6.0 
Microsoft Internet Explorer 9.11.9600.17633
Microsoft .NET Framework 4.0.30319.34209
Operating System 6.1.7601

Similar Messages

  • Backup Sharepoint 2013 Farm with SQL 2012 "Always On" using System Center 2012 R2 Data Protection Manager

    Is backing up and Restoring SharePoint 2013 Farm with SQL 2012  "Always On" High Availability now supported using "System Center 2012 R2 Data Protection Manager"?
    I cannot find confirmation anywhere.
    Regards,
    John

    Per this thread
    http://social.technet.microsoft.com/Forums/en-US/0c047737-4733-4ad5-a24d-3e6e6ff42f70/dpm-2012-sp1-and-sharepoint-2013-on-a-sql-2012-alwayson-ag?forum=dpmsharepointbackup, no it does not look like this is supported.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • DBCC CHECKDB failure, SQL 2012, There is insufficient system memory in resource pool 'internal' to run this query.

    Hey, guys!
    Tried to find an answer, but nothing works for me.
    So on one of servers when I am trying to run DBCC CHECKDB throws two errors
    Msg 8921, Level 16, State 1, Line 1
    Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.
    Msg 701, Level 17, State 123, Line 1
    There is insufficient system memory in resource pool 'internal' to run this query.
    This is a VM hosted on Hyper-V server 2012 R2. VM has Windows Server 2012 R2 and SQL Server 2012 Std. VM had 8 GB of RAM, I increased it to 12GB (static, not dynamic), also I increased paging file size in Windows and size of TEMPDB also recreated TEMPDB.
    I also tried to restore the Database, which throws an error from another server. On that server DBCC CHECKDB works fine, but it didn't help - I still receive the same error.  Can you suggest, please?

    Hi,
    I agree with you. It is probably a memory issue. First, we need to verify if it is an OS memory issue or caused by SQL Server itself.
    Need to use Performance Monitor:
    SQLServer:Memory
    Memory
    Dynamic Management Views:
    sys.dm_os_sys_info
    sys.dm_exec_query_memory_grants
    1. Use performance monitor to check OS memory: available memory(MB) and monitor the OS memory status before the query and when running the query. If it does not change, I can exclude the OS memory factor. Then, I can conclude
    this memory issue was caused by SQL Server internal. Also, check if there is Memory leak on your system.
    2. Use the below script in SQL Server Management Studio and Result to Text.
    while(1=1)
    begin
    print getdate()
    print '*****sys.dm_exec_query_memory_grants******'
    select * from sys.dm_exec_query_memory_grants
    print 'DBCC memorystatus'
    dbcc memorystatus
    waitfor delay '00:00:01'
    end
    Then, check SQLServer:Memory-Granted Workspace Memory (KB) when the issue occurs which specifies the total amount of memory currently granted to executing processes, such as hash, sort, bulk copy, and index creation operations.
    And compared with the information got in
    sys.dm_exec_query_memory_grants.
    3. In addition, use sys.dm_os_sys_info
     to identify bpool_commit_target and bpool_commited.
    In SQL Server 2012, the columns have been renamed as
    committed_target_kb and committed_kb.
    committed_kb  represents the committed memory in kilobytes (KB) in the memory manager. Does not include reserved memory in the memory manager.
    committed_target_kb represents the amount of memory, in kilobytes (KB), that can be consumed by SQL Server memory manager. The target amount is calculated using a variety of
    inputs like:
    the current state of the system including its      load
    the memory requested by current processes
    the amount of memory installed on the computer
    configuration parameters
    If committed_target_kb is larger than
    committed_kb, the memory manager will try to obtain additional memory. If
    committed_target_kb is smaller than committed_kb, the memory manager will try to shrink the amount of memory committed. The
    committed_target_kb always includes stolen and reserved memory.
    MSSQLSERVER_701
    http://msdn.microsoft.com/en-us/library/aa337311.aspx
    An in-depth look at SQL Server Memory–Part 3
    http://blogs.msdn.com/b/sqljourney/archive/2013/11/02/10402729.aspx
    INF: Using DBCC MEMORYSTATUS to Monitor SQL Server Memory Usage
    http://support.microsoft.com/kb/271624/en-us
    Hope it helps.
    Tracy Cai
    TechNet Community Support

  • System center sql 2012 remote or local install

    Guys I'm testing System Center 2012 R2 right now I plan on installing configuration manager for starters. I would like to ask you guys did you install your sql server instance locally for System Center or do you have a remote SQL server installation that
    System Center is using are there any pros for installing a local instance over a remote one?  Also I was reading somewhere that Sytem Center comes with an SQL server license I always assumed that it would come with SQL Server express and not full blown
    SQL Server. So with that said does System Center incluse a full blown SQL Server license?

    Hi,
    In test environment, typically SQL can be on local instance. However in production environment, you can place SQL on remote as when collocated the site server supports a maximum of 50,000 Clients, and if database server is installed on
    a Remote server, the Site-Server supports up to 100,000 Clients.
    In System Center 2012, along with any edition of Server Management License you get a run-time instance of SQL Server Standard edition when utilized for the SQL engine used by the System Center components.
    For further information about SQL Requirements:http://technet.microsoft.com/en-us/library/gg682077.aspx
    About System Center Licensing:http://www.microsoft.com/licensing/about-licensing/SystemCenter2012-R2.aspx#tab=1
    Regards, Manohar Pusala

  • LightSwitch 2012 exception 'System.OutOfMemoryException' in big grid

    After installing new version LightSwitch 2012 i received new exception 'System.OutOfMemoryException' in data grid with many rows (more than 30000). Furthermore, grid opens much more slowly than in previous version of LS (2011). I have all last updates (1,2,3,4)
    for my Visual Studio 2012. But I don't understand what the problem is?
    P.S. Version Windows: Windows 7 Enterprise with SP1 (64 bit)
    4 Gb Memory
    Processor Intel Pentium G2130 3.2 GHz
    Version VS: Visual Studio Professional 2012 11.0.61030.00 Update 4
    Previous parameters before install new version VS(2012): Windows Vista & Visual Studio 2010 & LightSwitch 2011 all works properly...

    To clarify situation, trace.axd:
    Request Details
    Request Details
    Session Id:
    Request Type:
    GET
    Time of Request:
    04.07.2014 14:46:57
    Status Code:
    200
    Request Encoding:
    Unicode (UTF-8)
    Response Encoding:
    Unicode (UTF-8)
    Trace Information
    Category
    Message
    From First(s)
    From Last(s)
    Microsoft.LightSwitch.DataService
    [Microsoft.LightSwitch.DataService][Application:Information][LightSwitchServiceApplication.insuranceData:QueryЗадолженность]
    Executing 'QueryЗадолженность'
    Microsoft.LightSwitch.DataService
    [Microsoft.LightSwitch.DataService][Application:Information][LightSwitchServiceApplication.insuranceData:QueryЗадолженность:PreProcessQuery]
    Query Arguments: QueryOperationParameter:: Name = 'Company', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Company]':
    Все | QueryOperationParameter:: Name = 'Act_Status1', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Act_Status1]':
    1 | QueryOperationParameter:: Name = 'Act_Status2', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Act_Status2]':
    2 | QueryOperationParameter:: Name = 'Act_Status3', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Act_Status3]':
    3 | QueryOperationParameter:: Name = 'Act_Status4', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Act_Status4]':
    4 | QueryOperationParameter:: Name = 'Act_Status5', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Act_Status5]':
    5 | QueryOperationParameter:: Name = 'Pay_Status1', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Pay_Status1]':
    1 | QueryOperationParameter:: Name = 'Pay_Status2', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Pay_Status2]':
    2 | QueryOperationParameter:: Name = 'Pay_Status3', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Pay_Status3]':
    3 | QueryOperationParameter:: Name = 'DateRep_YM', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[DateRep_YM]':
    201006 | QueryOperationParameter:: Name = 'DateRep_YM2', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[DateRep_YM2]':
    201406 | QueryOperationParameter:: Name = 'Type', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Type]':
    0 | QueryOperationParameter:: Name = 'Source2', ID =
    'LightSwitchCommonModule:insuranceData/Members[QueryЗадолженность]/Parameters[Source2]':
    0,002991
    0,002991
    Microsoft.LightSwitch.DataService
    [Microsoft.LightSwitch.DataService][Application:Information][LightSwitchServiceApplication.insuranceData:QueryЗадолженность:DataProviderQuery]
    value(System.Data.Objects.ObjectQuery`1[insuranceData.Implementation.Задолженность]).MergeAs(AppendOnly).Where(з
    => (((((з.DateRep_YM.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).DateRep_YM.HasValue
    AndAlso (з.DateRep_YM >=
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).DateRep_YM)))
    AndAlso (з.DateRep_YM.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).DateRep_YM2.HasValue
    AndAlso (з.DateRep_YM <=
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).DateRep_YM2))))
    AndAlso
    (((value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Company
    == null) OrElse
    (з.Company.CompareTo(value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Company)
    == 0)) OrElse
    ((value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Type.HasValue
    == False) OrElse (з.Type.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Type.HasValue
    AndAlso (з.Type ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Type))))))
    AndAlso (((з.Act_Status.HasValue == False) AndAlso (((з.Pay_Status.HasValue
    AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status1.HasValue
    AndAlso (з.Pay_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status1)))
    OrElse (з.Pay_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status2.HasValue
    AndAlso (з.Pay_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status2))))
    OrElse (з.Pay_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status3.HasValue
    AndAlso (з.Pay_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status3)))))
    OrElse (з.Act_Status.HasValue AndAlso (((((з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status1.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status1)))
    OrElse (з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status2.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status2))))
    OrElse (з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status3.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status3))))
    OrElse (з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status4.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status4))))
    OrElse (з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status5.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status5)))))))
    AndAlso
    ((value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Source2.HasValue
    == False) OrElse (з.Source2.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Source2.HasValue
    AndAlso (з.Source2 ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Source2)))))).LongCount()
    0,004036
    0,001045
    Microsoft.LightSwitch.DataService
    [Microsoft.LightSwitch.DataService][Application:Information][LightSwitchServiceApplication.insuranceData:QueryЗадолженность:DataProviderQuery]
    value(System.Data.Objects.ObjectQuery`1[insuranceData.Implementation.Задолженность]).MergeAs(AppendOnly).Where(з
    => (((((з.DateRep_YM.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).DateRep_YM.HasValue
    AndAlso (з.DateRep_YM >=
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).DateRep_YM)))
    AndAlso (з.DateRep_YM.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).DateRep_YM2.HasValue
    AndAlso (з.DateRep_YM <=
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).DateRep_YM2))))
    AndAlso
    (((value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Company
    == null) OrElse
    (з.Company.CompareTo(value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Company)
    == 0)) OrElse
    ((value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Type.HasValue
    == False) OrElse (з.Type.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Type.HasValue
    AndAlso (з.Type ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Type))))))
    AndAlso (((з.Act_Status.HasValue == False) AndAlso (((з.Pay_Status.HasValue
    AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status1.HasValue
    AndAlso (з.Pay_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status1)))
    OrElse (з.Pay_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status2.HasValue
    AndAlso (з.Pay_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status2))))
    OrElse (з.Pay_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status3.HasValue
    AndAlso (з.Pay_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Pay_Status3)))))
    OrElse (з.Act_Status.HasValue AndAlso (((((з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status1.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status1)))
    OrElse (з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status2.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status2))))
    OrElse (з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status3.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status3))))
    OrElse (з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status4.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status4))))
    OrElse (з.Act_Status.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status5.HasValue
    AndAlso (з.Act_Status ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Act_Status5)))))))
    AndAlso
    ((value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Source2.HasValue
    == False) OrElse (з.Source2.HasValue AndAlso
    (value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Source2.HasValue
    AndAlso (з.Source2 ==
    value(LightSwitchApplication.Implementation.insuranceDataServiceImplementation+<>c__DisplayClass8).Source2)))))).OrderBy(element
    => element.id).Skip(0).Take(65000)
    0,548402
    0,544366
    Microsoft.LightSwitch.DataService
    [Microsoft.LightSwitch.DataService][Application:Information][LightSwitchServiceApplication.insuranceData:QueryЗадолженность:QueryExecuted]
    The query returned 65000 results.
    4,108923
    3,560521
    Control Tree
    Control UniqueID
    Type
    Render Size Bytes (including children)
    ViewState Size Bytes (excluding children)
    ControlState Size Bytes (excluding children)
    Session State
    Session Key
    Type
    Value
    Application State
    Application Key
    Type
    Value
    Request Cookies Collection
    Name
    Value
    Size
    Response Cookies Collection
    Name
    Value
    Size
    Headers Collection
    Name
    Value
    Connection
    Keep-Alive
    Accept
    application/atom+xml,application/xml
    Accept-Charset
    UTF-8
    Accept-Encoding
    gzip, deflate
    Accept-Language
    ru
    Host
    localhost:49250
    Referer
    http://localhost:49250/default.htm?IsLaunchedByVS=True&AuthenticationType=None&LC=Microsoft.LightSwitch,V
    User-Agent
    Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    DataServiceVersion
    2.0;NetFx
    MaxDataServiceVersion
    3.0;NetFx
    Form Collection
    Name
    Value
    Querystring Collection
    Name
    Value
    $skip
    0
    $top
    65000
    $inlinecount
    allpages
    Company
    'Все'
    Act_Status1
    1
    Act_Status2
    2
    Act_Status3
    3
    Act_Status4
    4
    Act_Status5
    5
    Pay_Status1
    1
    Pay_Status2
    2
    Pay_Status3
    3
    DateRep_YM
    201006
    DateRep_YM2
    201406
    Type
    0
    Server Variables
    Name
    Value
    ALL_HTTP
    HTTP_CONNECTION:Keep-Alive HTTP_ACCEPT:application/atom+xml,application/xml
    HTTP_ACCEPT_CHARSET:UTF-8 HTTP_ACCEPT_ENCODING:gzip, deflate
    HTTP_ACCEPT_LANGUAGE:ru HTTP_HOST:localhost:49250
    HTTP_REFERER:http://localhost:49250/default.htm?IsLaunchedByVS=True&AuthenticationType=None&LC=Microsoft.LightSwitch,V
    HTTP_USER_AGENT:Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    HTTP_DATASERVICEVERSION:2.0;NetFx HTTP_MAXDATASERVICEVERSION:3.0;NetFx
    ALL_RAW
    Connection: Keep-Alive Accept: application/atom+xml,application/xml
    Accept-Charset: UTF-8 Accept-Encoding: gzip, deflate Accept-Language: ru
    Host: localhost:49250
    Referer: http://localhost:49250/default.htm?IsLaunchedByVS=True&AuthenticationType=None&LC=Microsoft.LightSwitch,V
    User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    DataServiceVersion: 2.0;NetFx MaxDataServiceVersion: 3.0;NetFx
    APPL_MD_PATH
    APPL_PHYSICAL_PATH
    C:\User\U415547\Visual Studio 2012\Projects\LS_IC_V3\LS_IC2\Bin\Release\
    AUTH_TYPE
    AUTH_USER
    AUTH_PASSWORD
    LOGON_USER
    INETPSA\U415547
    REMOTE_USER
    CERT_COOKIE
    CERT_FLAGS
    CERT_ISSUER
    CERT_KEYSIZE
    CERT_SECRETKEYSIZE
    CERT_SERIALNUMBER
    CERT_SERVER_ISSUER
    CERT_SERVER_SUBJECT
    CERT_SUBJECT
    CONTENT_LENGTH
    0
    CONTENT_TYPE
    GATEWAY_INTERFACE
    HTTPS
    HTTPS_KEYSIZE
    HTTPS_SECRETKEYSIZE
    HTTPS_SERVER_ISSUER
    HTTPS_SERVER_SUBJECT
    INSTANCE_ID
    INSTANCE_META_PATH
    LOCAL_ADDR
    127.0.0.1
    PATH_INFO
    /insuranceData.svc/QueryЗадолженность()
    PATH_TRANSLATED
    C:\User\U415547\Visual Studio 2012\Projects\LS_IC_V3\LS_IC2\Bin\Release\insuranceData.svc
    QUERY_STRING
    $skip=0&$top=65000&$inlinecount=allpages&Company='%D0%92%D1%81%D0%B5'&Act_Status1=1&Act_Status2=2&Act_Status3=3&Act_Status4=4&Act_Status5=5&Pay_Status1=1&Pay_Status2=2&Pay_Status3=3&DateRep_YM=201006&DateRep_YM2=201406&Type=0
    REMOTE_ADDR
    127.0.0.1
    REMOTE_HOST
    127.0.0.1
    REMOTE_PORT
    REQUEST_METHOD
    GET
    SCRIPT_NAME
    /insuranceData.svc
    SERVER_NAME
    localhost
    SERVER_PORT
    49250
    SERVER_PORT_SECURE
    0
    SERVER_PROTOCOL
    HTTP/1.1
    SERVER_SOFTWARE
    URL
    /insuranceData.svc
    HTTP_CONNECTION
    Keep-Alive
    HTTP_ACCEPT
    application/atom+xml,application/xml
    HTTP_ACCEPT_CHARSET
    UTF-8
    HTTP_ACCEPT_ENCODING
    gzip, deflate
    HTTP_ACCEPT_LANGUAGE
    ru
    HTTP_HOST
    localhost:49250
    HTTP_REFERER
    http://localhost:49250/default.htm?IsLaunchedByVS=True&AuthenticationType=None&LC=Microsoft.LightSwitch,V
    HTTP_USER_AGENT
    Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    HTTP_DATASERVICEVERSION
    2.0;NetFx
    HTTP_MAXDATASERVICEVERSION
    3.0;NetFx
    Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408

  • Urgent: System.OutOfMemoryException in SQL Reporting Services 2005 Web Service

    Hi All,
    On a production server box with 8GB of RAM, we are running a windows service which retrieves image format bytes of a particular report which results in pages ranging from 10 to 300 using Reporting Services 2005 Web Service.
    Problem is when image bytes are being retrieved by using Render method for a report with more than around 30-40 pages,
    Report Web Service throws an exception of type System.OutOfMemoryException. This does not happen with reports with smaller pages. Please note that we are retrieving high DPI image and we have no option but to do so.
    Since the production server has 8 GB of RAM and we have even enabled the 3GB switch in boot.ini of Windows Server 2003, This problem still exists.
    I have already read the contents of the article http://support.microsoft.com/kb/909678 but as i mentioned even the large physical memory does not seem to help and shortening the report is not an option.
    Also note that large number of records is also not a problem as our application works fine when we generate excel files instead of images.
    Follwing is the detailed exception that we receive.
    System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
       at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
       at System.Text.StringBuilder.set_Capacity(Int32 value)
       at System.Xml.BufferBuilder.ToString()
       at System.Xml.XmlTextReaderImpl.ParseText()
       at System.Xml.XmlTextReaderImpl.ParseElementContent()
       at System.Xml.XmlTextReaderImpl.Read()
       at System.Xml.XmlTextReader.Read()
       at System.Xml.XmlTextReaderImpl.InitReadElementContentAsBinary()
       at System.Xml.XmlTextReaderImpl.ReadElementContentAsBase64(Byte[] buffer, Int32 index, Int32 count)
       at System.Xml.XmlTextReader.ReadElementContentAsBase64(Byte[] buffer, Int32 index, Int32 count)
       at System.Xml.Serialization.XmlSerializationReader.ReadByteArray(Boolean isBase64)
       at System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(Boolean isNull)
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderReportExecutionService.Read34_RenderResponse()
       at Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer25.Deserialize(XmlSerializationReader reader)
       at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
       at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at ReportExecution2005.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)

    Hi Hameer,
    This error might be caused by the memory limit.  There are two settings that will affect the memory configuration.
    When you render a report through the Reporting Services Web service, the Reporting Services Web service obtains the "MemoryLimit" setting from the Machine.config file. 
    A scheduled report is rendered by the Report Server Windows service. The Report Server Windows service obtains the "MemoryLimit" setting from the RSReportServer.config file.
    These values represent a percentage of physical memory. You can adjust them to change the memory limit.
    If there are any more questions, please let me know.
    Thanks.

  • Instance failure, in System.Data in sql 2012

    On Win Server 2012 Standard I have a C# app that runs fine with sql 2008 express. When I installed sql 2012 express I get "instance Failure" source: System.data. when the following LYNQ query executes:
    //MessageBox.Show("Starting GetInitialPortStatus.");
    db =new
    DataClasses1DataContext();   //establish
    dataconnection to CALMasterSQL
    // 2. Query creation.
    var PortsQuery =from
    portrecord in db.Channels
    select portrecord;
    // 3. Query execution.
    int count = 0;
    // MessageBox.Show("Starting >portrecord in PortsQuery<.");
    foreach (var
    portrecord in PortsQuery)           
    // add rows to the grid for each record in the database Ports table
    Otherwise the app works fine. The closet fix in the forum I could find was to run
    exec sp_configure 'user instances enabled',
    1.
    Go
    Reconfigure
    Which I did but no change.
    How can this be corrected. It seems like it is a known issue but no fix for sql 2012?
    Thanks
    Morris
    Thank you Morris

    Thanks for your reply.
    The connection string is:
    <add name="CMMainWindow.Properties.Settings.CALLMASTERConnectionString"
                connectionString="Data Source=HLA2012\\SQL2012EXP;Initial Catalog=CALLMasterSQL;Integrated Security=True;Connect Timeout=5"
                providerName="System.Data.SqlClient" />
    The SQl instance is call "SQL2012EXP". There is also SQL 2008 Express on the same machine called SQLExpress.
    Both engines work fine in every other way.
    Thanks
    Morris
    Thank you Morris
    Hi MoCoder,
    According to your description, if it contains a double-slash between the server name and the database instance name in your connection string, it should be localhost\SQLEXPRESS. There is a similar issue about instance failure when connecting to SQL Server
    Express in C# application. You can review the following article.
    http://www.hanselman.com/blog/FixingInstanceFailureWhenConnectingToSQLServer2005Express.aspx
    In addition, Make sure your SQL Server instance(MSSQLSERVER) is running via the services management console.
    Thanks,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • Planning System Center Operation Manager 2012 R2 on SQL 2012 Active/Passive Cluster

    Dears,
    I'm planning to deploy System Center Operation Manager 2012 R2 on SQL 2012 Active/Passive Cluster which have other sql instances running for other applications. And i'm planning to create a new instance for SCOM, kindly provide me recommendation
    whether i can install all sql databases for SCOM on same sql instance or does it require separate instances for opsmanger database , dw database and ACS database?
    Thanks in advance..

    Hi,
    Yes, all SCOM SQL databases can run on the same instance of SQL server.
    As well, look at some helpful posts for the topic:
    http://technet.microsoft.com/library/dn281933.aspx
    http://blogs.technet.com/b/kevinholman/archive/2013/10/18/opsmgr-2012-r2-quickstart-deployment-guide.aspx
    Natalya
    ### If my post helped you, please take a moment to Vote as Helpful and\or Mark as an Answer

  • Our system has detected an unauthorized login attempt to your AppIeID from an IP address location different than one you usually use. In order to protect your account, we will disable your AppleID due to our concern for the safety and integrity of the App

    Our system has detected an unauthorized login attempt to your AppIeID from an IP address location different than one you usually use.
    In order to protect your account, we will disable your AppleID due to our concern for the safety and integrity of the AppIe community.
    In order to confirm that you are the rightful owner of this account, we recommend that you click here: My Apple ID.
    I received this e-mail during the night and wondered if is genuine?

    It's a scam to steal your Apple ID and password.
    Delete it.

  • Samples fall under a different category than production systems

    hi
    in http://www.oracle.com/technetwork/developer-tools/adf/learnmore/november2011-otn-harvest-1389769.pdf
    section "How to detect browser type and version from ADF Faces" (p. 22)
    Frank Nimphius writes
    "Ps.: I can almost hear John Stegeman, the Oracle ADF community expert I introduce in this month's OTN Harvest Spotlight, saying that System.out.println is not what I should be using, but AdfLogger. And right he is – however, samples fall under a different category than production systems. "
    Agreed, samples fall under a different category than production systems.
    But, sometimes I wonder if it justified for samples to be (much) different from a production system.
    First, there is not always such an explicit disclaimer on samples, to point out where significant differences are with a production system.
    Sure, that is where your own skills and experience come into play, but not everyone always recognizes all aspects that should be different for a production system.
    Second, why is it too much to bother to use an approach in a sample that can be in a production system?
    Could this be related to the complexity of the context (tools/framework/product) the sample is being created in? If so, maybe that context should improve.
    Sometimes, the simplicity of a solution a sample is intended to demonstrate, is lost when it is implemented in a production system.
    Maybe it is good practice when writing a sample, to ask the question : What should be different for a production system?
    Although, I currently don't have any good examples of such a "sample gap ", maybe I will update this forum thread if I bump into one.
    Any comments or examples are welcome.
    many thanks
    Jan Vervecken

    Thanks for the replies John and Timo.
    John Stegeman wrote:
    ... Never use System.out.println if you are producing something for others to learn from. ...
    Timo Hahn wrote:I'm with John here (even if I caught myself using SOP sometimes). ...Wow, you guys are rather strict about this.
    My idea was (and is) to be lenient on the System.out.println() example, because I would consider this a minor "sample gap".
    But, you are probably right (if you can find the discipline).
    regards
    Jan
    edit : I am not saying that System.out.println() statements should end up in a production system.

  • Flash.system.System.totalMemory different than Windows mem display

    Anyone know why flash.system.System.totalMemory is much
    different than what I see FlashPlayer taking up in the Windows Task
    Manager?
    I would expect to see some overhead, but the differences I'm
    seeing are quite large (i.e. 80MB vs 150MB).
    Thanks

    I may have run into something that might be related. The project I am working on was going fine until I added updates and switch from VGA to HDMI. I added the updates via ICE rather than download after install. The OS install went through the normal
    routine and rebooted. I removed the installation disk and the system rebooted and started to continue the install process. Then the screen went blank as if the system was going to reboot... nothing. I checked the HDMI output and still nothing. I removed
    all the updates and tried again, same exact result. If I power cycle the message says that the install failed.
    I went into the BIOS and found the video settings had support for CRT, HDMI and LVDS. I have ran into LVDS issues before. I disable LVDS, and set the system to output from CRT. This time the OS installer worked as expected. My guess is that the video driver
    switched to the LVDS screen. You might be getting a video driver update - check the BIOS settings and disable LVDS if enabled.
    Sean Liming - Book Author: Starter Guide SIM (WEI), Pro Guide to WE8S & WES 7, Pro Guide to POS for .NET - www.annabooks.com / www.seanliming.com
    There's no driver updates, also I don't have the option for LVDS in the bios. The computer has a display port and HDMI, I'm using the HDMI.
    I re-imaged the computer and tried updating 1 update at a time to try an isolate the problem. About 5 updates in I realized it would take several hours to complete the job, so I started to group the updates. The problem re-occurred with the following
    group of updates.
    KB2991963
    KB2992611
    KB2993958
    KB3003743
    KB3004361
    Unfortunately I don't see a correlation. I re-imaged and re-installed the updates on 3 other identical machines and could not reproduce the problem. Very frustrating...

  • Exported DDL different than the SQL tab

    Hi,
    I found that the DDL generated by performing Tools->export is different than what is shown in the SQL tab on RHS window for any table.
    Is there any reason, since the SQL tab's display is not useful to recreate the table, as the sequence of constraints/indexes is incorrect.
    The tools->export generates DDL properly.
    Can someone fix this issue?

    The Tools - Export reads DBMS Metadata, the SQL Tab does not. This is intentional. However I have logged a bug about the sequence of the constraints/indexes to track that issue.
    Regards
    Sue

  • SQL server 2012 : There is insufficient system memory in resource pool 'internal' to run this query

    We have recently upgraded from SQL server 2008 to SQL server 2012.
    We are getting this error when browsing to several pages on our website.
     There is insufficient system memory in resource pool 'internal' to run this query
    Most of the pages just try to do sql statements or stored procedures. I found a fix related to this error for sql 2012
    http://support.microsoft.com/kb/2769594/en-gb
    I did install it on server but the problem still remains.
    I have increased Maximum server memory to 20 GB to see if it will affect but it didnt.
    Memory on server is 32GB
    This is the sql version we have
    Microsoft SQL Server 2012 (SP1) - 11.0.3393.0 (X64)
        Oct 25 2013 19:04:40
        Copyright (c) Microsoft Corporation
        Standard Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: )
    How can i solve this error?It keeps on appearing when browsing .net website

    This is the ouptut of memory status
    Process/System Counts Value
    Available Physical Memory 6559842304
    Available Virtual Memory 8741595508736
    Available Paging File 17090838528
    Working Set 21094821888
    Percent of Committed Memory in WS 100
    Page Faults 160487165
    System physical memory high 1
    System physical memory low 0
    Process physical memory low 0
    Process virtual memory low 0
    Memory Manager KB
    VM Reserved 51506548
    VM Committed 20445040
    Locked Pages Allocated 0
    Large Pages Allocated 0
    Emergency Memory 1024
    Emergency Memory In Use 16
    Target Committed 20480008
    Current Committed 20445040
    Pages Allocated 6298528
    Pages Reserved 717408
    Pages Free 13820616
    Pages In Use 5143472
    Page Alloc Potential 14312512
    NUMA Growth Phase 0
    Last OOM Factor 1
    Last OS Error 0
    Memory node Id = 0 KB
    VM Reserved 51504948
    VM Committed 10218952
    Locked Pages Allocated 0
    Pages Allocated 1651360
    Pages Free 8323696
    Target Committed 10239992
    Current Committed 10218952
    Foreign Committed 96
    Away Committed 0
    Taken Away Committed 0
    Memory node Id = 1 KB
    VM Reserved 1536
    VM Committed 10226068
    Locked Pages Allocated 0
    Pages Allocated 4647208
    Pages Free 5496896
    Target Committed 10239992
    Current Committed 10226072
    Foreign Committed 0
    Away Committed 0
    Taken Away Committed 0
    Memory node Id = 64 KB
    VM Reserved 0
    VM Committed 20
    Locked Pages Allocated 0
    MEMORYCLERK_SQLGENERAL (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 19136
    MEMORYCLERK_SQLGENERAL (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 144
    MEMORYCLERK_SQLGENERAL (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 19280
    MEMORYCLERK_SQLBUFFERPOOL (node 0) KB
    VM Reserved 841608
    VM Committed 151560
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 1081360
    MEMORYCLERK_SQLBUFFERPOOL (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 1119416
    MEMORYCLERK_SQLBUFFERPOOL (Total) KB
    VM Reserved 841608
    VM Committed 151560
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 2200776
    MEMORYCLERK_SQLQUERYEXEC (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 5768
    MEMORYCLERK_SQLQUERYEXEC (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 9624
    MEMORYCLERK_SQLQUERYEXEC (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 15392
    MEMORYCLERK_SQLOPTIMIZER (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 2480
    MEMORYCLERK_SQLUTILITIES (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 112
    MEMORYCLERK_SQLUTILITIES (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    MEMORYCLERK_SQLUTILITIES (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 128
    MEMORYCLERK_SQLSTORENG (node 0) KB
    VM Reserved 4800
    VM Committed 4800
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 7928
    MEMORYCLERK_SQLSTORENG (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 5856
    MEMORYCLERK_SQLSTORENG (Total) KB
    VM Reserved 4800
    VM Committed 4800
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 13784
    MEMORYCLERK_SQLCONNECTIONPOOL (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 1184
    MEMORYCLERK_SQLCONNECTIONPOOL (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 536
    MEMORYCLERK_SQLCONNECTIONPOOL (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 1720
    MEMORYCLERK_SQLCLR (node 0) KB
    VM Reserved 9450752
    VM Committed 10664
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 60648
    MEMORYCLERK_SQLSERVICEBROKER (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 528
    MEMORYCLERK_SQLHTTP (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    MEMORYCLERK_SNI (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 40
    MEMORYCLERK_SNI (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 56
    MEMORYCLERK_SNI (node 64) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    MEMORYCLERK_SNI (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 112
    MEMORYCLERK_FULLTEXT (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 297936
    MEMORYCLERK_FULLTEXT (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 3406024
    MEMORYCLERK_FULLTEXT (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 3703960
    MEMORYCLERK_SQLXP (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    MEMORYCLERK_BHF (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 152
    MEMORYCLERK_BHF (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 184
    MEMORYCLERK_BHF (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 336
    MEMORYCLERK_SQLQERESERVATIONS (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 841952
    MEMORYCLERK_XE_BUFFER (node 0) KB
    VM Reserved 3072
    VM Committed 3072
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 0
    MEMORYCLERK_XE_BUFFER (node 1) KB
    VM Reserved 1536
    VM Committed 1536
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 0
    MEMORYCLERK_XE_BUFFER (Total) KB
    VM Reserved 4608
    VM Committed 4608
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 0
    MEMORYCLERK_XTP (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    MEMORYCLERK_HOST (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 40
    MEMORYCLERK_SOSNODE (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 34168
    MEMORYCLERK_SOSNODE (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 11664
    MEMORYCLERK_SOSNODE (node 64) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 2600
    MEMORYCLERK_SOSNODE (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 48432
    MEMORYCLERK_SOSOS (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 192
    MEMORYCLERK_SOSMEMMANAGER (node 0) KB
    VM Reserved 85560
    VM Committed 85416
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 0
    MEMORYCLERK_FULLTEXT_SHMEM (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 576
    SM Committed 576
    Pages Allocated 0
    MEMORYCLERK_SQLSERVICEBROKERTRANSPORT (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 200
    MEMORYCLERK_FILETABLE (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    MEMORYCLERK_XE (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 3440
    MEMORYCLERK_SQLLOGPOOL (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 4208
    MEMORYCLERK_LWC (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 192
    MEMORYCLERK_FSCHUNKER (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 48
    CACHESTORE_OBJCP (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 5848
    CACHESTORE_SQLCP (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 29664
    CACHESTORE_PHDR (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 4616
    CACHESTORE_XPROC (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 32
    CACHESTORE_TEMPTABLES (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    CACHESTORE_NOTIF (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    CACHESTORE_VIEWDEFINITIONS (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    CACHESTORE_XMLDBTYPE (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_XMLDBELEMENT (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_XMLDBATTRIBUTE (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_STACKFRAMES (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_STACKFRAMES (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_STACKFRAMES (node 64) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_STACKFRAMES (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 24
    CACHESTORE_BROKERTBLACS (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 48
    CACHESTORE_BROKERKEK (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_BROKERDSH (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_BROKERUSERCERTLOOKUP (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_BROKERRSB (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_BROKERREADONLY (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 32
    CACHESTORE_BROKERTO (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    CACHESTORE_EVENTS (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    CACHESTORE_SEHOBTCOLUMNATTRIBUTE (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 400
    CACHESTORE_SYSTEMROWSET (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 1056
    CACHESTORE_SYSTEMROWSET (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 480
    CACHESTORE_SYSTEMROWSET (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 1536
    CACHESTORE_CONVPRI (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 32
    CACHESTORE_CONVPRI (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    CACHESTORE_CONVPRI (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 48
    CACHESTORE_FULLTEXTSTOPLIST (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 56
    CACHESTORE_SEARCHPROPERTYLIST (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    CACHESTORE_COLUMNSTOREOBJECTPOOL (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 192
    CACHESTORE_XML_SELECTIVE_DG (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    USERSTORE_SCHEMAMGR (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8896
    USERSTORE_DBMETADATA (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 5088
    USERSTORE_DBMETADATA (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 4768
    USERSTORE_DBMETADATA (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 9856
    USERSTORE_TOKENPERM (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8104
    USERSTORE_TOKENPERM (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 448
    USERSTORE_TOKENPERM (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8552
    USERSTORE_OBJPERM (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 1640
    USERSTORE_OBJPERM (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 600
    USERSTORE_OBJPERM (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 2240
    USERSTORE_SXC (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 160
    USERSTORE_SXC (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 168
    USERSTORE_SXC (node 64) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 8
    USERSTORE_SXC (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 336
    OBJECTSTORE_LBSS (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 368
    OBJECTSTORE_LBSS (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 296
    OBJECTSTORE_LBSS (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 664
    OBJECTSTORE_SNI_PACKET (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 616
    OBJECTSTORE_SNI_PACKET (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 648
    OBJECTSTORE_SNI_PACKET (node 64) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 56
    OBJECTSTORE_SNI_PACKET (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 1320
    OBJECTSTORE_SERVICE_BROKER (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 496
    OBJECTSTORE_LOCK_MANAGER (node 0) KB
    VM Reserved 65540
    VM Committed 65540
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 11816
    OBJECTSTORE_LOCK_MANAGER (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 11632
    OBJECTSTORE_LOCK_MANAGER (node 64) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 24
    OBJECTSTORE_LOCK_MANAGER (Total) KB
    VM Reserved 65540
    VM Committed 65540
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 23472
    OBJECTSTORE_SECAUDIT_EVENT_BUFFER (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    OBJECTSTORE_XACT_CACHE (node 0) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 2224
    OBJECTSTORE_XACT_CACHE (node 1) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 2488
    OBJECTSTORE_XACT_CACHE (node 64) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 16
    OBJECTSTORE_XACT_CACHE (Total) KB
    VM Reserved 0
    VM Committed 0
    Locked Pages Allocated 0
    SM Reserved 0
    SM Committed 0
    Pages Allocated 4728
    Buffer Pool Value
    Database 274830
    Simulated 0
    Target 4096000
    Dirty 507
    In IO 0
    Latched 1
    Page Life Expectancy 11941
    Procedure Cache Value
    TotalProcs 333
    TotalPages 5914
    InUsePages 345
    Global Memory Objects Pages
    Resource 401
    Locks 2934
    XDES 561
    DirtyPageTracking 24
    SETLS 24
    SubpDesc Allocators 165
    SE SchemaManager 559
    SE Column Metadata Cache 549
    SE Column Metadata Cache Store 3
    SQLCache 270
    Replication 2
    ServerGlobal 52
    XP Global 2
    SortTables 3
    Query Memory Objects (internal) Value
    Grants 2
    Waiting 0
    Available 1677087
    Current Max 1814852
    Future Max 1814852
    Physical Max 1854482
    Next Request 0
    Waiting For 0
    Cost 0
    Timeout 0
    Wait Time 0
    Small Query Memory Objects (internal) Value
    Grants 0
    Waiting 0
    Available 95518
    Current Max 95518
    Future Max 95518
    Remote Query Memory Objects (internal) Value
    Grants 0
    Waiting 0
    Available 926250
    Current Max 926250
    Optimization Queue (internal) Value
    Overall Memory 17039360000
    Target Memory 16709148672
    Last Notification 1
    Timeout 6
    Early Termination Factor 5
    Small Gateway (internal) Value
    Configured Units 96
    Available Units 95
    Acquires 1
    Waiters 0
    Threshold Factor 380000
    Threshold 380000
    Medium Gateway (internal) Value
    Configured Units 24
    Available Units 24
    Acquires 0
    Waiters 0
    Threshold Factor 12
    Threshold 1392429056
    Big Gateway (internal) Value
    Configured Units 1
    Available Units 1
    Acquires 0
    Waiters 0
    Threshold Factor 8
    Threshold -1
    Memory Pool Manager Pages
    Reserved Current 0
    Reserved Limit 2095263
    Memory Pool (internal) Pages
    Allocations 464738
    Predicted 929941
    Private Target 0
    Private Limit 0
    Total Target 2560001
    Total Limit 2560001
    OOM Count 0
    MEMORYBROKER_FOR_CACHE (internal) Pages
    Allocations 14370
    Rate 1582
    Target Allocations 1646012
    Future Allocations 0
    Overall 2080000
    Last Notification 1
    MEMORYBROKER_FOR_STEAL (internal) Pages
    Allocations 409631
    Rate -242825
    Target Allocations 2039691
    Future Allocations 0
    Overall 2080000
    Last Notification 1
    MEMORYBROKER_FOR_RESERVE (internal) Pages
    Allocations 0
    Rate -59129
    Target Allocations 2080000
    Future Allocations 463125
    Overall 2080000
    Last Notification 1
    MEMORYBROKER_FOR_COMMITTED (internal) Pages
    Allocations 40735
    Rate 1
    Target Allocations 1670796
    Future Allocations 0
    Overall 2080000
    Last Notification 1
    MEMORYBROKER_FOR_XTP (internal) Pages
    Allocations 2
    Rate 0
    Target Allocations 1630062
    Future Allocations 0
    Overall 2080000
    Last Notification 1
    Memory Broker Clerk (Buffer Pool) Pages
    Total 274830
    Simulated 0
    Simulation Benefit 0
    Internal Benefit 0
    External Benefit 0
    Value Of Memory 0
    Periodic Freed 0
    Internal Freed 0
    Mainly we have SQL and IIS on server

  • SQL 2012 database behaves differently with a unique index and ignore_dup_key = on when inserting data. It works on SQL 2008 db

    If you have a table with a unique index and ignore_dup_key = on and you INSERT rows into that table with an ORDER BY clause (because you want to control which of the duplicate
    key rows gets inserted),  the wrong row gets inserted in SQL2012.  It works correctly in SQL 2008.
    We have recently migrated  a database from SQL 2008 to SQL 2012.  We do have few other dbs which are in compatability mode 100.  The above operation works fine
    in SQL 2008 dbs but not SQL 2012.
    I've even tried applying the latest patch for SQL 2012 SP2 with CU2. Still the problem exists.  I'm going to call MS support, but want to know if anyone has come across this problem ?

    The MS documentation doesn't guarantee that the first row of the duplicates will always be inserted and the next duplicate row(s) get(s) ignored. Where did you find it in the MS documentation? I think you were just lucky that it was always inserting the
    first row in SQL 2008 (and ignoring the rest of the duplicates) - I don't think this is guaranteed
    Satish Kartan http://www.sqlfood.com/

  • Point Imaged/Cloned Sharepoint 2010 to different/renamed SQL 2012 server - what needs to be changed/edited?

    Newbie here... I am using our development VM's one has SP 2010 installed/working and configured and the other is SQL 2012 housing the DB's for the working SP sites and a third running IIS and hosting the pages.  I want to use clones to copy to additional
    VM's, rename the SQL and rename the SP 2010 (the IIS will stay the same just add the cloned site to it. MY question is "Is there an automated way of reconfiguring SP 2010 to point to the new SQL server? (I've already figured out how to change the SID
    information and run the queries on the SQL, just need info on the SP 2010 part.)
    Thanks,
    Jon P.

    You can't do this, don't try it. For VM purposes, SharePoint does not support:
    Time Sync
    Snapshotting/Checkpoints
    VM Backups (e.g. SAN-based or VMDK/VHD-based backups)
    You will cause problems doing what you're attempting to do, unless you isolate these VMs onto a new network that has no access to the production network -- in this case, you would also need a copy of one Domain Controller from production, as well.
    Best bet is to build a new farm and restore content to it via content database/service application database restoration.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for