Forum Replies Created

Viewing 15 posts - 301 through 315 (of 332 total)

  • RE: SQl LOG file growing

    What Andras says is spot on. To simplify a little - if you are already backing up the database, and don't know or care about the logs, change the Recovery...

  • RE: Change the Owner of a Maintenace Plan

    Completely agree, manually changing the credentials a Job runs under is almost always necessary. And a standard gotcha.

    With regards the Owner/Creator of a Maintenance Plan - if the existing name...

  • RE: SQL 2005 Maintenance Plan Cleanup

    I think the cleanup is working as planned. Whether you (we) agree with the design is another matter! Having tripped over this before, I now think of the cleanup task...

  • RE: Change the Owner of a Maintenace Plan

    If the owner is in reality the creator, then no, I do not need to change it. And I could understand why it cannot be changed.

    Are there any implications? For...

  • RE: Change the Owner of a Maintenace Plan

    Thanks for the response. I can successfully add the Maintenance Plan to an existing Visual Studio project, just as you described.

    Sorry to quiz you further, but if the (production) server...

  • RE: Launches and RTM

    I think everyone who follows the Microsoft product cycles knows how useless Microsoft's own dates are. The fact that the Marketing Dept is not aware of what the Developers are...

  • RE: A Cool Perk

    Tricky balance between a nice perk and a perk which just forces you to work more. Good, fresh, espresso coffee counts as a great perk, even better when served by...

  • RE: Error 8144 - Too Many Arguments Specified - setting up merge replication

    Just wanted to add my thanks - we had two MSSQL 2000 servers, and on trying to set up a new replication, I got the same error message. Existing replications...

  • RE: Cheap Power

    Land use is, in itself, a massive problem. Huge tracts of pristine forest are still being cut down every year - and not necessarily for the trees. The main driving...

  • RE: Question of the Day for 19 Feb 2007

    It would have been fairer, and made more sense, if the question used consistent terminology. A "root node" is also known as a "root element" (in my book, much more...

  • RE: Replication Problems

    Check that the Subscriber can connect to the Distributor (eg. open Ent.Man on the subscriber and try to open a connection to the distributor). Check that your security is set...

  • RE: Replication invalid column name ''''rowguidcol''''

    Have a look at the conflict tables, they might give you a clue. The tables are normally called:

    conflict_(database-name)_(table-name)

  • RE: Question of the Day for 25 Dec 2006

    ah, got it now. Slowly getting my mind into gear for the new year. Strangely, I've never noticed that the default Collation of Latin1_General_CI_AS is case insensitive when using LIKE...

  • RE: Question of the Day for 25 Dec 2006

    Fortunately I didn't have to think about this on Christmas Day!

    From this example, it seems that [^a] is case-insensitive, as it matches both Apple and ant. Why is this, and...

  • RE: Problem with dynamic order by

    I know this thread is quite old, but I had the same problem today, and after some head scratching, and Google searching, came up with a better solution and the...

Viewing 15 posts - 301 through 315 (of 332 total)