Viewing 15 posts - 616 through 630 (of 13,877 total)
What do you want to see if the values are different? Which value takes precedence?
February 15, 2024 at 9:22 am
--Deleted
February 14, 2024 at 11:42 am
SSIS can run compiled code through the use of an Execute Process task.
February 13, 2024 at 6:39 pm
Thanks for the response..
how do we check what you recommended ?
https://www.sqlservercentral.com/blogs/quick-tip-wmi-alerts-and-sql-server-agent-permissions..
Let me check and get back...
But the query captures data from 100+servers...so how does this work...check on all servers...
February 13, 2024 at 3:27 pm
Assuming the package is deployed to SSISDB, it is possible to execute it by calling a stored procedure.
Stored procedures can be called from a SQLCMD command line and parameters can...
February 12, 2024 at 8:49 am
The tool should allow both scheduling and manual execution of jobs.
I'd prefer an attractive interface where we configure jobs, set up who can execute those jobs and perform the execution...
February 9, 2024 at 3:50 pm
Might be a bit to powerful for what you need but check out dSeries workload automation from Broadcom, used that in the past for this type of centralised job...
February 9, 2024 at 1:47 pm
Thanks for responding. I'm hoping to find something a bit prettier than SQL Agent, and ideally a product which is independent of SQL Server, as it may be used for...
February 9, 2024 at 12:30 pm
Note to self: remember to rent a Lambo one day.
February 9, 2024 at 11:17 am
Have you ever been in the situation that you need to keep the Data Flow as Delay validation = True because otherwise VS hangs...?
I haven't had this, as far...
February 8, 2024 at 1:53 pm
I first added an 'Expression task' to the Control flow but then nothing was passed to the Source Editor query window...I wonder why? What is it for then...
The Expression Task allows...
February 8, 2024 at 12:12 pm
Looks like I spent time yesterday trying to do the impossible.
I've been having lots of days like that recently. Then again, I am working with Azure Data Factory.
February 7, 2024 at 9:32 am
I don't think you can control the format of Agent history messages. But maybe you could write any errors to a table and then query that.
February 7, 2024 at 9:16 am
Have you checked the All Executions report?
I suspect that the tasks are not being skipped, rather that they are not executing successfully, which would be in line with TangoVictor's post...
February 6, 2024 at 11:04 pm
Create a calculated variable to hold the SQL statement you need
"Select * from BIG_view where Value_Date = '" + @ValueDate + "'"
Wouldn't it make more sense...
February 6, 2024 at 2:46 pm
Viewing 15 posts - 616 through 630 (of 13,877 total)