Revised Get-SQLDefaultPaths function#1
Merged
potatoqualitee merged 1 commit intodataplat:masterfrom Jun 9, 2015
Merged
Conversation
I had to remove the split-path($filepath), on systems with mount points and shallow directory structures it was reverting to folders which database engine lacked permissions (for instance if the data directory is d:\data it would change to d:\ and would fail due to lack of permissions). Also revised the switch which was replacing "data" with "mdf" and "log" with "ldf" and then bypassing the conditional test.
Member
|
Woo! Thanks for the fix. |
potatoqualitee
pushed a commit
that referenced
this pull request
Jun 9, 2015
Revised Get-SQLDefaultPaths function
potatoqualitee
pushed a commit
that referenced
this pull request
Mar 19, 2016
…igration Update Copy-SqlCentralManagementServer.ps1
potatoqualitee
pushed a commit
that referenced
this pull request
Jul 18, 2016
Updated Warnings for Users
dansqldba
pushed a commit
that referenced
this pull request
Aug 10, 2016
Development-2016-08-08-2033
dansqldba
pushed a commit
that referenced
this pull request
Oct 13, 2016
Development - refresh 2016-08-16
potatoqualitee
pushed a commit
that referenced
this pull request
Jan 28, 2017
Test sqlconnection port with colon, and others
potatoqualitee
pushed a commit
that referenced
this pull request
Feb 13, 2017
potatoqualitee
pushed a commit
that referenced
this pull request
Sep 18, 2017
Development updating to latest
potatoqualitee
pushed a commit
that referenced
this pull request
Sep 28, 2017
…ptions Pass SqlBulkCopyOptions to SqlBulkCopy
9 tasks
niphlod
added a commit
to niphlod/dbatools
that referenced
this pull request
Oct 23, 2017
potatoqualitee
pushed a commit
that referenced
this pull request
Oct 30, 2017
#2116: Copy-DbaServerAudit: Test Current Audit Filepath for Null
potatoqualitee
pushed a commit
that referenced
this pull request
Jan 20, 2018
3 tasks
potatoqualitee
pushed a commit
that referenced
this pull request
Sep 7, 2018
add ability to only pull one proxy
potatoqualitee
pushed a commit
that referenced
this pull request
Oct 15, 2018
Fix bug with $sourceConnection variable
potatoqualitee
pushed a commit
that referenced
this pull request
Oct 29, 2018
potatoqualitee
pushed a commit
that referenced
this pull request
Oct 31, 2018
potatoqualitee
pushed a commit
that referenced
this pull request
Nov 9, 2018
* rdd - little cleaning * fixing progress #1 * Update to progress
4 tasks
DorBreger
pushed a commit
to DorBreger/dbatools
that referenced
this pull request
May 15, 2024
added an extra check for major version to be consistent with source
This was referenced Nov 19, 2025
Merged
4 tasks
This was referenced Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I had to remove the split-path($filepath), on systems with mount points and shallow directory structures it was reverting to folders which database engine lacked permissions (for instance if the data directory is d:\data it would change to d:\ and would fail due to lack of permissions). Also revised the switch which was replacing "data" with "mdf" and "log" with "ldf" and then bypassing the conditional test.