TUTORIAL SQL SERVER
ID:20341 |
exec sp_addlinkedserver @server = 'ORIG', @srvproduct = '', @provider = 'SQLOLEDB', @datasrc = 'Nom |
APLAUDIR TUTORIAL
VER TUTORIAL
OTROS
TUTORIALES SQL SERVER |
Distinct Count
Para contar los registros diferentes por un campo especifico: USE BaseDeDatos GO SELECT COUNT(D |
|
Seleccionar registro aleatoriamente
Para seleccionar una fila aleatoriamente de una tabla podemos usar la query: select top 1 * from |
|
Visualizar lecturas y escrituras del Servidor SQL
Podemos visualizar las lecturas y escrituras, y incluso el tiempo que tardan del servidor SQL Server |
|
SQL Server. Leer el transaction Log.
SQL Server. Leer el transaction Log. |
|
How to change the security mode in SQL Server after installation
Another way to change the security mode after installation is to stop SQL Server and set the appropr |
Añadir
a Favoritos
|
Pagina
de Inicio
|
Premios y agradecimientos
|
Aviso Legal
Tutorial-enlace.info