Forum Replies Created

Viewing 15 posts - 451 through 465 (of 604 total)

  • RE: Processor

    The default is to use all available processors to parallel queries.

    Which radio button is checked? "Use all available processors" or "Use"?

    As for the configure & running.  Don't really understand that...

  • RE: DBCC SQLPERF(LOGSPACE)

    Hi Edward,

    I am assuming you are using DBCC SHRINKFILE?  Have you backed up the log since running the command?  I have found that log space is not freed up immediately.

    Check...

  • RE: Monitoring user activities in sql server

    Hey,

    Couple of ways...

    1)  Profiler trace and filter on ObjectName.  This will show you all activity on the table.

    2)  Create a trigger on the table to capture deleted rows and do...

  • RE: Super Sunday

    Have to agree..Hockey is awesome to watch, but I think thats a game where you need to be there.  Its fine on tv...Takes a while to tune your eyes onto...

  • RE: Determine Database Activity

    Alternatively, you can run a profiler trace and filter on database id to see who is logging in and what they are doing etc.

  • RE: Cannot generate SSPI context - Scheduled Jobs

    Hello All,

    Thanks for the feedback so far.  Yes we are using a domain account and no, the SQL Agent has not been stopped or disabled.  Also, the NT account isn't...

  • RE: Linked Server Perfomance Issue

    Nice one...That worked!

    Thanks,

    Clive

  • RE: Disabled Schedule

    Hey,

    The job is scheduled to run every 30 minutes between 7:30am and 8:00pm (Mon thru Fri).  It runs without a problem during these times, but guaranteed, tomorrow I will need...

  • RE: Differing Performance Between Machines

    Resolved it.

    Not sure who, but someone turned on the ODBC trace on our application server.  Turn it off and the jobs run without any problems.

    Cheers

  • RE: SQL Server & Sybase SQL Anywhere

    Thanks lot. Unfortunately, I didn't install it, but it was installed without me knowing!

    It hasn't caused any issues as yet. I was just seeing if there was any...

  • RE: Pet Peeves

    [I have seen this also in my nephew's league to the point where parents get ejected and find it disturbing. What kind of sportsmanship are they teaching their kids? And...

  • RE: SQL 2000 ODBC connect to AS400 - what driver?

    Hey,

    We use IBM Client Access Express to connect to JDE (AS400 on DB2). We use the standard drivers that are installed with that.

    Driver: Client Access ODBC Driver (32-bit)

    Version: 6.00.07.00

    File:...

  • RE: Object Documentation

    Thanks for all the reply's.

    Fortunately, the project is not complete and i'm not revisiting. I'm trying to document the objects as I create them. I find that the...

  • RE: SELECT New_Life

    Congrats Frank!

    Best of luck!

    Clive Strong

    cstrong@kingston-technology.com

  • RE: DB Stored Procedures - where?

    Agree with Graeme.

    Keep all the DB sp's in one place. It makes it more managable. Also, you have to consider the implications of extra permissions to enable you...

Viewing 15 posts - 451 through 465 (of 604 total)