Viewing 15 posts - 571 through 585 (of 13,838 total)
I've had a quick look in the documentation and can't see anything that suggests you cannot create a linked server in SQL Server Express. Have you tried? What happened when...
February 18, 2024 at 8:58 pm
As the error message suggests, the JSON is invalid. You have three open braces and only two closing braces.
February 18, 2024 at 2:42 pm
Your temp table struct is unpleasantly denormalised – perhaps by design, but I suggest you have a rethink about it, because this is very easily done with normalised data, as...
February 16, 2024 at 5:16 pm
It is possible that your e-mail provider has started enforcing TLS 1.2 for e-mail traffic and that this has caused the issue.
February 16, 2024 at 3:57 pm
Scott's advice is solid. I suggest you compare execution times between the solutions offered and then you'll see why.
February 16, 2024 at 3:53 pm
Is this something which used to work and has started failing, or has it never worked?
February 15, 2024 at 6:28 pm
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
Viewing 15 posts - 571 through 585 (of 13,838 total)