Viewing 14 posts - 1 through 14 (of 14 total)
So if I understand you correctly instead of having 3 columns in the Job_Requisitions table, RequisitionNumber, JobID, and LocationID , you would have a 4th column being the...
October 1, 2015 at 10:37 am
the while loop creates the 12 digit random character string subtracting 1 from the
@len variable in each iteration until it has all 12 characters
I will have to look into...
June 17, 2015 at 12:41 pm
yep both against the same db
I originally had this in the Exists statement in the sproc.
IF EXISTS(SELECT RecordID FROM dbo.EvalData WHERE SecAccount=@Secondary AND...
June 17, 2015 at 12:32 pm
Positive. The secondary account code is a 6 character code. it has nothing to do with a person's name i just happened to create one similar...
June 17, 2015 at 11:33 am
Years ago, while I was working in a different industry, all managers of my employer were required to take a course in positive reinforcement. Basically positve reinforcement is doing...
February 5, 2008 at 7:50 am
Thanks Much You have been a great help 🙂
January 30, 2008 at 1:11 pm
we use dbo.sp_Whatever when we execute the sprocs. I was told this will make it not look at the master table is that incorrect?
January 30, 2008 at 1:05 pm
The Application table will only hold one record(The UserID in this case is the Primary Key on this table). However, the Application_Locations table may hold many records for each UserID....
January 30, 2008 at 12:21 pm
Yes, the answers are always available. the display of the questionairre is built from those tables. I made a change to the way we are storing...
October 27, 2007 at 8:39 am
The input would look like this
SELECT udf_GetCheckboxAnswers (218, '2, 4, 5') AS AnswerString
The intended output in this example would be
Tuesday, Thursday, Friday
The second one I showed outputs Friday....
October 27, 2007 at 6:59 am
Yes, the UserId column is Unique. They are set up as a foreign key to another table where they are the primary key.
August 7, 2007 at 7:11 am
yes, they have the square brackets around them. My concern is will these cause a problem. I have renamed some of the columns because they used reserved words. I am...
December 22, 2005 at 7:56 am
Viewing 14 posts - 1 through 14 (of 14 total)