Viewing 15 posts - 5,131 through 5,145 (of 39,740 total)
I'd add a field to the staging table that allows me to batch things. So if I loaded 10 records, I'd mark those 10 as "in process", and if there...
July 5, 2018 at 11:03 am
You can use Get-Credential to enter new credentials.
July 5, 2018 at 10:59 am
Thom has some good thoughts. I'd also add what is your skillset? Or that of your team?
If you have mostly Linux or Windows experience, it's a con to...
July 5, 2018 at 10:53 am
There are items inside SQL Server that use the CLR objects, so the .NET framework is required.
July 5, 2018 at 9:54 am
run dbcc to check this table, and really, you ought to run a dbcc checkdb across the entire database.
July 5, 2018 at 9:44 am
Well, no real problem, but often the patching process will require the service to stop and restart. A host OS reboot might occur. Actually, I'm not sure if any CU...
July 5, 2018 at 9:44 am
I think you're right, in that you need SA and you get one failover. You'd be OK with the licensing here. We have BAGs here, but we assume that failover...
July 5, 2018 at 9:39 am
July 5, 2018 at 9:31 am
Are you trying to somehow track a missing index to a query?
You capture warnings: https://sqlperformance.com/2015/10/extended-events/capture-plan-warnings
July 5, 2018 at 9:30 am
I'd lean towards using some table that tracks test data and then using that in reports (or views) to ensure the test data isn't included in the reporting system.
July 5, 2018 at 9:28 am
The day...
July 5, 2018 at 8:23 am
July 3, 2018 at 11:39 am
So we do split out by version, but there's no control over posting there. I know if I look for issues with VS2017, I'll sometimes see posts in the same...
July 3, 2018 at 11:11 am
July 3, 2018 at 10:09 am
Viewing 15 posts - 5,131 through 5,145 (of 39,740 total)