Viewing 15 posts - 1,366 through 1,380 (of 18,926 total)
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...
November 11, 2011 at 8:23 am
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...
November 11, 2011 at 8:21 am
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...
November 11, 2011 at 8:19 am
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!
November 11, 2011 at 8:16 am
What is loading twice? The report or the asp page?
November 11, 2011 at 8:11 am
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...
November 11, 2011 at 8:05 am
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...
November 11, 2011 at 8:02 am
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...
November 11, 2011 at 7:54 am
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...
November 11, 2011 at 7:52 am
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...
November 11, 2011 at 7:45 am
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...
November 11, 2011 at 7:44 am
Dev (11/11/2011)
Ninja's_RGR'us (11/11/2011)
schumichen (11/11/2011)
maybe its better to make a new column with the domains ?
like
id,url,domain
so would...
November 11, 2011 at 7:42 am
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...
November 11, 2011 at 7:36 am
schumichen (11/11/2011)
maybe its better to make a new column with the domains ?
like
id,url,domain
so would that be easier to...
November 11, 2011 at 7:31 am
Dev (11/11/2011)
schumichen (11/11/2011)
maybe its better to make a new column with the domains ?
like
id,url,domain
so would that...
November 11, 2011 at 7:30 am
Viewing 15 posts - 1,366 through 1,380 (of 18,926 total)