Forum Replies Created

Viewing 15 posts - 2,896 through 2,910 (of 6,105 total)

  • RE: Book recommendation required......

    Chris Kempster (who used to be a frequent poster here) has an eBook out titled SQL Server 2000 for the Oracle DBA. I have heard it's good, but I'm a...

  • RE: Encryption Decryption

    Most encryption mechanisms will result in character codes you wouldn't normally find in a text stream. What encyption algorithms have you tried and how have you tried to read to/write...

  • RE: My Favorite SSCer

    I'm sure I can whip up a quick Perl script using LWP to look for any new post that comes into being and automatically insert a post from me saying,...

  • RE: Troubleshooting MSDTC in SQL Servers between W2003 and W2000

    I'm an idgit for forgetting this, but that's how it goes. When we first started having problems with our Win2k3 cluster and distributed transactions, MS directed us to do some...

  • RE: My Biggest Gripe with the SSC Forums

    It may be a session expiration issue. I don't use the WYSWIG editor but instead use the plain text box and I get the behavior. Of course, it's always a...

  • RE: My Favorite SSCer

    The saying comes from the US Air Force. Of course, when you go in 30 days later, you get the same response. Meaning the person saying it can get their...

  • RE: VMWARE vs stand alone

    Your VMWare administrator can tweak the VM to have higher access to processors, memory, etc. but you're right, on identical hardware, you are losing something for the abstraction. You said...

  • RE: One User- Different Permissions

    Correct. Regardless of application, when a user logs in those rights will be granted.

    If you need to grant permissions differently per application, look at application roles. Those really only...

  • RE: My Favorite SSCer

    Or to go with a standard phrase from my military days:

    "Request denied. Resubmit in 30 days."

  • RE: One User- Different Permissions

    Like in Windows NTFS permissions, SQL Server will aggregate the permissions for he user. So if user A has SELECT permissions on table A explicitly assigned to the user and...

  • RE: Application logins to production SQL Server

    This is what we do. Our Change Control folks receive the logins from either the DBAs or our security team and alter the connection string (which is encrypted) accordingly. As...

  • RE: My Favorite SSCer

    sswords

    Now where's my shirt?

    I hope you're wearing it, otherwise your co-workers are probably looking at you funny. Okay, okay, bad joke!

  • RE: to replace exe of a node from another node in a network thru vb coding

    When writing your script, do the following:

    1) Check to see if the servers are online. You can use Win32_PingStatus to do so.

    2) Check to see if the process of...

  • RE: Query on Installtion of SQL Server 2000 (Program Files and Data Files)

    Because it gives you a choice of where the bulk of the files go. However, the way the SQL Server package is built, some files will go to the system...

  • RE: Using ADSI to query eDir via LDAP

    A Google search pulls up some errors on the Novell support side but to get to the actual docs requires username/password. So there does seem to be some issue with...

Viewing 15 posts - 2,896 through 2,910 (of 6,105 total)