Viewing 15 posts - 7,876 through 7,890 (of 9,641 total)
I've been working with SQL Server since 1999 and know next to nothing about clustering as I've never worked on a database large enough or really, critical enough to warrant...
August 18, 2008 at 12:25 pm
You first should attempt to determine what size your TX Log should be. The typically recommended starting point is 20% of the database size. It may be you...
August 18, 2008 at 12:19 pm
Yes the developer is right.
A 45.6GB log file shouldn't need to grow if you are doing regular log file backups. I'd even venture to say that you could reduce...
August 18, 2008 at 11:51 am
Under SQL Server Agent Properties -> History you can specify how much history you want to keep for job execution. By default it is 1000 total rows with 100...
August 18, 2008 at 11:49 am
Here is my list in order of importance (my opinion only of course):
1. Backup and Restore. If you can't get the data back after a problem you aren't...
August 18, 2008 at 11:41 am
Steve Jones - Editor (8/18/2008)
Troy, that sounds great, but now you get the great view of the Rockies! Not sure which one I prefer.
I know in December I prefer the...
August 18, 2008 at 10:47 am
J (8/18/2008)
In my opinion, code clarity is more important that hoping the squeeze out a minuscule improvement in performance.
For instance, I was told, when joining two tables that this code:
[font="Courier...
August 18, 2008 at 8:59 am
[rsCompilerErrorInCode] There is an error on line 5 of custom code: [BC42021] Function without an 'As' clause; return type of Object assumed.
This error is in VB.NET Code that is embedded...
August 18, 2008 at 8:54 am
psmith (8/18/2008)
Steve Jones - Editor (8/18/2008)
August 18, 2008 at 8:46 am
I don't know of a simple way to change the language of a report, but here is an option, albeit not necessarily the best or possibly the easiest. You...
August 18, 2008 at 8:39 am
diana.rhoades (8/18/2008)
August 18, 2008 at 8:33 am
What it really does it iterate over the list of databases and replaces the "?" with the database name, so for your query you would want to do this:
EXEC sp_msforeachdb...
August 18, 2008 at 8:28 am
Well, which column is the branch? Just modify my query to add the branch to the output and then add a group by branch.
August 18, 2008 at 8:10 am
That will depend on what your desired sort order is. You will need to experiment with it as well. How are you implementing the sorting in the SQL...
August 18, 2008 at 8:09 am
SQL Server 2000, to my knowledge does not track growth. There are, I believe, scripts available on this site for monitoring file growth through a job. I also...
August 18, 2008 at 8:04 am
Viewing 15 posts - 7,876 through 7,890 (of 9,641 total)