Forum Replies Created

Viewing 15 posts - 76 through 90 (of 200 total)

  • RE: SQL + Win Server Licensing in a TEST ONLY lab environment??

    i can't answer the whole post. but if you're building clusters, remember you'll need a domain controller setup..

    i recently built a sql cluster for practice but couldn't join the network...

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

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

  • RE: what is sql scheduler?how e can use sql scheduler?

    good grief

    get a good sql book

    take a class

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

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

  • RE: How to become a DBA

    The one thing about going up against more experienced people is that they tend to want to be paid more.. I'm sure you could find a jr position somewhere, but...

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

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

  • RE: change owner on sql agent jobs

    just in case it'll help someone else out.. i modified your script a little:

    DECLARE @newuser VARCHAR(50)

    SET @newuser = 'DOMAINewuser'

    SELECT 'EXEC msdb..sp_update_job @job_name = ' + '''' + sj.[name] + ''','

    +...

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

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

  • RE: change owner on sql agent jobs

    ahh msdb has sysjobs.. thanks..

    for whatever reason I was looking in master.. that doesn't make sense at all.. doh.. brain fart i guess 🙂

    thanks

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

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

  • RE: get last modified date and user of an index

    Michael Valentine Jones thanks.. I dont think its what I'm looking for.. I believe thats what the report comes from?.. but..

    with that aside.. glad to have the link.. could be...

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

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

  • RE: get last modified date and user of an index

    Hmm.. it shows a change.. but I suspect (from the user and time) that the change is from either a re-org or a rebuild

    IX_v_CompanyIndex

    DDL OperationTime ...

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

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

  • RE: How I can make look like I expert on SQL Server?

    i made a comment in relation to the OP's cognitive functionality which i removed upon request.. my bad 🙂

    really does irk me when I see this kind of thing though.....

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

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

  • RE: How I can make look like I expert on SQL Server?

    ItalianOlgi (10/16/2009)


    GSquared (10/13/2009)


    RML51 (10/13/2009)


    I think the OP has already shot himself in the foot. If anyone gets a resume from someone named Olgi do you think he'll get an interview?

    I'd...

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

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

  • RE: getting login information

    to be honest.. should have thought of that myself..

    thanks! 🙂

    edit: i see my problem now.. i was reading syslogins when i should have been looking at sql_logins.. doh!

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

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

  • RE: getting login information

    wow.. nice thanks..

    just out of interest.. how did you get this? sql profiler?

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

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

  • RE: How I can make look like I expert on SQL Server?

    ItalianOlgi (10/8/2009)


    Gianluca Sartori (10/8/2009)


    Just pray that your employer doesn't come across this thread.

    Good luck.

    BTW, I will remember your name and never help you in these forums, because I don't think...

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

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

  • RE: Stored Proc. Performance execution time from 20 sec. to 40 min.

    have you tried tracing where the poor performance is coming from when you're having the issue? Is other stuff happening at the same time? Is there a large...

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

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

  • RE: How I can make look like I expert on SQL Server?

    You could be correct:

    ItalianOlgi (10/2/2009)


    Hi, my name Olgi, I am from Italy.

    OP is FROM italy.. not necessarily IN italy.. bad assumption to make..

    I dont really care where the OP...

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

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

  • RE: How I can make look like I expert on SQL Server?

    worth a shot 😉

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

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

Viewing 15 posts - 76 through 90 (of 200 total)