Forum Replies Created

Viewing 15 posts - 121 through 135 (of 347 total)

  • RE: Installed CTP but can''''t find Management Studio.

    start-->programs-->microsoft sql server -->your tools

     

     

    mom

  • RE: Can Wives Shorten Work Hours?

    David,

    Don't you missed those old days.  I don't think I can stand being a stay at home mom for more then 1 week.  I am serious my children drives me...

  • RE: Can Wives Shorten Work Hours?

    My husband once told me 'why don't you stay at work, eat and sleep at work as well' or 'why do you bother to come home?'

    Well I have breakfast, lunch...

  • RE: Database/Server Access for Outside Vendor Monitoring

    This is indeed a very sensitive issue.

    But the outside vender need to have access to your server for monitoring ... and our outside vender need to access the server to...

  • RE: The DBA Whoops

    Here is another story from one of my old job:

    We had a contractor coming in to work .... somehow the contractor did

    delete table

    So he told the manager what happen.

    The manager...

  • RE: Drop Out Or Graduate?

    As a 1st generation of immigrant to the US, I have no clue of what I wanted to do after graduating from high school.  I have no choice but to...

  • RE: COUNT in WHERE statment

    Remi,

    Your solution would be right.  Hm I guess I should stop to think for a second before trying to answer.

     

    mom

  • RE: COUNT in WHERE statment

    Shouldn't the query be:

    select count(doc_iccmc) cnt,doc_iccmc from v_DOCUMENTDIRECTORY

    where count(doc_iccmc) >2

    group by doc_iccmc

     

    mom

  • RE: Memorial Day

    hm.  why would we want to remember pol pot?  I took memorial day as a day to visit my grandfather's grave.  He is not a veterant but I always managed to...

  • RE: Paramater with a Conditional

    Declare @ACTION char (3)

    Declare @IsNewHire bit

    Set @ACTION = 'HIR'

      IF @ACTION <> 'HIR'

    Begin

      SET @IsNewHire = 0

      END

     

     

    mom

  • RE: Important Things

    You got to the point.  I used to enjoy 2 days a week telecommuting to work.  It is so cool that when I woke up, I could start working in...

  • RE: SQL Mail failure

    It can be done but it take a bit of time:

    Assume you want to check to see if server A sql-mail is working.

    set schedule task on Server B:

    step 1: send...

  • RE: Enterprise to Standard Edition

    You should expect smooth sailing.

     

    mom

  • RE: New SQL logins

    After several day of playing with my though here is what I have decided to do.  I copy the script from this article: http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;Q246133 and then modify it to...

  • RE: It''s Here

    Do I have to tell you that I care?  Come on I am sure you are very excited about receiving your new toys.  I am happy for you.

     

    mom

Viewing 15 posts - 121 through 135 (of 347 total)