Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 18,926 total)

  • RE: Today's Random Word!

    SQLRNNR (11/11/2011)


    Ninja's_RGR'us (11/11/2011)


    SQLRNNR (11/11/2011)


    Ninja's_RGR'us (11/11/2011)


    ALL CAPS!

    Put a CAP in him:-D

    Already there. No more than 500 posts / day.

    yes that's a tried limit!

    HAHA

    I usually start breaking down at 300, then...

  • RE: Page loading twice due to ServerReport

    if you do if not page.ispostback

    can it solve your issue?

    I know it's hack but that's all I can offer at this point.

    All I know from reportviewer control I learnt there...

  • RE: how to recover from log file - SQL SERVER 2008--Urgent Help

    What do you mean by offline backup??

    AFAIK, if somehow you're able to bring back the db online you'll be able to take a log backup to do the restore up...

  • RE: Today's Random Word!

    SQLRNNR (11/11/2011)


    Ninja's_RGR'us (11/11/2011)


    ALL CAPS!

    Put a CAP in him:-D

    Already there. No more than 500 posts / day.

    yes that's a tried limit!

  • RE: Page loading twice due to ServerReport

    What is loading twice? The report or the asp page?

  • RE: SQL Server Not Releasing Memory

    Why do you think the memory is the problem??

    Do you run anything clr or xml on that server? That takes ram outside the max settings and you can't really...

  • RE: Are the posted questions getting worse?

    GSquared (11/11/2011)


    Ninja's_RGR'us (11/11/2011)


    Brandie Tarvin (11/11/2011)


    Ninja's_RGR'us (11/11/2011)


    Roy Ernest (11/11/2011)


    Brandie Tarvin (11/11/2011)


    EEEK! I just sold another story. Happy happy.

    Now I have to write more.

    Congrats Brandie. Wonderful job. 🙂 You can stop...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (11/11/2011)


    Ninja's_RGR'us (11/11/2011)


    Roy Ernest (11/11/2011)


    Brandie Tarvin (11/11/2011)


    EEEK! I just sold another story. Happy happy.

    Now I have to write more.

    Congrats Brandie. Wonderful job. 🙂 You can stop working as...

  • RE: select just one url from each domain in url_list

    Add this code just before the first CTE in my code.

    --Quick test to see how long this runs with 100K rows

    INSERT INTO @Table (URL)

    SELECT TOP 99990 URL FROM @Table...

  • RE: Are the posted questions getting worse?

    Roy Ernest (11/11/2011)


    Brandie Tarvin (11/11/2011)


    EEEK! I just sold another story. Happy happy.

    Now I have to write more.

    Congrats Brandie. Wonderful job. 🙂 You can stop working as a DBA and...

  • RE: select just one url from each domain in url_list

    Dev (11/11/2011)


    If you don't specify ORDER BY with TOP , the resultset order would be uncertain (random) ONLY.

    My fav signature from Lowell =>

    Lowell

    --------------------------------------------------------------------------------

    --There is no...

  • RE: select just one url from each domain in url_list

    Dev (11/11/2011)


    Ninja's_RGR'us (11/11/2011)


    schumichen (11/11/2011)


    the table contains more than 100.000 urls....with every ending that is possible...

    maybe its better to make a new column with the domains ?

    like

    id,url,domain

    so would...

  • RE: select just one url from each domain in url_list

    Dev (11/11/2011)


    If you don't specify ORDER BY with TOP , the resultset order would be uncertain (random) ONLY.

    They won't be ramdom either.

    You want RAMDOM order...

  • RE: select just one url from each domain in url_list

    schumichen (11/11/2011)


    the table contains more than 100.000 urls....with every ending that is possible...

    maybe its better to make a new column with the domains ?

    like

    id,url,domain

    so would that be easier to...

  • RE: select just one url from each domain in url_list

    Dev (11/11/2011)


    schumichen (11/11/2011)


    the table contains more than 100.000 urls....with every ending that is possible...

    maybe its better to make a new column with the domains ?

    like

    id,url,domain

    so would that...

Viewing 15 posts - 1,366 through 1,380 (of 18,926 total)