Forum Replies Created

Viewing 15 posts - 46 through 60 (of 90 total)

  • RE: SQL Agent permissions

    Thanks for the suggestion Derrick, but that won't work. A job can't be owned by a group, it has to be owned by an individual login.

  • RE: SSIS Package in a Job wont use Send Mail Task

    If the package works as expected from BIDS but not as a scheduled job, the first thing I would suspect is permissions.

    When you execute an SSIS package from BIDS it...

  • RE: SSMS loses settings

    Thanks for the reply Stewart.

    The folder those settings are stored in seem like an unlikely folder for a developer to clean up, but I'll follow up.

  • RE: SQL SERVER Management Studio 2008 can't list all tables under SQL2005 database

    Good day all,

    I know I'm late to this party, but I just want to thank every one who contributed to this thread. I've been battling this behavior for weeks,...

  • RE: I am not a Schema

    If both schemas are owned by DBO then you get ownership chaining just like if all your SPROCs were in the same schema, but you can organize your tables into...

  • RE: I am not a Schema

    I do not like different schemas within the same database, since they break the ownership chain. Joining different schemas in a proc forces me to grant permssions on the underlying...

  • RE: Clustered indexes

    Great question and explanation.

    I also got tripped up by the difference between logical and physical ordering.

  • RE: Continuing Education

    Funny Mr. Fritchey is on this post. I am currently in the middle of "SQL Server 2008 Query Performance Tuning Distilled" - excellent book!

    I do a lot of reading both...

  • RE: What will be output?

    thanks ... its a good interview question

    IMHO the only way this a good interview question is if the answer you're looking for is "I'm not sure of the correct answer...

  • RE: Help me crash my server!

    Thanks tstaker.

    The only other services on the box are Symantec. If I can't find anything on the SQL side, I'll take a good look at Symantec.

  • RE: Help me crash my server!

    Good find, thanks Carl.

  • RE: Help me crash my server!

    Jeff,

    The only other services of note are Symantec Critical System Protection and Symantec Endpoint Protection.

    I know there's lots of discussion out there about AV on SQL boxes, ...

  • RE: Help me crash my server!

    Thanks Jeff.

    We don't really use xp's or CLR. Good suggestion on global temp tables, I believe folks know the difference between local and global temp tables, but I will investigate...

  • RE: Help me crash my server!

    Thanks Carl.

    Actually the message was this:

    Error: 701, Severity: 17, State: 123.

    There is insufficient system memory in resource pool 'internal' to run this query.

    Of your list of suggestions to look at...

  • RE: how are you monitoring database growth?

    Thanks for the suggestion IT.

    Interesting script, I was not aware of DBCC SHOWFILESTATS. I do wonder, though, if it has the same shortcomings as sp_spaceused - meaning you first...

Viewing 15 posts - 46 through 60 (of 90 total)