Forum Replies Created

Viewing 15 posts - 7,516 through 7,530 (of 18,923 total)

  • RE: URL access for reports

    How are you trying to access the reports in ASP .NET? (Direct URL or reportviewer control)?

    What is the authentication mode of the users on the site?

  • RE: Cross Apply

    Jeff Moden (11/26/2010)


    Ninja's_RGR'us (11/26/2010)


    Jeff Moden (11/26/2010)


    rs80 (11/26/2010)


    Gail, why would you get duplicate rows?

    Non-techincal answer: When dirty reads are allowed, it is possible to read a row and then have...

  • RE: Cross Apply

    Jeff Moden (11/26/2010)


    rs80 (11/26/2010)


    Gail, why would you get duplicate rows?

    Non-techincal answer: When dirty reads are allowed, it is possible to read a row and then have someone update that...

  • RE: Steve Jones

    CirquedeSQLeil (11/25/2010)


    Ninja's_RGR'us (11/25/2010)


    How the heck did so many people could possibly imagine that Misspelling is an issue in a SPOKEN podcast :w00t:.

    Intriguing isn't it.

    Maybe they're just making fun of the...

  • RE: How to Insert Million of records in less time ?

    MTY-1082557 (11/24/2010)


    How long does it take to do a select into?

    it takes 2 seconds

    How long does it take to insert in the base table if you...

  • RE: Steve Jones

    How the heck did so many people could possibly imagine that Misspelling is an issue in a SPOKEN podcast :w00t:.

  • RE: smallint instead of decimal

    marcinSkorupka (11/25/2010)


    First of all thank you for your opinions

    At the moment we are using sql server 2005.

    I know that in sql server 2005 SP2 there is data compression for decimal/numeric...

  • RE: How to Insert Million of records in less time ?

    MTY-1082557 (11/24/2010)


    How long does it take to do a select into?

    it takes 2 seconds

    How long does it take to insert in the base table if you...

  • RE: How to Insert Million of records in less time ?

    How long does it take to do a select into?

    How long does it take to insert in the base table if you disable all NC indexes?

    Does you have triggers, foreign...

  • RE: How to Insert Million of records in less time ?

    How long does it take to run the select alone (without insert)?

    5 mins for a couple million rows is not lightning fast but it's not crawling either by most standards.

  • RE: smallint instead of decimal

    Assuming SQL 2K8 Enterprise or SQL 2K8 R2 Standard + , just turn on compression.

    You'll get the same IO boost with a very small CPU hit and zero change...

  • RE: How to Insert Million of records in less time ?

    So the problem here is that the server becomes unavailable for 4-6 minutes whenever you do this?

    You could do it in batches of 30 - 50k rows which would lock...

  • RE: Licensing Questions

    Geoff A (11/24/2010)


    GSquared (11/24/2010)


    Ninja's_RGR'us (11/24/2010)


    GSquared (11/24/2010)


    Per-processor is how most multi-user installations are done. CALs are mostly useful to very small shops with a small number of people accessing the...

  • RE: Licensing Questions

    Kwisatz78 (11/24/2010)


    Ok I have got myself in a tiz about device CALs now!!

    How does a web front end not qualify for a device CAL when all external users will be...

  • RE: Licensing Questions

    GSquared (11/24/2010)


    Per-processor is how most multi-user installations are done. CALs are mostly useful to very small shops with a small number of people accessing the system.

    Sorry to highjack this...

Viewing 15 posts - 7,516 through 7,530 (of 18,923 total)