Forum Replies Created

Viewing 15 posts - 8,311 through 8,325 (of 9,707 total)

  • RE: why i can't shrink tempdb data file

    I agree with Lynn. Unless you're experiencing serious space issues, leave it alone. I've had this problem several times myself and usually it's a valid process. Only on rare occasions...

  • RE: Log Shipping

    By the By, your restore plan for the main server (assuming you use FULL, Differential & Transaction Log backups) will need to be as follows:

    Restore the most recent FULL, restore...

  • RE: Log Shipping

    I disagree with everyone. This will affect your backup. Because I don't see anywhere in your plan where you're backing up the transaction log.

    Unless Log Shipping has seriously changed, you...

  • RE: Database Mail Problems

    Are you trying to send a Service Broker email or just an email to some end users with DBMail? It makes a difference on what you troubleshoot.

  • RE: can you please write some messages with this string "Timeout Expired" to sqlagent log

    Find yourself a long query. Change the connection timeout properties of your DEV server so that it will force a time out. Create your alert. Run your query. That should...

  • RE: SQL server - Integration,Analysis,Reporting and notification services

    rajganesh.dba (5/18/2009)


    ...If there is one default instance and three named instance of SQL server....If i need to make use of Integration,Analysis,Reporting and notification services for all instances , do i...

  • RE: Transactions

    I think the only way to do this is to use Profiler or run a trace against your system. But this will only give you a snapshot in time. It...

  • RE: Log Shipping Backup Issue.

    Hate to say it, but I believe the backup chain was broken when the Recovery Mode was reset. This is probably why you can't continue with the log restores.

    My advice...

  • RE: Report

    This sounds suspiciously like a homework or test question. We don't answer those on this site. It shouldn't be too hard for you to find the answer. Look up MDX...

  • RE: sql 2005 Table limit

    rudy komacsar (5/15/2009)


    Here are a couple of backup options ...

    - LiteSpeed

    - Striping - http://www.sqlservercentral.com/Forums/Topic704434-357-1.aspx

    Not quite what I'm talking about, Rudy. @=)

    Though the striping could be used as part of the...

  • RE: sql 2005 Table limit

    I don't have specific links, but check out Backup in Books Online or Google "Backing up SQL Server", "Backup VLDB SQL Server", things like that.

    The problem is, because everyone's...

  • RE: sql 2005 Table limit

    Your backup strategy may need to be revisited at this point too. If you're still using the "small DB backup" strategy, it's probably taking a ton of maintenance time.

    Regardless, if...

  • RE: A tool to run a TSQL sript against multiple databases

    Roust_m (4/29/2009)


    Too much manual work. ... I really can't use these options.

    Well if everything we suggest is too much work, then I'm afraid we can't help you.

    Sorry.

  • RE: Build ssas OLAP(Molap or Rolap) without aggregations

    You're welcome. And thanks for the luck.

    Let me know whether or not this does what you're wanting.

  • RE: Getting wrong data

    Bad joins between the Dimension tables and the Fact tables. Depends on whether you're getting too many records or not enough records.

    Check your table relationships.

Viewing 15 posts - 8,311 through 8,325 (of 9,707 total)