Viewing 3 posts - 1 through 4 (of 4 total)
VBScript for SQL 7.0:
Dim Application
Dim ServerGroupObject
Dim RegisteredServerObject
Dim strTemp
Dim authentication
Dim servername
Dim login
Dim password
Dim fso, txtfile
Dim ed
Set fso = CreateObject("Scripting.FileSystemObject")
Set txtfile = fso.createTextFile("c:\testfile.txt", True)
Set ed = CreateObject("CAPICOM.EncryptedData")
Set Application =...
December 12, 2002 at 6:25 pm
VBScript for SQL 2000:
Dim Application
Dim ServerGroupObject
Dim RegisteredServerObject
Dim txtfile, fil1 , ts
Dim ed
Set ed = CreateObject("CAPICOM.EncryptedData")
Set Application = CreateObject ("SQLDMO.Application")
set ServerGroups = Application.ServerGroups
Set ServerGroupObject = ServerGroups.Item("SQL Server...
December 12, 2002 at 6:23 pm
Hey All,
I work for a large company also and this was the response we got from a Microsoft representative. Please try this out... the only thing is I...
December 12, 2002 at 6:22 pm
Viewing 3 posts - 1 through 4 (of 4 total)