Viewing 15 posts - 1 through 15 (of 486 total)
Pasting the powershell code here rather than attaching as the forum does not allow .ps1 files:
Param (
[string]$preLocation,
[string]$postLocation
)
$cur_dir = Get-Location...
MCITP SQL 2005, MCSA SQL 2012
January 6, 2022 at 12:10 pm
I have managed to figure out a solution to the issue, but the process is very lengthy to explain. I cannot post fully the entire process documentation here as it...
MCITP SQL 2005, MCSA SQL 2012
January 6, 2022 at 12:06 pm
one way of doing it
Merge manager should decide (within team) which change should go first
developer A
--> Local ...
MCITP SQL 2005, MCSA SQL 2012
September 14, 2021 at 6:30 pm
I understand what you are saying but in this particular instance the developers are working in isolation on seperate objects within seperate schemas and due to the nature of how...
MCITP SQL 2005, MCSA SQL 2012
September 14, 2021 at 6:25 pm
Just a note after some further testing, in the example above merging master into the DevB PR does resolve the PR merge conflict. In this case I have to choose...
MCITP SQL 2005, MCSA SQL 2012
September 14, 2021 at 3:00 pm
Hi Steve I'm not sure I fully understand you suggestion. Take this scenario:
...
MCITP SQL 2005, MCSA SQL 2012
September 14, 2021 at 1:48 pm
Typically a colleague has just found the issue after a few hours looking at this issue. The project properties for the solution had the "TargetServerVersion" field set to "SQL server...
MCITP SQL 2005, MCSA SQL 2012
November 21, 2018 at 7:53 am
One other nugget of information which strikes me as odd, if we import the package into SSIS the script task is populated with our custom code to set the connections, ...
MCITP SQL 2005, MCSA SQL 2012
November 21, 2018 at 7:37 am
The only viable workaround at the moment is using package configurations for the...
MCITP SQL 2005, MCSA SQL 2012
November 21, 2018 at 7:28 am
MCITP SQL 2005, MCSA SQL 2012
November 21, 2018 at 7:26 am
This is very interesting as its something we are actively looking at right now.
MCITP SQL 2005, MCSA SQL 2012
August 29, 2018 at 9:30 am
If its the SQL server timing out then it should also appear in the SQL server Log, there may be further information which can help debug, if its just the...
MCITP SQL 2005, MCSA SQL 2012
July 12, 2018 at 8:35 am
Typically when I have had semaphore timeouts it has been due to CPU pressure on the resource, have you checked the CPU usage stats on the RDS instances and the...
MCITP SQL 2005, MCSA SQL 2012
July 12, 2018 at 3:08 am
Where are you running the redgate software? Are you running on an EC2 instance in one of those regions or from on premise?
MCITP SQL 2005, MCSA SQL 2012
July 11, 2018 at 7:29 am
I am looking at deploying a SQL Standard Cluster in AWS using SIOS DataKeeper. Anyone...
MCITP SQL 2005, MCSA SQL 2012
July 9, 2018 at 8:04 am
Viewing 15 posts - 1 through 15 (of 486 total)