Viewing 13 posts - 1 through 13 (of 13 total)
great thank you for all your help and advice i will take it into account in the future.
Thank you again.
March 5, 2019 at 8:17 am
thank you for the reply i have a couple of return question.
1. is it more beneficial to use a join rather than a sub select in the case...
March 5, 2019 at 7:07 am
In response to your concerns regarding how time is handled in this case our back end system and billing is conducted using 15 minute intervals. On the technician side when...
December 17, 2018 at 5:32 am
This is the application code that is generated when the stored procedure is called and resulting in the "End time cannot be blank" error
FINEST|9864/0|Service cvsat-v3.521.3-dev|18-12-14 13:35:57|Performing Action...
December 14, 2018 at 12:38 pm
Here is the code prior to that call
CREATE PROCEDURE [dbo].[usp_add_TimeCardEntry]
@p_EntryDate date,
@p_TechBranch varchar(3),
@p_TechNo varchar(4),
@p_Tech varchar(50),
@p_WO_Branch varchar(3),
@p_WONo varchar(8),
@p_WONo2...
December 14, 2018 at 12:34 pm
just reran the exact same process and it completed successfully in VS and uploaded the photo correctly. no idea what is causing it to crash first time through and I...
February 20, 2018 at 1:46 pm
the target folder is already created and will always be created prior to the export.
February 20, 2018 at 1:39 pm
was able to get a user to insert a picture that cause the job to crash and was then able to go back in and run the package in VB...
February 20, 2018 at 1:16 pm
I guess at this point I will have to wait until a user enters a record that it doesn't agree with and I will take that record over to my...
February 20, 2018 at 1:00 pm
the cv_wo_xtd_imgs tables holds photos that are uploaded and I have an on insert trigger that calls a sql server job that in turn calls the SSIS package to export...
February 20, 2018 at 12:42 pm
Thanks for the input I guess now I am curious why it only seems to fail sporadically and often times if I delete the image retake it and use the...
February 20, 2018 at 12:22 pm
as an update I took the original file deleted it from my database and inserted a new jpg file with the exact same name and it ran successfully the second...
February 20, 2018 at 10:41 am
I think I have answered my own question. The EXCEPT operator returns DISTINCT records where the NOT EXISTS will return all records so when a DISTINCT clause was added to...
August 10, 2017 at 3:46 pm
Viewing 13 posts - 1 through 13 (of 13 total)