Mostrando postagens com marcador AZURE. Mostrar todas as postagens
Mostrando postagens com marcador AZURE. Mostrar todas as postagens

quarta-feira, 30 de março de 2016

Have you tried Azure Machine Learning Studio yet?

Have you tried Azure Machine Learning Studio yet? If not you definetely should try it out, and do a proof of concept, just for fun.

Go to http://studio.azureml.net, and log in as guest (or register to an account).

Try the sample dataset on Movie Recommendations from Imdb, and build your own opinion.

Try out the newly added Jupiter Notebooks for R. 

Cheers!

Check out my new book about R Language http://www.amazon.com/dp/B00SX6WA06

segunda-feira, 18 de maio de 2015

Copying files to AZURE Storage with AZCOPY

AzCopy is a simple cmd app the you can run to copy files to a blob on AZURE.

You can download that here, and a simple script to copy files to azure is:

CD C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy
AzCopy /Source:C:\backup /Dest:https://yourazureblobgoeshere /DestKey:yourkeyhere  /Pattern:*.BAK

Check out my new book about R Language http://www.amazon.com/dp/B00SX6WA06

sexta-feira, 12 de dezembro de 2014

STOP the press: sp_msforeachtable not present in SQL AZURE!

STOP the press: sp_msforeachtable not present in SQL AZURE!


Unfortunately, sp_msforeachtable didn't make into Microsoft cloud database stack. I could go around this limitation because my problem was deactivating all constraints for a data migration project, and I could use SQL SERVER dmv's.



--
Check out my new book on MariaDB http://www.amazon.com/dp/B00MQC06HC