Viewing 15 posts - 2,461 through 2,475 (of 2,769 total)
J-F Bergeron (6/3/2010)
And we might review some of it, maybe it can...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
June 3, 2010 at 1:54 pm
GOT IT TO WORK!!! I set it up to pass the parameters rather than appending them to the string. It works like a champ!
Thanks for your help, everyone!
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
June 3, 2010 at 1:32 pm
J-F -- yes, this is helpful! Before I read your post, I actually did manage to get my SP working properly using dynamic SQL. However, as you mentioned,...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
June 3, 2010 at 1:07 pm
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...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
June 3, 2010 at 12:18 pm
J-F Bergeron (6/3/2010)
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
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 =...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
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...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
June 3, 2010 at 11:28 am
As promised, here's the link to my new thread.
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
June 3, 2010 at 11:13 am
HowardW (6/3/2010)
You could replicate the functionality I guess with something like:
WHERE (Col1=X OR Col2=Y) AND NOT (Col1=X AND Col2=Y).
I thought about that, but that could get messy.
I'm working on putting...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
June 3, 2010 at 9:59 am
Thanks for the assist; unfortunately, it didn't work for me. (Sorry, I should have been a little more specific; my fault.)
Here's my scenario: I wrote a SP, and I'm...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
June 3, 2010 at 9:47 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.
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
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!
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
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...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
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.
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
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. ...
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
May 7, 2010 at 10:06 am
Viewing 15 posts - 2,461 through 2,475 (of 2,769 total)