Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 2,436 total)

  • RE: Custom Job Manager Role

    WOuld it be possible to post the 'explicit' grants mentioned for creating the user defined role please ... I've been looking for something like this for some time - just...

  • RE: Enterprise Manager not allowed to poll.

    Not so on the permissions thing. I have a number of SQL Servers registered under a normal domain user account - which cannot start/stop the SQL Services (I use a...

  • RE: Slacking Off

    The secret(s) are:

    • enjoying what your doing (your trade/profession/job/roles)
    • enjoyiong where you do it (where you work and who you work with)
    • where you do it they enjoy you (your peers and bosses)

    If you...

  • RE: Moving W2000 Clustered SQL to W2003 Cluster

    The easy way is to build the new cluster along side the existing cluster (with totally new names of course). Then after things have been switched (short for moving all...

  • RE: removing dt_ stored procedures

    As far as I know the 'dt' stored procedures are used with the SQL diagramming tool (hence 'dt'). They first apepared in v7.0. The procedures are created 'auto-magically' when you...

  • RE: setting the language in the connection string

    It's been a long week (that started last Monday :rolleyes a few late nighters , a few all...

  • RE: Keyboard Hacking

    Locks only keep honest people out !

  • RE: Table aliases

    For issues of 'alias-ing' tables in a query, one should have a 'site standard' <period>. Clarity and maintainabilty are the secondary goals in the composition of SQL (and stored procedures)....

  • RE: Performance Monitor

    To avoid any possible network traffic issues I always monitor directly from the SQL Server and store the files locally. PerMon generates a substantial amount of data through the wire...

  • RE: How to find the actual user information

    If you are using 'connection pooling' then this is probably not possible. If you are not using connection pooling, then it's time to change the application or look at another...

  • RE: Need help in design

    SET WORSHIP_BILL_GATES_MODE OFF

    GO

    I realize that this is a MS/SQL Server site but it seems that yours volumes are approaching the scalability/reasonability limits of the present SQL Server.  I've worked with Sybase...

  • RE: Estimating Tempdb space for a query

    You may also want to pose the sp_spaceused results for each table in the query as well. The collective may be able to optimize your query, but let's face it,...

  • RE: Performance Monitor a SQL Database

    RAM and CPU by database ? hmmm ... sounds interesting ... but one has to realize that those are global resources shared by all of the user and system spids...

  • RE: Invalid switch value

    You might want to perform a few 'due diligence' things (even though your deletion worked).

    • recycle your SQL Server (yes reboot it)
    • look for *.DMP files
    • look for exception files
    • the dump and exception files...

Viewing 15 posts - 1,816 through 1,830 (of 2,436 total)