Forum Replies Created

Viewing 15 posts - 961 through 975 (of 1,654 total)

  • RE: Regarding Maintenance Plans

    As always you could answer it depends, but personally I would never do all these tasks in one maintenance plan. Also the frequency of some tasks should be different.

    Backups for...

    [font="Verdana"]Markus Bohse[/font]

  • RE: How to identify my last restored file(BAK), on perticular DB.

    I don't think that information is stored anywhere in msdb or any other database.

    The only place you might find it is the sql server logfile. Restore actions are logged...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Capacity Planning

    I totally agree with Joe, that you first need to determine what you try to achieve by using more than one filegroup. Also the placement of the files / filegroups...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Error:Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32) in SQL 2005

    Just as the error message says, you exceeded the maximum nesting level of 32. And from my point of view this means there's a serious flaw in your database...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Capacity Planning

    Why do you want to add another filegroup? Do you experience any problems? Do you want to create a read-only filegroup to shorten maintenance times?

    Just because your database is 100...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Backing out of SP4

    In the master and msdb database some stored procedures and functions are added and some are changed. You're user databases won't change. One special case might be if you use...

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL Server 2005 Evaluation Edition Error

    Without having experience with the evaluation edition, my guess would be that the server keeps running until you try to restart.

    Anyhow the problem seems obvious to me. Go and...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Index Tuning

    Ananth,

    your second index should be only on dept_id, because the key column of your clustered key (emp_id) will be added automatically to all your non-clustered indexes.

    Other than that it...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Cannot specify 'dimension' for: Maintenance plan remove files older than

    Steve Jones - Editor (1/2/2008)


    You're two service packs behind, but I'm surprised. Is this the same on other workstations servers if you connect to this server? I don't remember a...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Cannot specify 'dimension' for: Maintenance plan remove files older than

    I remember that being a "bug" in MSDE 2000.

    Not sure if any of the service packs fixed it.

    My workaround was to edit the job after finishing the maintenance...

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL Server Liscencing with Business Objects

    It depends how your SQL Server is licensed. Have a look here for the various licensing options.

    [font="Verdana"]Markus Bohse[/font]

  • RE: Database Stack dump problem any ideas ??

    Kevin is right about the IO messages which take too long, but in my experience these messages don't automatically lead to a stack dump. I remember one case like this,...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Backup set is not expiring.

    The expiration date of a backup only means that it can be removed or overwritten after that date. It does not mean that the backup is automatically removed.

    With SQL...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Database Stack dump problem any ideas ??

    If you get stack dumps on a regular base you should contact Microsoft PSS and open a support incident. The dump might show (part of) the last query which caused...

    [font="Verdana"]Markus Bohse[/font]

  • RE: sys Table Name?

    I don't think the descriptions are actually stored in a table. But from BOL here's the overview:

    C = CHECK constraint

    D = Default or DEFAULT constraint

    F = FOREIGN KEY constraint

    L =...

    [font="Verdana"]Markus Bohse[/font]

Viewing 15 posts - 961 through 975 (of 1,654 total)