Forum Replies Created

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

  • RE: Changing password for windows account used to start SQL Service

    That sounds like a good approach. 

    There *should* be a way to use WMI to set the service passwords with a script, but the restart of the services would still have...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Encryption/Decryption in SQL 2000

    A better way than encrypting the passwords, and sending them back and forth across the wire, would be to hash the password in your VB program, then write a stored...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: SQlServer.exe

    In my opinion, any production SQL server, unless it's used for tiny DBs, should have at least 2 GB of RAM.  SQL works best when you give it as much...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Entegra-like Function

    There is an option in SQL2K to have application role-based security.  I don't recall the details of setting that up, but I'm sure that you would grant select access to...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Seeking SQL 2000 and 2005 expert (MCDBA) in WA area

    You should probably say whether this is a contract or full-time position, and what your salary range is.

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: I know it''''s a long shot, but.......

    I hate it when people touch my screen.  That is the second worst thing that can be done.

    The absolute worst thing is when the janitors helpfully use some harsh, generic...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: FireHost Cursor in SQL Server 2000

    A covered index isn't necessarily every column in a table, but is an index that covers all the columns used in a particular query.  For instance, if you have a...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: How do you strip out characters in a string?

    It probably doesn't apply in this case, but because of the compatibility mode (65) set in our DB, that query would result in a number with spaces instead of hyphens. ...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Register a Server Over the Internet

    The simplest way to protect SQL in a case such as this would be to use your firewall to limit access to a single IP address for those ports (1433, 1434). ...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Is all code really code? One question from an interview

    I've never been successful at getting the debugger to work.  So, I just use the old tried and true print statement method.  Of course, I never make mistakes, so I don't...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Printing Problem

    That's the behavior of the browser.  You wouldn't want a malicious site or prank to start 100 print jobs automatically, would you?

    Still, there may be a solution.  Perhaps someone else...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Find All Records With A Lowercase Letter

    One comment:  in the LIKE clause, you could use '%[a-z]%' instead of typing the whole alphabet.  Not sure how that would change for non-english alphabets.

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Changing MSSQLSERVER Logon Account

    Wouldn't it be much easier to just remove the account from the Domain Admin group, and assign it to some other group?  That would affect every server all at once,...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Network issue involving database Server

    I'd suggest waiting 10-15 minutes. 

    The Win2K users could be having trouble authenticating to the network, and are using "cached" logons.  I don't know...

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

  • RE: Open Position: Database Administrator – Level 2

    Looks like Redmond, WA:  http://jobs-concur.icims.com/concur_jobs/jobs/candidate/job.jsp?jobid=1308&mode=view

    So long, and thanks for all the fish,

    Russell Shilling, MCDBA, MCSA 2K3, MCSE 2K3

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