Forum Replies Created

Viewing 15 posts - 451 through 465 (of 470 total)

  • RE: Database mailer is not sending mail

    I had this problem where I worked previously.

    They had McAfee installed and there was an option in the settings you had to untick (something like "don't allow worms to send...

  • RE: Importing from a improperly formatted excel file

    I've been there and done something similar to what you need to do.

    I used Access and created a linked table to the spreadsheet and another linked table to the staging...

  • RE: Do You Want a Meritocracy at Work?

    I'd love to work in such an environment.

    Too many times I've seen people promoted because "their face fit" rather than because of their ability to do the job.

    Once that starts,...

  • RE: Tracking running queries

    Thanks for that, I'll have a look at that as well.

  • RE: Tracking running queries

    It wasn't unfortunately.

    I managed to dig out my old code, etc to track running queries.

    This looks very useful as well so thanks for that.

  • RE: Comma separated lists

    Thanks Sean

    Looks like the splitter was what I needed so I'm sorted.

    Thanks for your help.

  • RE: Comma separated lists

    Hi Sean

    What I'm trying to do is use some sort of variable in the where clause instead of a huge list of employee IDs (I'm open to suggestions).

    One of the...

  • RE: Slows system performance

    Just to add in my 2p-worth (after running into similar issues), if you're doing the insert/update/delete as separate transactions, have you considered using a MERGE statement to do everything in...

  • RE: Baselines

    I've got a spreadsheet which reads a few tables I've set which tracks CPU usage (for now).

    I haven't got it set to read disc I/O or anything else at the...

  • RE: SQLServerCentral Runs sp_Blitz - Performance Part 1

    Please ignore my last post. Missed a bit when checking the fill factor.

  • RE: SQLServerCentral Runs sp_Blitz - Performance Part 1

    Morning all

    I'm just woring through this and I've found a database where all the indexes have a fill factor of 0 (yup, zero).

    Here's the output from the fill-factor query in...

  • RE: Shrinking Databases

    Thanks for the input folks.

    Looks like it's off to the bean-counters again. :crying:

  • RE: Shrinking Databases

    Anthony - thanks for that, I'll give it a try and see what happens.

    Just one quick question, why have you ignored master, model, msdb and tempdb in your code?

    John -...

  • RE: Shrinking Databases

    Will that do all the log files in one go then?

    Or will I have to loop through like I was doing originally?

  • RE: Shrinking Databases

    We are swiftly running out of space on the drive(s) so this does need to be done.

    The indexes will be rebuilt afterwards where necessary as a separate job step.

    If that's...

Viewing 15 posts - 451 through 465 (of 470 total)