Viewing 15 posts - 38,686 through 38,700 (of 59,072 total)
a1011 (4/29/2010)
RowIDDatecreated Event
112010-04-01 06:16:16.6230
212010-04-01 12:25:18.9400
312010-04-01 20:03:07.1101
412010-04-01 20:40:27.2170
522010-04-01 09:48:42.4500
622010-04-01 09:51:24.8900
722010-04-01...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2010 at 3:21 pm
To learn how to do this in the future, please see the following article...
http://www.sqlservercentral.com/articles/Crosstab/65048/
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2010 at 8:42 am
I'd say "It Depends". In theory, they should have about the same execution plan. In reality, you need to turn on SQL Profiler and check out things like...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2010 at 8:39 am
Steve Jones - Editor (4/26/2010)
On plagiarism, my alma mater has some free software:http://digg.com/u1UU6a. I could host something using this if someone wants to help code.
Sorry Steve... I'm missing it... "help...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2010 at 9:42 am
David Portas (4/27/2010)
TheSQLGuru (4/27/2010)
Tables are UNORDERED sets of data unless they have a CLUSTERED INDEX on them.
Tables are unordered sets even if they do have a clustered index. A clustered...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2010 at 9:30 am
TheSQLGuru (4/27/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2010 at 9:27 am
jose-276033 (4/27/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2010 at 6:59 am
aaa-322853 (4/27/2010)
If you use a tally table you can...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2010 at 6:44 am
aaa-322853 (4/26/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2010 at 3:51 pm
striker-baba (4/23/2010)
My Sr.dba says we can truncate the log no backup is required..
.
.
what do you suggest.?
I'd suggest that you stop trying to do a DBA's job. Seriously... the DBA...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2010 at 2:04 pm
aaa-322853 (4/26/2010)
Ah... no. CTE's are absolutely wonderful for building "top down", highly readable, highly effective code. I just wouldn't build a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2010 at 1:51 pm
eseosaoregie (4/26/2010)
Managed to run the amendments this afternoon and found considerable improvement in performance. Whole thing loaded in just under 2min 30sec. Network traffic is high during that period...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2010 at 12:28 pm
Paul Morris-1011726 (4/26/2010)
EX 1 = A, 2 = B,...27 = AA, 28= BB,... 53 = AAA, 54 = BBB,...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2010 at 11:49 am
Another stunning example of how an article should be written as well as how to back up all claims with code. Very well done, Paul.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2010 at 11:44 am
You bet. Thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2010 at 10:57 am
Viewing 15 posts - 38,686 through 38,700 (of 59,072 total)