Bienvenidos!
Este es el sitio de la Comunidad de Usuarios de Windows Costa Rica!
La plataforma de colaboración de este sitio te permite ser parte de una comunidad creciente en la cual estamos enfocados en compartir conocimiento, y más que todo tenerte al día en con las nuevas tendencias de software que harán más fácil las labores diarias de tecnología de información. Si tienes algún comentario o sugerencia, nos puedes contactarnos y nos dejas una nota!
Sinceramente,
Eduardo Castro
MS Windows Costa Rica (mailto:info@mswindowscr.org)
Comunidad de Usuarios.
|
Políticas de Privacidad
Para dejar de recibir este boletín por correo electrónico envíe un correo a eventos@mswindowscr.org. |
Windows 7 está disponible oficialmente
Ya está disponible Windows 7, el nuevo y mejorado sistema operativo de Microsoft!
Windows 7 ha sido diseñado y renovado según tus comentarios. Optimizando su rendimiento, facilidad de utilización y velocidad de respuesta para funcionar como tú lo deseas. Integramos muchas mejoras, y otras que ni te has imaginado.
Conoce más en las siguientes direcciones:
|
Eduardo Castro
Administrador
Comunidad Windows
http://comunidadwindows.org
What's New
-
Recently I did converted one Physical SQL Server to VHD, but the physical machine does had SCSI drives, so after the convertion the newly virtual machine did not boot and I got the a blue screen during boot, to solve this issue I followed these instructions http://social.technet.microsoft.com/Forums/en/winserverhyperv/thread/ef8c12f7-c45d-442e-9a30...
-
To do physical SQL Server Machine to virtual convertion you can use System Center, but if you don’t have it and you only want to a raw disk convertion you can use the Disk2VHD Tool from SysInternals, the VHD disk that this tool creates can be used as a VM for either Microsoft Virtual PC or Hyper-V. You can download the tool from http://technet.microsoft...
-
If you need to access some Active Directory information from SQL Server you can use the openquery command with the ADSI provider, below is an example for doing that select * from openquery(adsi, ' select displayName from ''LDAP://dc=comunidadwindows,dc=org'' where objectCategory = ''Person'' and objectClass = ''user''...