Viewing 15 posts - 2,461 through 2,475 (of 2,766 total)
I just found sp_executesql in BOL.
I'm going to mess around with this a little. If I get anywhere with it, I'll be sure to post whatever solution I conjure...
June 3, 2010 at 12:18 pm
J-F Bergeron (6/3/2010)
June 3, 2010 at 12:00 pm
nabidavid (6/3/2010)
select * from #NameList
where (ISNULL(@BySpecID, '') <> '' AND ISNULL(@ByOfficeID, '') <> '' AND Name like @ByName and City like @ByCity and County like @ByCounty)
or (ID =...
June 3, 2010 at 11:41 am
nabidavid (6/3/2010)
select * from #NameList
where (ISNULL(@ByID, '') <> '' AND ISNULL(@BySpecID, '') <> '' AND ISNULL(@ByOfficeID, '') <> '' AND Name...
June 3, 2010 at 11:28 am
Wow, two major stories on the same day: perfection lost on a blown call, and a future Hall of Famer calls it a career.
June 3, 2010 at 9:29 am
Hey Dan, anything to report on this?
Haven't heard from you in a while, so I was just wondering!
May 18, 2010 at 11:18 am
Steve Jones - Editor (5/10/2010)
And a perfect game for Moneyball. Very cool and wish I'd been able to see it.
Against Tampa Bay, no less. Looks like the Rays are...
May 10, 2010 at 8:54 am
Here's another commentary by Doug Glanville[/url]. This one might even be somewhat appropriate for SSC, since he talks about information overload.
May 7, 2010 at 3:22 pm
I actually thought this was a great question, because it made me think. I looked at my choices and said to myself, "okay, let's say I'm processing this. ...
May 7, 2010 at 10:06 am
Steve Jones - Editor (5/5/2010)
My take: Painting a picture
Very nice. Great sentiment.
Alas, there was another baseball related death today . . .
May 6, 2010 at 2:35 pm
Michael Valentine Jones (5/4/2010)
Exciting baseball action:
I get the impression that Ozzie Guillen would like to do the same to his leadoff hitters! 😀
May 4, 2010 at 11:55 am
Viewing 15 posts - 2,461 through 2,475 (of 2,766 total)