Posts

Showing posts from September, 2012

Screencast sobre Continuidad del Negocio en SQL Azure

Image
Les comparto este screencast sobre opciones de continuidad del negocio en SQL Azure http://www.youtube.com/watch?v=5ADs0ISbZ1w&feature=youtu.be   Saludos,   Ing. Eduardo Castro Microsoft SQL Server MVP

Scripts para instalar SQL Server 2012 en Windows Server Core

Les comparto los comandos para instalar SQL Server 2012 en Windows Server Core 2012. sconfig tzutil /l tzutil /s "Central America Standard Time" netsh interface ip show config netsh interface set interface name="Ethernet" newname="LAN" netsh interface ip set address "LAN" static 192.168.210.9 255.255.255.0 192.168.200.200 1 netsh interface ip set dnsservers "LAN" static 192.168.210.200 hostname netdom renamecomputer %COMPUTERNAME% /newname:CONTOSOCORE02 shutdown /r netdom join CONTOSOCORE02 /domain:CONTOSO.local /userD:administrator /passwordD:P@ssw0rd shutdown /r --enable Remote Desktop cscript C:\Windows\System32\Scregedit.wsf /ar 0 netsh advfirewall firewall set rule group="Remote Administration" new enable=Yes -- remote shell WinRM quickconfig -- Add the .NET Framework 2.0 and 3.5 dism /online /enable-feature /all /featurename:NetFX3 /source:D:\sources\sxs DISM.exe /online /enable-feature /f