Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 6,104 total)

  • RE: What do we need to set up replication?

    When you say open a port, what is the network topology between the clustered and stand-alone servers? Is there a firewall in between?

     

    K. Brian Kelley
    @kbriankelley

  • RE: Id for SQL server agent ./sqlservice

    Please don't cross post. I replied to your other post.

     

    K. Brian Kelley
    @kbriankelley

  • RE: Tracking Stored Procedures

    You can use server side traces. If you restrict the types of events and columns captured, you can really reduce the footprint. However, as another poster indicated, the application name...

    K. Brian Kelley
    @kbriankelley

  • RE: Id for ./sqlservice for Agent

    The ./ means it is a user account on that computer (a local user account). If you look at the list of users for that system using Computer Management, you...

    K. Brian Kelley
    @kbriankelley

  • RE: Can you grant SA privs to a stored proc?

    Yup, EXECUTE AS rocks.

     

    K. Brian Kelley
    @kbriankelley

  • RE: ODBC Connection

    When you say you gave him Windows access, does that mean you granted his Windows user account access as a login to SQL Server? Or did you mean you added...

    K. Brian Kelley
    @kbriankelley

  • RE: User Permissions

    Create two user-defined roles.

    One should be for the normal company employee. GRANT that role SELECT rights against the table. Make all corresponding users a member of that role.

    The second...

    K. Brian Kelley
    @kbriankelley

  • RE: Showing all Databases

    One issue with the -L switch is it is

    a) dependendent on the SQL Server Listener Port not being blocked for a given SQL Server

    b) dependent on the communications between...

    K. Brian Kelley
    @kbriankelley

  • RE: Server Logs

    If a process runs as the local System account (Windows 2000) or Network Service account (Windows XP / Server 2003), it'll connect across the network as Domain\ServerName$. Typically this is...

    K. Brian Kelley
    @kbriankelley

  • RE: Can you grant SA privs to a stored proc?

    I think you mean SETUSER. SETUSER requires sysadmin rights to use.

    Unfortunately, in SQL Server 2000 there's no way to handle this execution context switch.

    Another solution, if the command...

    K. Brian Kelley
    @kbriankelley

  • RE: Charting Perfmon counters

    If you have values already stored in a binary log format, you can use relog to convert them.

    Description of the Windows XP Logman.exe, Relog.exe, and Typeperf.exe...

    K. Brian Kelley
    @kbriankelley

  • RE: duplicate server names (in different domains)

    If it's a cold site (no connectivity back to the existing site) or if connectivity where name resolution comes into play is prohibited, there shouldn't be any significant issues.

    However,...

    K. Brian Kelley
    @kbriankelley

  • RE: Get changes made to data by user

    Unless you had auditing via triggers or traces or a 3rd party product, unfortunately not. SQL Server does not store this type of information natively.

    K. Brian Kelley
    @kbriankelley

  • RE: Triggers in SQL Server 7.0 and 2000 - The Common Ground

    The trigger fires once.

     

    K. Brian Kelley
    @kbriankelley

  • RE: Why is sysadmin access required on a default instance?

    It's not a named instance thing. Something else is going on. Anything in the server application, security, or system event logs which seem to correlate? What about the SQL Server...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 1,741 through 1,755 (of 6,104 total)