Viewing 15 posts - 3,616 through 3,630 (of 22,210 total)
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
August 22, 2017 at 9:04 am
How many records would you expect to be returned by this: where uid=@uid
Is it one (or a few) or large numbers? The query itself as posted is very simple....
August 22, 2017 at 5:32 am
Flat out, they're asking for crazy stuff. Even if you can find some type of solution to deliver what's being asked for, it's going to be a Rube Goldberg style...
August 22, 2017 at 5:21 am
Viewing 15 posts - 3,616 through 3,630 (of 22,210 total)