Forum Replies Created

Viewing 6 posts - 661 through 666 (of 666 total)

  • RE: Maximum Capacity

    From BOL:

    [font="Tahoma"]SQL Server 2005 Workgroup Edition

    [Processor Type] Pentium III-compatible processor or higher

    [Processor Speed] Minimum: 600 MHz

    Recommended: 1 GHz or higher

    [Memory] Minimum: 512 MB

    Recommended: 1 GB or more

    Maximum: Operating system...

  • RE: How can I limit CPU usage per user in SQL 2005?

    Yuckon (2/6/2008)


    The stored procedures she is writing mostly consist of

    create proc uspHogTheServer as

    select * INTO #tmpHumongous from Massive

    INSERT INTO #tmpHumongous

    select * from Gigantic

    SELECT * FROM #tmpHumongous

    go

    Why don't you consider

    SELECT *...

  • RE: Function execution

    I got it wrong, in part because I didn't try it out, but also by relying on the trust I put into the SQL team, who should have thought of...

  • RE: SQL Server Express DAC

    Apologies, missed "Old Hand" remark. Cudos for the most hilareous post in the thread.

    Regards,

    Jan

  • RE: SQL Server Express DAC

    Hi all!

    Since I kicked off this thread (and was very surprised by the amount of subsequent posts about the matter) I feel obliged to give my two cents of wisdom...

  • RE: SQL Server Express DAC

    Sorry, but I don't agree with the "correct" answer to the QotD. If one asks whether SQL Express allows DAC BY DEFAULT, then the answer should be a resounding NO!...

Viewing 6 posts - 661 through 666 (of 666 total)