Viewing 15 posts - 91 through 105 (of 623 total)
See this http://sqlblog.com/blogs/jamie_thomson/archive/2010/11/25/sql-server-2008-sp1-cu-6-includes-small-changes-to-dtsx-files.aspx
I distantly recall running into this. I think if you view the properties of the object rather than opening up in the GUI you can edit this...
July 18, 2018 at 4:13 pm
Could it be the Query Governor?
June 4, 2018 at 2:00 pm
Do you check for corruption using DBCC CHECKDB?
April 19, 2018 at 11:00 am
I sympathize with your situation. I have no technical suggestions because as you have suggested with the data changing there are no reliable solutions to the problem. Here are some...
March 23, 2018 at 2:21 pm
I added start and end dates to table GroupMembers and added StartDate to the primary key. This is to track when an individual or groups enters/exits a group. I embedded the...
February 26, 2018 at 4:43 pm
Thank you! Yes my expected results for 5 were wrong. I may post back if I have additional questions or enhancements which could prove useful to others.
February 26, 2018 at 11:29 am
Thanks Drew. Let me clarify if I can.
I would like to build a groups data structure that allows for a group to contain one or more individual members...
February 21, 2018 at 3:28 pm
Finally was able to find this
decode-sql-server-job-schedules
January 19, 2018 at 4:48 pm
Thanks for your response. Yes there have been different methods of populating this table. As Jeff said one of the methods is broken and needs to be fixed. I will...
January 4, 2018 at 11:43 am
I neglected to provide sample data that would illustrate a particular scenario and naturally the code Lynn provided does not address it. The December 26, 2017 at 5:00 pm
Yes that is exactly what I am looking for. This should help me eliminate 99% of the records. Thanks so much.
December 26, 2017 at 12:07 pm
Thank you to all. I got all solutions to work, the CTE just needed a little adjustment as the poster suggested. The calendar table is quite simple and is probably...
December 12, 2016 at 1:21 pm
drew.allen (10/10/2016)
Do you really need to know that they didn't run within a specific time frame, or only that they didn't run at all?Drew
The former.
drew.allen (10/10/2016)
October 10, 2016 at 1:06 pm
My use case is I have daily jobs that are scheduled to run at a specific time. I want to alert when a job did not run. I thought TIME...
October 10, 2016 at 12:06 pm
Perfect thank you! I didn't know TimeFromParts existed and it is exactly what I was looking for.
September 22, 2016 at 6:44 pm
Viewing 15 posts - 91 through 105 (of 623 total)