Viewing 15 posts - 16 through 30 (of 95 total)
Oops! Looks like it was bad data....BRB Phil
February 27, 2010 at 12:32 pm
Very cool. I'll investigate the meaning of the MAX( ... it's not obivous why it's used there.
However, using this with my REAL data (I posted only an example) I get...
February 27, 2010 at 12:25 pm
Thanks to Silverfox and ALZDBA for the quick replies!
OK, if I do this am I on the right track?:
1) Manually:
Set recovery model to Full
Do a log...
September 24, 2009 at 6:06 am
Thanks for your assistance. I took Mother's day off to go feed the blackflies in Northern Ontario.
Some replies and questions:
Sorry for the difficulties downloading my code. I tried to follow...
May 11, 2009 at 7:13 am
Thanks for the encouragement.
I have attached a greatly improved version of the stored proc.
I think as you develop technical skills in a product there are typical stages including: what is...
May 9, 2009 at 11:27 am
D'oh, as Homer Simpson would say. I did not know about the Top 100%. Seems redundant, but if it works...
In a nutshell, I am tasked with rewriting a stored proc...
May 8, 2009 at 4:51 pm
I'm continuing to work on this while awaiting any performance or other advice I might receive, and I now have some specific questions, observations:
-I am now in a position to...
May 8, 2009 at 11:18 am
Here are the data as attached files...
May 8, 2009 at 6:28 am
Here is the test data setup using an empty db called testing, and the stored proc.
(Data moved to attched files in another post)
May 7, 2009 at 8:50 pm
I'm back. I have gone off and done my homework, hopefully, so let's restart this discussion, and I'll post my code and some test data. I have learned much while...
May 7, 2009 at 8:44 pm
It's hard to remember you started out to drain the swamp when you're up to your *** in alligators. --old IT saying
Sorry if I have offended the volunteers here,...
May 4, 2009 at 7:07 am
Hints on how to extract some data into, perhaps, an INSERT statement, so that it is useful to those trying to help me??
This is some data for table KTScores (for...
May 1, 2009 at 7:56 pm
In the hopes that this won't be overkill, here's the stored proc I use currently.
Some notes:
The list of analyses to perform is a list of integers matching the KeyTraitNumber field...
May 1, 2009 at 7:36 pm
Oh, right. You have locked the Session variable for the current user.
Does your code for lock(item) have some way of locking all Session variables of the same name inside the...
March 31, 2009 at 2:57 pm
I'm not familiar with a 'lock' verb where you say you are locking the Session variable from reading by other threads... but two things: In my understanding of asp.net, there...
March 31, 2009 at 2:41 pm
Viewing 15 posts - 16 through 30 (of 95 total)