Forum Replies Created

Viewing 15 posts - 5,161 through 5,175 (of 6,678 total)

  • RE: very low disk soace please help urgent

    sam (5/22/2009)


    Hi folks i'm new to this.

    Let me know if i say anything wrong.

    Y can't the person take a full backup of all the databases manually and truncate the...

  • RE: How much memory is via AWE?

    If you have the /PAE switch set - then the first 3GB of memory would not be AWE memory and everything above that would be AWE. If this switch...

  • RE: Time Off

    A good day off would be any day where I didn't think of work, log into work from home, answer an email from work or have anything to do with...

  • RE: How to display name before value

    Unless I am missing something, put this in the text box:

    ="Coverage Type of B: " & Sum(IIF(Fields!Coverage_Type.Value = "B",1,0))

    Now, I wouldn't do it this way because you lose the ability...

  • RE: Performance Difference between Stored Procedure Parameter and local variable in procedure.

    Search this site and google for articles on parameter sniffing. That is what you are running into here.

  • RE: Database size history

    Thanks Steve - I should have been clearer on that.

    FWIW - I use Powershell and SMO to connect to the SQL Server and pull the DataSpaceUsage and IndexSpaceUsage properties of...

  • RE: Database size history

    No - that kind of information is not stored or tracked by SQL Server. You have to build your own process to get that information to be able to...

  • RE: Problems with log files during task in DTS

    And do not truncate the log anymore. By doing that, you are breaking the log chain and eliminating the ability to perform point in time recovery. You have...

  • RE: Index space discrepancy

    You really should be looking at sys.dm_db_partition_stats instead of sysindexes. There are known issues with sysindexes not being updated appropriately and requiring update usage (dbcc updateusage) to be run...

  • RE: rapidly growing log file

    Steve Jones - Editor (5/21/2009)


    Right, sorry, Flip to full, truncate to clear space, flip back.

    I want to reset the space usage down and see what happens.

    No need to truncate the...

  • RE: need good SQL Server script to shrink log files

    pradyothana (5/21/2009)


    Thanks Jeffrey Williams ...

    for Link in your signature

    Really - you should thank Gail for the article.

  • RE: login

    What is the error message you are getting? What tool are you using?

    Just stating that you can't login does not provide enough information for anybody to identify the problem....

  • RE: need good SQL Server script to shrink log files

    Please review the article in my signature and learn how to manage your transaction logs. Do not shrink the transaction logs on a regular basis. Doing so will...

  • RE: Strange T-SQL Behavior

    Yeah - it is kinda cool 😎

  • RE: login

    What is the error you are getting when you try to login? What tool are you using to login?

Viewing 15 posts - 5,161 through 5,175 (of 6,678 total)