Viewing 15 posts - 691 through 705 (of 7,501 total)
February 14, 2022 at 7:23 am
Does the service account of the target server ( 2016 ) have read authority for the backup file ?
February 11, 2022 at 8:15 am
There is something fishy with the question:
February 11, 2022 at 8:13 am
Spot on, Jeff !
The main point for people to prefer varchar over char is that their GUI development tool doesn't have to bother with trailing spaces.
February 11, 2022 at 7:26 am
Sorry, Steve, I clicked "report" in stead of quote 🙁
Closing a post after 1 year of no responses seems fair to me.
February 10, 2022 at 12:15 pm
That is normal, as tempdb will always have the same startup size per file on a given setup and will grow as needed.
I don't think we can configure its size...
February 10, 2022 at 7:39 am
xEvents are your friend !
Have a look in the attached scripts file on how I monitor hand handle failovers ....
February 9, 2022 at 1:28 pm
You can get all backup / restore history from msdb database!
have a look at ....
select BU.server_name
, BU.machine_name
...
February 7, 2022 at 7:25 am
DBATools.io has a nice function called Find-DbaDbDuplicateIndex (however it has IMHO aflaw and does not report IsUnique for an index, reporting duplicate indexes composed of...
February 4, 2022 at 7:15 am
IMHO: No
It should be set to support the workload of the instance: "Why Cost Threshold For Parallelism Shouldn’t Be Set To 5"
February 4, 2022 at 7:12 am
Someone mentioned that issue on the SQL Slack community also Johan.
Unsure if that was also yourself, but if you file a feature request on http://www.DBATools.io/issues, someone will take a...
February 3, 2022 at 8:58 am
DBATools.io has a nice function called Find-DbaDbDuplicateIndex (however it has IMHO aflaw and does not report IsUnique for an index, reporting duplicate indexes composed of the same...
February 3, 2022 at 8:38 am
DBATools.io has a nice function called Find-DbaDbDuplicateIndex
(however it has IMHO aflaw and does not report IsUnique for an index, reporting duplicate indexes composed of the same column(s) and column...
February 2, 2022 at 3:02 pm
I hope you are logging failed logins somehow. In the detail information it states the actual reason for the failure.
there must be more detailed information about the failure.
Maybe my article...
January 31, 2022 at 3:04 pm
Viewing 15 posts - 691 through 705 (of 7,501 total)