Viewing 15 posts - 5,971 through 5,985 (of 6,486 total)
Now that the exchange rate is roughly 1 pound=2 dollars (today's rate as best I could find it), sounds like our colleagues "across the pond" are making out better than...
October 23, 2007 at 11:41 am
you're not doing anything wrong - it's a formatting trick.
95% of 1 hour = 95% of 60 minutes = .95*60 minutes= 57 minutes.
It's simply a matter of formatting (probably best...
October 23, 2007 at 11:23 am
Kenneth Wilhelmsson (10/23/2007)
If you want to know which day of the week a given date is, then there is exactly one way that will always give the correct answer, regardless...
October 23, 2007 at 8:50 am
oh I'll keep an eye on it - and I'll jump on when I can. I just got something dumped in my lap I now have to evaluate and...
October 22, 2007 at 9:09 pm
of course - you need to have a clustered index - you just don't need the clustered index to be based on something sequential, like an identity field.
October 22, 2007 at 8:57 pm
Jeff - no major caveats. Just for S & G's, a few weeks ago I did a "full" sloppy install (zone alarm and avg still running, upgrade right...
October 22, 2007 at 8:21 pm
Well - I'm having some fun with having "lost" what I was testing earlier - but I will recreate later.
What it seemed to tell me though that it was performing...
October 22, 2007 at 2:52 pm
Sergiy - what I do believe is that it took a while for people to learn how to optimize 2000 when it came out, so to toss something out based...
October 22, 2007 at 1:35 pm
In either case, performance will be based on however many procs you "give" to SQL server. being licensed for a few user CAL's will not affect performance on the...
October 22, 2007 at 1:25 pm
Michael Meierruth (10/22/2007)
How to you select/copy/paste the sample code in the gray background areas?When I do this I don't get any line breaks.
When in the eidtor window - pick the...
October 22, 2007 at 1:06 pm
I'm thinking you probably want to use an output parameter, instead of messing with the return code.
Looks something like this:
create procedure blah (existing param list.....,@MYOUTPUT varchar(50)= null OUTPUT)
as
.....
SELECT DISTINCT...
October 22, 2007 at 12:58 pm
This might be "cheating", but - have you considered asking your mainframe folks to provide this data in a fixed width format (i.e., not delimited)? if you did -...
October 22, 2007 at 12:38 pm
Well - I didn't notice Joe asking to get paid on their payscale. Just said he'd like to work over there:)
Of course - the way the dollar is...
October 22, 2007 at 12:04 pm
Pete -
What is wrong about what you see. It would probably be helpful to see what you're sending and what you're getting back, so we can help you...
October 22, 2007 at 11:55 am
As I recall from Microsoft's "Holy Book of Licensing" ( )- the divine rule reads this way:
- SQL CAL's are NOT concurrent-use CAL's. That means you'd need...
October 22, 2007 at 11:52 am
Viewing 15 posts - 5,971 through 5,985 (of 6,486 total)