Forum Replies Created

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

  • RE: URL access for reports

    I got all my info from this site :

    http://www.gotreportviewer.com/

  • RE: URL access for reports

    I've never done it that way (not even sure it's possible).

    Assuming the address looks something like this :

    http://reportServer/reports/...

    How is someone going to be able to resolve that name? ...

  • RE: Star Wars

    Maybe a bit young to see 4-5 billion people killed...

  • 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...

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