Forum Replies Created

Viewing 15 posts - 7,876 through 7,890 (of 9,641 total)

  • RE: The Most Important SQL DBA Areas

    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...

  • RE: .LDF FILE

    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...

  • RE: .LDF FILE

    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...

  • RE: Log File Viewer: Job History vs. Maintenance Plans

    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...

  • RE: The Most Important SQL DBA Areas

    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...

  • RE: Telework Works

    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...

  • RE: GOTO vs WHILE

    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...

  • RE: Reporting Services Parameter won't change

    [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...

  • RE: Telework Works

    psmith (8/18/2008)


    Steve Jones - Editor (8/18/2008)


    Why would you worry about productivity at home v the office? Plenty of people gab, goof off, walk around at the office and don't get...

  • RE: creating bilingual reports

    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...

  • RE: Reporting Services Parameter won't change

    diana.rhoades (8/18/2008)


    I don't have permission to run Profiler. I built the procedure so that based on the grouping parameter it hits an if/else that builds all the code based on...

  • RE: sp_msforeachdb problem

    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...

  • RE: Average Tenure

    Well, which column is the branch? Just modify my query to add the branch to the output and then add a group by branch.

  • RE: Reporting Services Parameter won't change

    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...

  • RE: File Growth

    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...

Viewing 15 posts - 7,876 through 7,890 (of 9,641 total)