Viewing 15 posts - 3,616 through 3,630 (of 22,213 total)
You absolutely cannot reference master from another database, so that won't work at all (currently, wait until the Instance as a Service is released, that could change). My immediate though...
August 30, 2017 at 6:55 am
Using SQL Monitor, you can sort the queries by duration, waits, several different ways. If you use the top of the screen to highlight a particular time range, say the...
August 30, 2017 at 6:04 am
August 29, 2017 at 9:43 am
Yowch! Things sure took a turn for the worse on those. I can see...
August 28, 2017 at 10:14 am
Can you use Agent? You could run a PowerShell script to remove it that way.
August 25, 2017 at 11:04 am
I'm with HanShi. If it's the exact same version and edition, the only maintenance that's really necessary after a restore is a CHECKDB. There's not going to be anything else...
August 25, 2017 at 6:46 am
Considering the amount of mixed technology you're dealing with, I don't have a simple solution for you. The one thing I can add to the conversation, I would absolutely do...
August 25, 2017 at 6:42 am
August 24, 2017 at 9:05 am
JohnDoe564 - Thursday, August 24, 2017 5:29 AMThanks a lot man... really appreciated!
Her name is Gail.
She just likes Star Wars (although...
August 24, 2017 at 5:52 am
Pretty much this, DATEADD, on the columns in your predicate is going to lead to table scans which will absolutely lead to poor performance overall. You'd be better off with...
August 23, 2017 at 3:35 pm
Depends on where the backups are stored really. If you're backing up to your production server, copy then restore, always (and stop backing up directly to the production server). If...
August 23, 2017 at 12:38 pm
Pretty sure you already know the answer.
The email service on SQL Server was only ever really intended to act as an alerting mechanism for issues on the...
August 23, 2017 at 12:33 pm
I'd go straight to PowerShell for this. You can run the query, output it to a result set. Use the result set to delete the files. Way too simple.
August 22, 2017 at 12:19 pm
Viewing 15 posts - 3,616 through 3,630 (of 22,213 total)