Forum Replies Created

Viewing 15 posts - 136 through 150 (of 200 total)

  • RE: Execute SQL job based on trigger file

    what you're saying doesn't make sense though..

    unless they're storing data in the trigger file with the current date in..

    data warehouse job completes

    they drop a file

    your process runs ONLY if the...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Execute SQL job based on trigger file

    then id insert an entry in somewhere and then say if you see this entry, then dont do anything.

    real pain though.. does the parent company remove the trigger file??

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Execute SQL job based on trigger file

    barunpathak (5/8/2009)


    The file we are taking about here is just the trigger file. This file will not be moved or renamed or deleted. Basically this file will tell me datawarehouse...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Execute SQL job based on trigger file

    Jack Corbett (5/8/2009)


    Why not just schedule a job to run hourly and if the file exists process it.

    Then the code in one job is:

    If file exists THen

    ...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: perfmon object different for named instance vs default instance??

    Thats what I figured..

    Thanks Edogg.. appreciate you taking the time to answer! 🙂

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Server does not exist error after installing SQL server 2005

    artsaliv (4/28/2009)


    But when I run the sql server manager studio I get this wizard to

    connect to a server and my computer name does not appear on it. But...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: open and close, or just open?

    JacekO (4/22/2009)


    torpkev (4/22/2009)


    now and then all of a sudden theres a dozen or so connecting to my app

    I do not know if this comment references the application in question but...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: open and close, or just open?

    That is a good point JacekO..

    To clarify, I was thinking about this question in relation to an individual app, however, I was interested to know just from a theoretical thing.

    The...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: open and close, or just open?

    Yep I'm with ya.. this should really only ever have 1 user, however, best laid plans and all that.. im sure I'll say that now and then all of a...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: open and close, or just open?

    in this case, its a winForms app. I have 2 database objects, one to connect to one particular database, and another which can connect to various different databases.

    I think...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: open and close, or just open?

    well the other thought would be that if my connection were to blip.. i'd have to handle a reconnect in my code anyway..

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: open and close, or just open?

    ahh conflicting answers.. which is how i've been

    Yes, it does not take much to reestablish the connection, however, if there is a performance boost to not closing it in the...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: some random questions for monitoring

    Thanks Steve,

    I didn't know if the logins would store that.. though it'd be handy.. ah well.

    Thanks for the link, i'll check that out shortly. I'm sure I'll have more...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Dynamic sorting via parameters to procs

    RBarryYoung (3/31/2009)


    torpkev (3/31/2009)


    I'm sure this isn't the best way.. but you could build your sql into a string and pass the sort type (ASC or DESC) as a parameter and...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: finding last login time of a user

    ah nuts.. i was hoping that there'd be something saved in one of the system tables

    thanks

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

Viewing 15 posts - 136 through 150 (of 200 total)