Viewing 15 posts - 16 through 30 (of 185 total)
I setup Team Foundation server (TFS) for our group and web team, the DBA team never utilized it but the web team are using it and it has been working...
October 10, 2017 at 10:55 am
Sue,
After talking to network team, it turned out I was given the windows cluster ip address and not the virtual SQL ip address which makes a big difference....
October 10, 2017 at 10:48 am
Sue,
I have, and I am getting can't find the IP message.. As I said the two nodes were rebuilt but the cluster was not destroyed. The old SQL instances...
October 10, 2017 at 8:16 am
Thank you both Sue and Prettsons, I did see the link but I have not tried it yet. I am going to give it a try today. I did ping...
October 10, 2017 at 5:44 am
The security group you set is to control the traffic in/out of the instance, you also need to setup NACL at the subnet level. To connect securely to PowerBI, setup...
September 13, 2017 at 8:38 am
EdVassie,
The script I posted works. I have uploaded about 750 GB of .bak files (backing up the SQL database to 12 .bak files) first to S3 storage, I used...
May 9, 2017 at 10:26 am
Even this post is real old, but I would like to add that I use powershell to copy files between AWS S3 and my local machine. Here is an example:
May 3, 2017 at 12:57 pm
I suggest using PowerShell when it comes to copying large files between your local/AWS. Use Write-s3object cmdlet to copy your .bak file after making the backup through SQL. You need to...
May 3, 2017 at 12:47 pm
Phil - Thank you for the link, I will look into it. Meantime please let me know if there are any other known simple ways to do it.
February 1, 2017 at 2:33 pm
Phil -
I indeed searched before asking the question since most of the times there are examples/articles out there, I only found others mentioning the use of Invoke-Command but couldn't find a...
February 1, 2017 at 1:05 pm
Jeff -
Good question.. At first I had in mind to use transaction and use try/catch in each step so I know where it failed. Now that the process is very...
July 19, 2016 at 8:30 pm
Phil -
You are correct, initially I was trying to print the error message if there was an error. I appreciate correcting me, and I have added throw vs using print...
July 19, 2016 at 8:06 pm
That is why I initially was thinking of using try / catch so I catch an error if first step fails. Thanks for correcting me, I will correct my mistake.
July 19, 2016 at 1:15 pm
Jeff and everyone else -
I did modified my script based on everyone input, thanks. I am starting by placing the database offline => restore => then placing it back online....
July 19, 2016 at 12:53 pm
Viewing 15 posts - 16 through 30 (of 185 total)