Viewing 15 posts - 676 through 690 (of 2,356 total)
What is the error you receive when you click the "connect" button?
Developer does not have a 2 node limitation.
October 25, 2021 at 2:42 pm
I don't know who maintains this list, but it is always up to date.
October 19, 2021 at 6:23 pm
This link will get you going
October 19, 2021 at 5:13 pm
Michael:
Thank you for the suggestion, but unfortunately this brings back all jobs that failed regardless of the date, so it will show the last time a job failed, even...
October 19, 2021 at 5:00 pm
This is the issue
AND h.run_date = (SELECT MAX(hi.run_date) FROM MSDB.dbo.SysJobHistory hi WHERE h.job_id = hi.job_id)AND h.run_status = 0 -- Only Failed Jobs
The run_status needs to go into...
October 19, 2021 at 2:57 pm
Did the trigger not fire, or did the code not execute?
To test if a single column was updated, use the function UPDATE()
Then, if true, use the values of inserted...
October 19, 2021 at 12:58 pm
Yes that is a clustered column store index. I tried creating a regular nc index but it didn’t allow.
I am updating stats using ola hallengren script
I'm not sure what...
October 18, 2021 at 2:51 pm
You need to incorporate the virtual tables "inserted" and "deleted" into you query.
Also, when you update the "start" column, why can't you also add code to set the the columns?
October 18, 2021 at 2:40 pm
This is SQL 2014, so we can have only 1 index on the table..
Where have you heard this piece of misinformation??? A table can certainly have more than one...
October 18, 2021 at 1:07 pm
Thanks for getting back,
I have this SP that runs on a reporting services application where the DB used to be Backup and restore.
Although it has a bunch of select...
October 15, 2021 at 5:41 pm
Thanks... I guess my issue is something else.... 🙂
What specifically is your issue?
October 15, 2021 at 12:33 pm
Some days I want to be the "Data Nazi", just like the soup nazi on Seinfeld. "No data for you!"
October 14, 2021 at 7:01 pm
Sorry guys another question. What is the benefit to append backups to one file? If I do full backup/diff backup/log backup every day, why I need to append files?
Thanks
It's...
October 12, 2021 at 12:22 pm
Viewing 15 posts - 676 through 690 (of 2,356 total)