Urgente Regedit SQLServer

17/05/2004 - 23:05 por Pao | Informe spam
Hola, anteriormente habian publicado algo para leer con el
xp_cmdshell una entrada del regedit, la busque pro no la
encuentro, alguine sabe como yo puedo ver la version del
mdac pero desde el regedit???


Gracias

Preguntas similare

Leer las respuestas

#1 Gustavo Larriera [MVP SQL]
17/05/2004 - 23:32 | Informe spam
Si necesitas saber los detalles de tu MDAC puedes hacer un download de la
herramienta Component Checker del sitio de Microsoft.

http://www.microsoft.com/downloads/...laylang=en

saludos
gux

Gustavo Larriera, MVP-SQL, MCSE
Uruguay LatAm
Este mensaje se proporciona "COMO ESTA" sin garantias y no otorga ningun
derecho / This posting is provided "AS IS" with no warranties, and confers
no rights.
"Pao" wrote in message
news:e28a01c43c52$a9752cb0$
Mostrar la cita
#2 Pao
17/05/2004 - 23:46 | Informe spam
Realmente no me interesa saber la versión mas sino el
comando para leer cualquier cosa del regedit con el
xp_cmdshell

Mostrar la cita
un download de la
Mostrar la cita
FamilyID=8f0a8df6-4a21-4b43-bf53-
14332ef092c9&displaylang=en
Mostrar la cita
no otorga ningun
Mostrar la cita
warranties, and confers
Mostrar la cita
el
Mostrar la cita
#3 Isaías
18/05/2004 - 00:33 | Informe spam
Para es fin, existe un Store:

xp_regread
This extended stored procedure is used to read from the
registry.

Syntax:

EXECUTE xp_regread [@rootkey=]'rootkey',
[@key=]'key'
[, [@value_name=]'value_name']
[, [@value=]@value OUTPUT]




For example, to read into the variable @test from the
value 'TestValue' from the key 'SOFTWARE\Test' from
the 'HKEY_LOCAL_MACHINE', run:

DECLARE @test varchar(20)
EXEC master..xp_regread @rootkey='HKEY_LOCAL_MACHINE',
@key='SOFTWARE\Test',
@value_name='TestValue',
@value=@test OUTPUT
SELECT @test
#4 Pao
18/05/2004 - 00:55 | Informe spam
Ok, muchas gracias
Mostrar la cita
#5 Eladio Rincón
18/05/2004 - 01:57 | Informe spam
Hola,

aquí tienes algunos ejemplos que te pueden servir:
http://eladio.europe.webmatrixhosti...p;Articulo5.xml

Eladio Rincón
Torrevieja - Alicante
MCAD, SQL Server MVP
http://www.siquelnet.com

"Comparte lo que sabes, aprende lo que no sepas." FGG

"Pao" escribió en el mensaje news:e2bf01c43c58$783b3030$
Realmente no me interesa saber la versión mas sino el
comando para leer cualquier cosa del regedit con el
xp_cmdshell

Mostrar la cita
un download de la
Mostrar la cita
FamilyID=8f0a8df6-4a21-4b43-bf53-
14332ef092c9&displaylang=en
Mostrar la cita
no otorga ningun
Mostrar la cita
warranties, and confers
Mostrar la cita
el
Mostrar la cita
Ads by Google
Search Busqueda sugerida