Viewing 7 posts - 1 through 7 (of 7 total)
Write a stored procedure and schedule it to run every hour that checks the latest STARTDATE in your table. If the number of hours difference is greater than or equal...
June 27, 2019 at 12:57 am
update {your-table}
set TPN = right('000000000' + rtrim(ltrim(TPN)), 9)
where isnumeric(TPN) > 0
June 26, 2019 at 9:51 pm
When you drop the original column, the index associated with that column will be dropped. Then after you rename the new column to its old (original) name, the index will...
June 26, 2019 at 8:29 pm
select Case_ID
March 28, 2019 at 11:01 am
F_SUBFORMAT is an index on its own. Why not make the last condition "AND EXISTS (SELECT 1 FROM AllSubformats ASF WHERE ASF.Val = TP.F_SUBFORMAT)" into an INNER JOIN in the...
February 21, 2019 at 12:23 pm
January 22, 2019 at 11:09 am
Sorry. Newbie to the Forum. Not sure how to format my post.
January 18, 2019 at 11:39 am
Viewing 7 posts - 1 through 7 (of 7 total)