Viewing 15 posts - 11,956 through 11,970 (of 15,381 total)
rabisco (5/15/2012)
Sean Lange (5/15/2012)
May 15, 2012 at 11:23 am
The more I think about this the more ugly it becomes. Can this be done in managed code instead in the database? t-sql is just not that efficient at this...
May 15, 2012 at 10:35 am
YUCK!!! Can you go to the to other group and tell him how horrible their naming convention is? Add an underscore, space, anything...
OO_27_a
Fixing this at the source will be...
May 15, 2012 at 10:31 am
Revenant (5/15/2012)
May 15, 2012 at 10:14 am
I would suggest that the looping concept above is not going to be very good for performance. What you are looking for is a slight tweak to an InitCap type...
May 15, 2012 at 9:59 am
/soapbox on
Yeah this just screams of bad things. I have referred to Access as "Corporate Cancer" for a long time. It seems that MS has decided we need fight an...
May 15, 2012 at 9:45 am
Lynn Pettis (5/15/2012)
Looking at the how isnull is being used, to change null to 0, removing the isnull function is the correct step.
+1 yes this looks correct assuming we are...
May 15, 2012 at 8:25 am
If you want some real help please read the following article. How to Post Performance Problems[/url]
Without some details there is <0% chance that anybody will be offer any really good...
May 15, 2012 at 7:53 am
That sounds to me then like your connection is getting closed and therefore losing your app role. Maybe you should try either not closing the query object in between or...
May 15, 2012 at 7:29 am
Viewing 15 posts - 11,956 through 11,970 (of 15,381 total)