Viewing 15 posts - 4,456 through 4,470 (of 4,476 total)
The paths all being the same between two instances isn't right. The subsystem_dll paths should be different between instances on the same server.
I have no idea how the instance root...
August 5, 2016 at 12:45 pm
The other thing I keep forgetting...when you restarted SQL Agent, look at the Out file, error log and see if there are errors on startup for the SSIS subsystem. I...
August 4, 2016 at 5:42 pm
I have seen the same behavior with two instances so it's not as weird as it may seem. The syssubsystems table gets populated based on entries in the registry. It...
August 4, 2016 at 9:18 am
If the subsystems data appears correct and all the paths are fine, You can also get the error with permissions issues, not just messed up subsysystems. Check the windows log...
August 4, 2016 at 7:37 am
Interesting as that is exactly what is being done in that article so not sure how it wouldn't apply. The error seems to indicate the subnets aren't talking to each...
August 3, 2016 at 2:56 pm
And what are the details in the SQLAgent.out file when the job fails? You would also want to look at when Agent started, not just when the job fails as...
August 3, 2016 at 2:38 pm
If and when it shows up again, you may want to query msdb..sysjobs as well. That will at least tell you when the job was created and the owner which...
August 2, 2016 at 5:24 pm
Jonathan Kehayias has a good article on setting up multi-subnets as well as the routing between the subnets for AGs and Clustering. Not sure if it helps with whatever all...
August 2, 2016 at 12:07 pm
I'd do a DBCC CHECKDB of all the databases. Also try a backup to a network drive or another physical drive if that's feasible to see if you still get...
July 28, 2016 at 4:26 pm
That format file doesn't match up with your query you are using. The format file you have is for 11 columns but your query indicates you are only exporting one...
July 27, 2016 at 2:26 pm
I believe the issue you are running into is that SYSDATETIMEOFFSET() is not Daylight Savings Time aware.
How you handle the difference depends on numerous things (what you are doing...
July 27, 2016 at 11:54 am
Actually dbcc opentran could still not give you the results you need since it's for the current database only.
Did you query sysprocesses where open_tran >0
I would also try this...
July 27, 2016 at 11:39 am
What is the output you get when you run:
DBCC OPENTRAN
Sue
July 27, 2016 at 11:23 am
I've done in before in using the MAP tool, worked pretty well. This MS blog has some info on using it:
Sue
July 26, 2016 at 1:04 pm
I don't think there is anything native to SSIS for this and I'm not sure this is really an SSIS task as much as a coding task. But it doesn't...
July 26, 2016 at 12:12 pm
Viewing 15 posts - 4,456 through 4,470 (of 4,476 total)