Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 6,105 total)

  • RE: Odd SQL issue - locked up server

    Good point. If it's a really bad query eating up memory and taking forever to execute, it's going to hold locks that'll show up. This will catch such a query...

  • RE: Odd SQL issue - locked up server

    Any related to memory usage by SQL Server, # of connections, lock timeouts/deadlocks, and the standard battery at the OS level (memory, processor, disk, etc.).

  • RE: sql2005 cluster SSIS and sp1

    The words "are not an SSIS package" should read "are now an SSIS package."

  • RE: sql2005 cluster SSIS and sp1

    71 camaro (10/4/2007)


    1: I was told by the vendor to install with sql2005 sp1. I was also told you need to install integration services for the maintenance plans . Do...

  • RE: Connection pool error

    This is most likely an application issue. I have seen it when an application was leaking connections (wasn't explicitly closing out the connection but calling an open for a new...

  • RE: Odd SQL issue - locked up server

    It was worth a shot. Running a server side trace is likely to kill you... I have seen that issue when someone was doing a trace, too, come to think...

  • RE: Odd SQL issue - locked up server

    Did you have any performance counters monitoring the vitals?

  • RE: SQL Server Errors

    The network error could also be the operating system's redirector getting confused, although this usually happens with respect to file shares (I'm assuming your're connecting with TCP/IP and not named...

  • RE: moving backup files over the network

    When running xp_cmdshell, if the account you are using is a sysadmin within SQL Server, it acts on the operating system as the SQL Server service account (not necessarily the...

  • RE: Odd SQL issue - locked up server

    I've seen this when SQL Server is overwhelmed by connections, but that was on hardware substantially less than what you've got.

  • RE: SSPI error context

    Active Directory = Windows domain (which are serviced by domain controllers)

    SPN = Service Principal Name

    Starting with Windows 2000, the default security mechanism is called Kerberos. Kerberos allows a client...

  • RE: Half a Million

    I'm ineligible for the prizes, but I thought I'd give my two cents.

    My first break writing was over at the old swynk.com. Back then, Brian Knight was the content editor...

  • RE: what roles should they be given?

    1. Yes.

    2. No.

    The reason for #2 being no is that from a security perspective, there is the Principle of Least Privilege. This principle says that you give only the rights...

  • RE: how do you know who is logged in from a windows group?

    hmbtx (10/3/2007)


    Remember, all users run the same program. That program connects to SQL Server with the same SQL Server login name.

    If the program connects with a SQL Server login, not...

  • RE: how do you know who is logged in from a windows group?

    hmbtx (10/3/2007)


    Does anyone know of what settings on a PC would cause the nt_username not to be returned? The PC is running Windows XP.

    This isn't determined by the PC configuration....

Viewing 15 posts - 1,651 through 1,665 (of 6,105 total)