Viewing 15 posts - 2,851 through 2,865 (of 39,861 total)
good thoughts, David. Certainly focused, targeted, appropriate learning is likely an organizational concern. Managers certainly should be involved in developing people, and curating that content is something I hadn't considered,...
May 14, 2020 at 2:51 pm
Glad that worked. Good luck
May 14, 2020 at 2:23 pm
An index is a good idea if you're not going off id. If you are, I'd just run this in T-SQL.
https://www.sqlservercentral.com/articles/deleting-large-number-of-records
May 13, 2020 at 9:22 pm
ah, sorry, I didn't read closely enough.
Are you using PoSh to control this somehow from outside SQL Server?
I'm guessing you want mail_id and then pick a range of ids to...
May 13, 2020 at 7:41 pm
This might help: https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sysmail-delete-mailitems-sp-transact-sql?view=sql-server-ver15
sysmail_delete_mailitems_sp - Database Mail messages and their attachments are stored in the msdb database. Messages should be periodically deleted to prevent msdb from growing larger than...
May 13, 2020 at 6:56 pm
SQL Server has the object code. The procedure code is stored in sys.sql_modules (https://docs.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-sql-modules-transact-sql?view=sql-server-ver15), but there is no facility to retrieve this and recompile it. The nature of that...
May 13, 2020 at 6:51 pm
Standard edition only supports basic AGs: https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/basic-availability-groups-always-on-availability-groups?view=sql-server-ver15
May 13, 2020 at 6:45 pm
The DNS Alias is for the IP, which connects you to the endpoint.
May 13, 2020 at 5:13 pm
No, it's about Powerpoint. It's at the bottom of: https://azure.microsoft.com/en-us/blog/how-azure-machine-learning-enables-powerpoint-designer/
The AI Show link is the main page.
May 13, 2020 at 4:09 pm
We don't have per user settings implemented. There are some ways to do this, but it's a rather large piece of work that we elected not to do.
I do agree...
May 13, 2020 at 3:27 pm
Re: SO, If I look at the two sites, I don't see a ton of difference. They are more tag based, while we are forum based, but I'd like specifics....
May 13, 2020 at 3:18 pm
There isn't a print feature for the whole topic. We haven't had enough call for printing to implement that.
May 13, 2020 at 2:54 pm
I have no idea how some of this stuff works. Most people run anti-virus, but I think some of these programs work differently. I don't know how they transit a...
May 13, 2020 at 2:52 pm
I agree. Happened to come across it in a short course in Python data science, and I'm trying to repeat the skills in R. Had to search around to figure...
May 13, 2020 at 2:50 pm
Viewing 15 posts - 2,851 through 2,865 (of 39,861 total)