Forum Replies Created

Viewing 15 posts - 2,551 through 2,565 (of 2,904 total)

  • RE: "Starting up database xxxxxxxxxxxxxxx"

    You might want to check the scripts you have running around that time...maybe a script is causing the database connection to close.

    -SQLBill

  • RE: Blaster Worm

    One other thing to check...did the admin change the port SQL Server is listening on?

    On the server, open Enterprise Manager, right click on the server, select Properties, select General tab,...

  • RE: Junior and Senior DBAs

    Senior DBA is usually the person-in-charge. When you have a company that has Senior and Junior DBAs, that usually just means the SR DBA has more experience and might have...

  • RE: Please HELP

    Looks to me like something corrupted your log file (.ldf).

    Can you DETACH the database?

    If so, do that and then move the log file to another location or just rename it....

  • RE: Licensing mode

    quote:


    The only thing that i need to change is this key? This is an 'official' procedure? Seems like i'm breaking some license...

  • RE: Syntax error with BEGIN

    Looking at your code, it looks like you DON'T want any SYSUSERNAME from this list:

    'valverde\pGist'

    'valverde\jGolden'

    'valverde\tPeepgrass'

    'valverde\lGallo'

    'valverde\cBerry'

    'valverde\aGuild'

    'valverde\rGlenn'

    'valverde\mSarkissian'

    'valverde\cJenkins'

    'valverde\rKepler'

    Is that correct, that you don't want ANY of those names?

    If so, you need to change...

  • RE: HELP!!!!! WORM GOT ME!

    Way to go Dale! Glad to hear you are back up and hopefully without any problems (besides a boss you would probably like to strangle). Maybe now your boss will...

  • RE: Pet Peeves

    quote:


    Dagoboz, where exactly do you live that gas station attendants STILL PUMP YOUR GAS??


    Dagoboz might...

  • RE: i should know this BUT.....

    Or better yet:

    SET DATEFORMAT mdy

    SELECT CONVERT(varchar(10), '010702', 101)

    -SQLBill

  • RE: i should know this BUT.....

    Try:

    SET DATEFORMAT mdy

    SELECT CAST('010702' AS DATETIME)

    -SQLBill

  • RE: QOD 1/8/03 (or is it 8/1/03?)

    quote:


    Note to self: Investigate the most commonly used vehicle to drive on the left side in Britan before the war of independance...

  • RE: SQL 2k Install Failure in Cluster

    When we built our active/passive cluster, MS DTC was automatically loaded with SQL Server Enterprise Edition. We had problems with it until COMCLUST was run.

    So, I believe that will solve...

  • RE: What is the best way to change passwords

    Thanks everyone.

    I have some ideas now. I'm not sure ASP will work for me, I'll have to check into it more. I'm not allowed to use 'unapproved' software, so I...

  • RE: What is the best way to change passwords

    I've never used ASP, where can I find information on how to set up an ASP page?

    -SQLBill

  • RE: QOD 8/13/2003

    What could be said about Mary's permissions to the Orders table?

    That means, based on the status of her permissions NOW. And as her permissions are set NOW, she can NEVER...

Viewing 15 posts - 2,551 through 2,565 (of 2,904 total)