Forum Replies Created

Viewing 15 posts - 211 through 225 (of 529 total)

  • RE: Can help me?

    I wouldn't go down this route on a production server, 'bulk-logged' can actually produce a larger transaction log depending upon what's being done and 'simple' recovery mode means that you...

  • RE: Articles you would like to see

    Woo hoo, some response at last, and it gives me a couple of ideas straight off

    Or someone else could do some?

  • RE: Can help me?

    exactly what the script I gave you in the PM does

  • RE: DTS Packages in Clusters

    Are you referencing files that are not on the shared storage, say d:? in order for the DTS to work all of the resources need to be available to both...

  • RE: Can help me?

    Hi there,

    as per your PM i've sent the script that I use to do this, let me know how you get on

    Mike

  • RE: PM changing to AM on job run time after reboot

    sounds very odd, are you running a time synchronisation app on the server at all?

  • RE: DB Size and Backup Size disparity

    good point, although the first one can be a little out of date if you dont use dbcc updateusage first.

  • RE: Join syntax

    If only everyone were so diligent on this sort of thing, it would save me hitting people (developers) over their heads trying to make them do it right.

    You'd be amazed...

  • RE: Join syntax

    Nice to see you're properly qualifying your DB objects Remi

  • RE: operators email test

    Have you checked that you've set SQL Agent Mail to use the same profile as SQL mail? Sometimes people forget that they're 2 different entities and only do one of...

  • RE: DB Size and Backup Size disparity

    I've never used DBArtisan but as for your question, when you do a backup it only backs up the actual data in the database, if you allocate 20GB to the...

  • RE: Database Indexing & ShowContig results

    Hi There,

    I have two questions which will probably help answer your question.

    1. Do you have a clustered index on the table you're looking at?

    2. Is the table split across more...

  • RE: Data Script generation

    Hi Sanjay, Can you elaborate a little on what you mean by data scripts please, are you refering to scripting the structure of the database or is it something else...

  • RE: Another index rebuild issue?

    This approach sounds ok but will have the added side effect of introducing OS file fragmentation, which is something else that you'll have to worry about.

    If it were me i'd...

  • RE: Another index rebuild issue?

    Depending on how you do it, and index rebuild can require empty space in the DB equal in size to the largest table it contains.

    You might also want to keep...

Viewing 15 posts - 211 through 225 (of 529 total)