Viewing 15 posts - 16 through 30 (of 60 total)
Grant Fritchey (5/16/2008)
SELECT a.[AddressID],
...
May 19, 2008 at 1:54 pm
When I'm stuck like this, I usually go crazy with commenting out code until I get to something that does work.
So in this case, I'd recommend commenting out everything...
May 15, 2008 at 9:37 am
Matt Miller (5/9/2008)Actually - the "first pass" you talk about would only conceptually happen when there is NO appropriate supporting indexes. with the appropriate indexing - the top levels of...
May 9, 2008 at 10:45 am
Grant Fritchey (5/7/2008)
May 9, 2008 at 9:17 am
Jeff Moden (5/6/2008)No... no Reporting Services or Excel required. Take a peek in Books Online for "cross-tab reports" in SQL Server 2000 or follow the following URL...
http://msdn.microsoft.com/en-us/library/aa172756(sql.80).aspx
They're very effective,...
May 9, 2008 at 9:01 am
Jeff Moden (5/6/2008)
May 6, 2008 at 12:03 pm
Jeff Moden (5/6/2008)
May 6, 2008 at 9:32 am
GilaMonster (5/6/2008)
If I may suggest...
Look into moving code into stored procs and calling with parameters. It's a far more secure way of doing things.
How...
May 6, 2008 at 8:48 am
Jeff Moden (5/6/2008)
dfalso (5/6/2008)
I'll attempt to give an example to illustrate (btw, this also illustrates a candidate for an appropriate use...
May 6, 2008 at 8:26 am
{I was encouraged to discuss my position a little better}
I'll attempt to give an example to illustrate (btw, this also illustrates a candidate for an appropriate use of cursors):
Think about...
May 6, 2008 at 8:07 am
JJ B (5/2/2008)
So,...
May 2, 2008 at 12:23 pm
GSquared (5/2/2008)
If I were interviewing a potential DBA, and asked a silly question like this, the whole...
May 2, 2008 at 9:21 am
Jeff, I appreciate both your and Grant's replies. I also appreciate your concerns about something that's written for a small situation now, but for whatever reason is used in a...
May 2, 2008 at 8:08 am
Jeff Moden (5/1/2008)
Lot's of good thoughts there... but instead of going through all that, why not just write good setbased code that will be performant and scalable all the time?...
May 1, 2008 at 7:01 pm
I know I'm very late to the game (wasn't reading this board last year, sorry). And first, let me say I had a good time reading through everyone's approach at...
May 1, 2008 at 3:12 pm
Viewing 15 posts - 16 through 30 (of 60 total)