Viewing 15 posts - 5,761 through 5,775 (of 8,416 total)
RBarryYoung (2/28/2010)
March 1, 2010 at 2:13 am
Barry,
I seem to have struck a nerve, though that was not my intention. I simply found your posts a little verbose and hard to understand. The parts that...
March 1, 2010 at 2:07 am
I have one question: why don't you use a linked server for this requirement?
You could then use the four-part name syntax, or EXECUTE...AT for pass-through queries.
Paul
February 28, 2010 at 10:06 pm
GilaMonster (2/28/2010)
One gentleman had a 100 billion row table.
Did you mention that size isn't everything? 😉
One would hope that such a monster was at the very least partitioned, and quite...
February 28, 2010 at 10:03 pm
Jeff Moden (2/28/2010)
I am surprised a bit that these weren't simply broken up into monthly or even weekly tables rather than going for just one big table.
Well yes, quite.
As I...
February 28, 2010 at 9:59 pm
lmu92 (2/28/2010)
Now that's what I call "significant improvement"!!!!
Seems like I need to look deeper into it, meaning to test it against a larger data set. Just to make sure the...
February 28, 2010 at 9:54 pm
On the subject of logical reads as a performance metric.
I find Joe's reasoning to be sound - he presents his case lucidly, with plenty of examples and some very thorough...
February 28, 2010 at 9:43 pm
RBarryYoung (2/28/2010)
Paul White (2/28/2010)
...if you are going to issue DROPCLEANBUFFERS, you should always issue CHECKPOINT first...
Yeah, I was futzing over whether to do that or not, as it can have...
February 28, 2010 at 9:25 pm
Paul White (2/27/2010)
February 28, 2010 at 8:37 pm
D.Oc (2/28/2010)
Just tested your code and got this as a result:T-SQL Average Execution Time (ms) = 3584
CLR Average Execution Time (ms) = 3933
T-SQL faster by -09%
Thank you very much for...
February 28, 2010 at 8:35 pm
Barry,
Just a quick reply because it is late.
To answer your second question: FLWOR is specified as an XQuery within a query method, so it returns an instance of untyped XML....
February 28, 2010 at 9:28 am
Barry,
A very small thing regarding your script: if you are going to issue DROPCLEANBUFFERS, you should always issue CHECKPOINT first. Otherwise, you're just dropping unmodified data from the Buffer...
February 28, 2010 at 9:21 am
yasin__beykozlu (2/28/2010)
SQL Server Tanitma Konusuna Gelince Bir Hatayla KArsilasiyoruz...
Looks like a data corruption problem.
Restore from backup.
😀
February 28, 2010 at 9:12 am
I don't normally post links to commercial software, but since this site is funded by redgate:
http://www.red-gate.com/products/sql_backup/row_level_restore/why_row_level_restore.htm
Paul
February 28, 2010 at 9:11 am
Viewing 15 posts - 5,761 through 5,775 (of 8,416 total)