Viewing 15 posts - 1 through 15 (of 22 total)
To steveb - It does doesnt it?
To Matt Miller -I am aware of that, however, I am under the assumption that i can simply encase it in a stored...
June 17, 2008 at 9:31 am
Yes - Specific Instructions are given to govern the specifics on how the lists are processed, so that they may be in accordance with certain ordinances/laws (I know it sounds...
June 17, 2008 at 9:21 am
Perhaps you are not understanding the details of the selection process:
If you are selecting 30 people
out of 100 possible people (they meet the criteria)
and the 100 is within the...
June 17, 2008 at 9:07 am
Lets say You have 100 seperate lists of a range of 25-50 people each. For the purpose of inputting the data, you compile all people into one list, organized by...
June 16, 2008 at 8:50 am
Why? For the purpose of the application I am trying to build:
Those metrics for counting and selection of people are in compliance to regulations on how the process of selection...
June 16, 2008 at 8:10 am
The test worked
Next week Ill give this a try adapted into my actual implementation and see if it works - Thanks abunch
June 13, 2008 at 2:13 pm
thats ok, thanks for your suggestion, I just clarified by initial post, and it was my mistake of posting in more than one forum, I didn't know that many people...
June 13, 2008 at 12:04 pm
The ordering will be done on a temporary table that has been pulled from the master list, that is the temp table /array list structure I was referring to.
June 13, 2008 at 10:41 am
The selections made and inserted into the Persons and PersonsAddress tables will be sorted in sequential order, in other words (after insertion):
For person table:
PersonID Order...
June 13, 2008 at 9:13 am
help please.
I have the following situation:
I want to populate two related tables
Person (PersonID, PersonName, PersonLName)
PersonAddress(PersonAddressID, PersonID, PersonAddr, PersonCity, PersonState, PersonZip, County)
from a table which contains all the data needed
MasterList(PersonName,...
June 12, 2008 at 6:56 pm
help please.
I have the following situation:
I want to populate two related tables
Person (PersonID, PersonName, PersonLName)
PersonAddress(PersonAddressID, PersonID, PersonAddr, PersonCity, PersonState, PersonZip, County)
from a table which contains all the data needed
MasterList(PersonName,...
June 12, 2008 at 6:53 pm
PLEASE HELP:
Speaking of loosing a job, I'm a junior level programmer and if I don't get the following issue figured out quickly - I might be in danger of...
May 20, 2008 at 9:50 am
PLEASE HELP: I AM TRYING TO USE THE FOLLOWING SCRIPT TO :
1. FOR EACH TABLE IN A GIVEN DATABASE (I am using a cursor for this)
2. FIND IF A COLUMN...
May 20, 2008 at 9:37 am
thanks for responding,
No its "to each his own" for each file - some text files are tab delimited, some are csv, some are | delimited. the same is true for...
May 8, 2008 at 9:14 am
please help me out:
I am trying to write a simple SSIS package that will take in a directory name, and using a for each loop process through and import data...
May 7, 2008 at 11:08 am
Viewing 15 posts - 1 through 15 (of 22 total)