Tuesday, July 21, 2015

How to set memory usage in sql server 2005

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

  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

  http://raresql.com/2013/04/21/sql-server-how-to-convert-float-to-varchar/
Fill in your details below or click an icon to log in: Email (required) (Address never made public) Name (required) Website You are commenting using your WordPress.com account

How to Monitor for High CPU utilization in SQL Server - SQLServerCentral


  http://www.sqlservercentral.com/articles/CPU/71388/
Of course, you could set up Performance Counters to export their data overtime, but that means you are going to have to wait for another crash to be able to troubleshoot

  http://raresql.com/2013/06/28/sql-server-how-to-use-if-else-in-where-clause/
Fill in your details below or click an icon to log in: Email (required) (Address never made public) Name (required) Website You are commenting using your WordPress.com account

SQL Server 2005 connection strings - ConnectionStrings.com


  http://www.connectionstrings.com/sql-server-2005/
You can combine this with the other connection strings options available.SQL Server 2005SQL Server 2008SQL Server 2012 Asynchronous processing A connection to SQL Server that allows for the issuing of async requests through ADO.NET objects. It uses the attached database as the default for the connection.SQL Server 2005SQL Server 2008 Database mirroring If you connect with ADO.NET or the SQL Native Client to a database that is being mirrored, your application can take advantage of the drivers ability to automatically redirect connections when a database mirroring failover occurs

  http://flurdy.com/docs/postfix/
Pop-before-SMTP If SASL didn't work, or you are using clients which dont support it, the Pop-Before-SMTP is an easy way around that issue, so that people externally can still securly send mail via your server. When the main server came online again, and the backup spooled the email back to it, the SPF would again fail as the hoopa.com's SPF would not mention hotmailnot.com backup mx as an allowed mail server

  http://blogs.technet.com/b/danstolts/archive/2011/04/01/how-to-install-sql-2008-r2-on-windows-server-2008-r2-sp1-for-use-with-scvmm-2008-r2-sp1.aspx
If you do pick your own name make sure SQL Server name does not contain more than 15 characters Notice I also changed the Instance root folder to my E drive Once making any changes you like, just click Next On the Disk Space Requirements Screen just click Next The next screen is the Server Configuration. After you open the port and before you confirm whether remote users can access the report server on the port that you open, you must grant user access to the report server through role assignments on Home and at the site level

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

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.

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

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

  http://blogs.msdn.com/b/pamitt/archive/2011/02/25/how-to-use-the-sqldiag-the-sqlnexus-and-the-pal-tools-to-analyze-performance-issues-in-sql-server.aspx
Please take a note of few important things when creating your own configuration file - Do not modify the default SQLDiag.xml file, because this file gets overwritten every time you run the SQLDiag utility. What sort of performance issues can I troubleshoot with the SQLDiag, SQLNexus and the PAL tools? SQLDiag, SQLNexus and PAL tools can be used to troubleshoot a variety of performance issues in SQL Server

  http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/
No excuses here about making a setting change without understanding it and testing it (Remember, I like to see empirical evidence before trying something) Alright, now that my conscience is clear. The Config Value and Run Value will be different until you either restart (if the setting is not dynamic) or run reconfigure (if the setting is dynamic) SQL Server

  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

  http://www.brentozar.com/archive/2012/11/how-to-set-sql-server-max-memory-for-vmware/
If a host crashes and we suddenly need to boot up a bunch more guests on our existing host, we might pull some memory away from the other guests temporarily. Neither Brent nor I would recommend using LPIM as a default in a VM that could be ballooned by the balloon driver because it can cause instability if the balloon driver consumes memory faster than SQLOS responds and the OS encounters a hard OOM condition

No comments:

Post a Comment