Viewing 15 posts - 46 through 60 (of 117 total)
Thanks Wayne, that's an interesting solution. I am testing and will get back with results.
Lutz, I had looked at building a dynamic query string, but was thinking...
November 22, 2010 at 10:39 am
WayneS (11/9/2010)
Marcus Farrugia (11/9/2010)
Actually no I don't, my knowledge of indexes in general is limited...
Marcus,
Let me try to simply explain.
An index is on multiple columns - in your case, EmpNum...
November 9, 2010 at 1:42 pm
Great Craig, I'll look into your suggested reading links.
November 9, 2010 at 12:26 pm
Hi Craig, other than reading you're link:
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
No I haven't seen execution plans. Looks like I have some homework to do... 🙂
November 9, 2010 at 12:18 pm
Actually no I don't, my knowledge of indexes in general is limited...
November 9, 2010 at 12:10 pm
Thanks WayneS, I appreciate you taking the time to explain.
November 9, 2010 at 11:40 am
Hi, I know my question was very vague. I work for a telecommunications corp on a team that supplies inhouse reporting and applicaiton solutions for a large call center....
September 24, 2010 at 8:12 am
Thanks George, that helps a lot.
September 15, 2010 at 12:51 pm
Thanks Lynn that worked...Not sure why a double 'from' was needed, is there a better way to write something like this?
January 29, 2010 at 12:09 pm
Hi Jeff, Lutz and Lynn...thanks for taking the time to reply...What I'd like to do is create a report for our process team that takes related orders identified by a...
January 20, 2010 at 7:35 am
Lynn Pettis (1/19/2010)
January 19, 2010 at 12:35 pm
Thanks lmu92...I appreciate the detailed explanation. I will have to research more regarding indexing. I've heard the term before but don't really understand the concept.
January 4, 2010 at 9:41 am
What's happening with this query is that because it's a new year
the month value has reset to 1 so what i'm asking for is all data
with month part values between...
January 4, 2010 at 8:40 am
In Access, write your query like this:
SELECT [Field1] & [Field2] & [Field3] AS Result FROM [Table]
Hi rf44...by [Field1] & [Field2] & [Field3] do you mean column headings?
I'm actually looking to...
October 28, 2009 at 6:45 am
Viewing 15 posts - 46 through 60 (of 117 total)