Tuesday, July 21, 2015

How to increase memory usage in sql server 2005

Top sites by search query "how to increase memory usage in sql server 2005"

  http://www.sqlservercentral.com/blogs/glennberry/2009/10/29/suggested-max-memory-settings-for-sql-server-2005_2F00_2008/
Posted by hieuhotrung on 3 November 2009 Excellent Posted by flavio on 4 November 2009 In your article you show a table with suggested MaxServerMem Setting for x64 servers... Posted by Denise McMillan on 17 March 2011 Do you have a list of recommended settings for 32 bit? For example, Windows 2003, 32 bit, 8Gb ram, with SQL Server 2008 sp1

  http://blog.sqlauthority.com/2010/09/20/sql-server-how-to-stop-growing-log-file-too-big/
In this database we configured mirroring but right now mirror server is not connected but on my priniciple server satus is sinchronized.i tired shrink file and take log backup .but still persisting the problem . Even I have noticed in couple of my consulting engagements and suggested the second solution (They need the point in time recovery) for better maintenance of the transaction log file

How to install Oracle OLE drivers for use in SQL Server 2008 R2 x64 - Server Fault


  http://serverfault.com/questions/175257/how-to-install-oracle-ole-drivers-for-use-in-sql-server-2008-r2-x64
Anyone know what I am missing? There are many posts around the web, but there seems to be a lot of confusion and outdated links to Oracle's download page

How to analyse SQL Server performance


  http://rusanu.com/2014/02/24/how-to-analyse-sql-server-performance/
However data-write can interfere with disk IO, specially with log writes, and cause delays in log flush waits that are very visible as application performance drops. This kind of information is a real treasure cove to identify problems in an application: Large execution count Queries that are run frequently are the most sensitive for performance

SQL Server - How to determine ideal memory for instance? - Database Administrators Stack Exchange


  http://dba.stackexchange.com/questions/49420/sql-server-how-to-determine-ideal-memory-for-instance
It was allocated to the machine because that was the amount of memory the physical machine had, because of a vendor recommendation, or because we threw out a best guess as to how much memory we thought the instance would require. What would be the best way to determine an ideal amount of memory per instance that is actually active and being used? Are there other counters we should be looking at in addition to page life expectancy? We have instance that have PLE's of 10k+ and others that have 100k+

How to export SQL Server 2005 query to CSV - Stack Overflow


  http://stackoverflow.com/questions/799465/how-to-export-sql-server-2005-query-to-csv
You may be able to paste directly into a text file (can't try it now) Or "Results to file" has options too for CSV Or "Results to text" with comma separators All settings under Tool..Options and Query.

windows - How do I get SQL Server to release its memory? - Server Fault


  http://serverfault.com/questions/108192/how-do-i-get-sql-server-to-release-its-memory
But if all the memory is used by the buffer pool, then evicting the entire buffer pool will result in tremendous performance degradation and huge IO load. You could probably write something which hits the win32 API directly to do so, but as far as I know the only way to trigger Windows to request memory back is to cause it to need more memory for another process

How to use GROUP BY to concatenate strings in SQL Server? - Stack Overflow


  http://stackoverflow.com/questions/273238/how-to-use-group-by-to-concatenate-strings-in-sql-server
I would have added it as a comment, but I don't have enough points yet :) I was using this idea for a view I was working on, however the items I was concatinating contained spaces

  http://blog.sqlauthority.com/2008/01/25/sql-server-2005-database-table-partitioning-tutorial-how-to-horizontal-partition-database-table/
Is there a query to retrieve the partition ranges? In my example I am expecting to see the list of current partition ranges like Jan2011, Feb2011 Thanks. USE TestDB; GO --- Step 6 : Insert Data in Partitioned Table INSERT INTO TestTable (ID, Date) -- Inserted in Partition 1 VALUES (1,GETDATE()); INSERT INTO TestTable (ID, Date) -- Inserted in Partition 2 VALUES (11,GETDATE()); INSERT INTO TestTable (ID, Date) -- Inserted in Partition 2 VALUES (12,GETDATE()); GO Step 7 : Test Data from TestTable Query TestTable and see the values inserted in TestTable

No comments:

Post a Comment