Viewing 15 posts - 391 through 405 (of 3,957 total)
ScottPletcher (2/5/2015)
Why risk not recompiling it?
I would say this risk exists more times than we'd like to admit because we don't always know which SPs are dependent on which tables...
February 6, 2015 at 2:19 am
Is there some reason you don't want to do this?
IF NOT EXISTS
(
select H
from table_1
where a = X...
February 6, 2015 at 2:09 am
Erikur is too quick for me but here's another way. Edit: If you need to limit your results to only those with 2 or more matching criteria, replicate the...
February 6, 2015 at 1:46 am
marko.celarc (2/5/2015)
Below is an example of such statement; my task is to make an update ...
February 6, 2015 at 12:00 am
Let's see if I can work past my blushing here and help out a little bit.
First off, Alan.B's got a great solution as it knocks off both of your specific...
February 5, 2015 at 7:04 pm
When choosing the components to include in the PRIMARY KEY, you must allow for uniqueness. Meaning that you can only have one row per company, employee, pay period and...
February 5, 2015 at 6:20 pm
Wayne West (2/4/2015)
SELECT st.*
FROM Students AS st
INNER JOIN SeekerUsers AS t
ON SeekerUserDBLogin = SYSTEM_USER
AND (t.SeekerUserRole = 1
OR st.DistrictNum IN (SELECT...
February 5, 2015 at 6:15 pm
Grant Fritchey (2/5/2015)
Everything Dwain has said so far is spot on.
I am surprised and somewhat relieved that I am not entirely full of crap, despite what others may be saying...
February 5, 2015 at 5:13 pm
Grant Fritchey (2/5/2015)
Brandie Tarvin (2/5/2015)
I didn't even know this was a thing, but it is....
February 5, 2015 at 5:12 pm
ChrisM (@Home or @Work, whatever) - Your formatting certainly highlighted my calculational gymnastics better than mine did because of the limitation of the SQL code frame/window. Well done!
Interesting alternative...
February 5, 2015 at 2:01 am
GilaMonster (2/4/2015)
February 4, 2015 at 11:18 pm
patrickmcginnis59 10839 (2/4/2015)
dwain.c (2/4/2015)
patrickmcginnis59 10839 (2/4/2015)
dwain.c (2/4/2015)
SQL Query invoked by Crystal Reports v9.2 Performance Issue
I'm a great believer in...
February 4, 2015 at 8:58 pm
KGJ-Dev (2/4/2015)
thank you dwain for your precious time to mentor me. Looking for others suggestion as well.
Yeah, me too. That's why I replied to this thread in the first...
February 4, 2015 at 8:23 pm
Lynn Pettis (2/4/2015)
dwain.c (2/4/2015)
Lynn Pettis (2/4/2015)
gatorfe (2/4/2015)
February 4, 2015 at 7:36 pm
KGJ-Dev (2/4/2015)
February 4, 2015 at 7:34 pm
Viewing 15 posts - 391 through 405 (of 3,957 total)