Forum Replies Created

Viewing 15 posts - 4,876 through 4,890 (of 5,843 total)

  • RE: Advice for array oflarge arrays

    Jeff Moden (11/25/2008)


    It sure does... let's have a race when we're done... CLR vs T-SQL.

    Unfortunately I can't be the one to code it. 🙁 I have lots of obligations...

  • RE: Advice for array oflarge arrays

    This sounds like an opportunity for CLR to me.

  • RE: table locking problem

    astar (11/21/2008)


    I am having a huge problem with my stored procedure which is cozing a table locking and I can't figure out how to resolve it.

    Here is some additional details:

    We...

  • RE: Why separate data, log and backups on SAN?

    Even if you don't, as others recommend, have 'control' or even input as to the configuration of the SAN for your SQL Server storage needs, you probably still should create...

  • RE: Results vary greatly when using sp_OACreate

    Yep, I was correct. This will get even worse if you introduce joins into the mix, because the optimizer may 'guess' 1 row will be returned (quite a common...

  • RE: Very Slow SPROC's

    1) there are a kajillion configuration changes that could have happend to cause this slowness. Good luck finding out if one or more occurred and which one may be...

  • RE: Maximum size of temporary tablke variable

    1) It is a common MISconception that table variables are memory-resident only. This is false. They will get written to disk in tempdb just like regular temp tables...

  • RE: Results vary greatly when using sp_OACreate

    Well, you gave us no design docs, table or code scripts, data metrics, etc so we are extremely limited in our ability to help you.

    Having said that, I...

  • RE: *.MDF is 36+gb but actual data in DB is around 15gb - why???

    Alasdair Thomson (11/18/2008)


    We do actually run some server maintenance tasks weekly, such as disk clean up, defrag etc, but ironic that the benefits that I get from a defrag were...

  • RE: *.MDF is 36+gb but actual data in DB is around 15gb - why???

    Being even more proactive what you should do (and what I advise all my clients to do as a sql server consultant) is to grow your database to the size...

  • RE: *.MDF is 36+gb but actual data in DB is around 15gb - why???

    Alasdair Thomson (11/17/2008)


    If you want to recover this additional space taken, then check the db growth first (otherwise the space you recover may just get re allocated) I usually have...

  • RE: AWE Enabled

    check out dbcc memorystatus. search online for guideance about this undocumented dbcc command.

  • RE: OS Disk Defrag

    1) Yes, you should defrag (and keep defrag'd) OS-level files.

    2) I would consider shutting down sql server if possible.

    3) Take a look at Disk Keeper. ...

  • RE: T-SQL Code Optimizers

    rbarryyoung (11/11/2008)


    Toad has a Query Optimizer? Huh, I didn't know that...

    IIRC they purchased it from a company that developed it years ago. I tested the product out some...

  • RE: Re: Interpreting results for SET STATISTICS IO

    jlp3630 (11/11/2008)


    The queries that I posted are actually the rewritten versions. Over the course of the report creation, this stored procedure (and it's "sibling" stored procedures) is getting called about...

Viewing 15 posts - 4,876 through 4,890 (of 5,843 total)