I have a pervasive database call sqn which is my production database. I want to make a copy of my production database as sqndev for testing, on the same server.
I have no idea how to do this HELP Please.
Thanks
Tony
ettienne (TechnicalUser) 25 Jun 09 8:42
You can copy the contents of the...
ettienne-
I try that, but when I try to view the property of any table I'm getting the following errors:
error retrieving stat information on the table.
warning index definitions for table xxx do not match the physicial file.
On the general tab there is no info (blank).
When I double click on...
I have a pervasive database call sqn which is my production database. I want to make a copy of my production database as sqndev for testing, on the same server.
I have no idea how to do this HELP Please.
Thanks
Tony
To All-
Below is what I have so far, I can only get the server name I need to get the server IP ADDRESS. Is there any way for me to get all the server IP ADDRESS?
----------------------------------------------------------
Sub ShowConnectAD
Dim rootDSE
set rootDSE =...
Sorry guys no matter what I try it did not work. For some reason I can get the adspath, mail, name, displayname all at the same time. Below is my new vbscript. HELP !!!!
'
option Explicit
dim octr, sctr, fctr, fso, oShell, objEmail, objIPAWMIService, colIPAItems, objIPAItem
dim svripaddr...
I'm not sure how to access LDAP to export more than one field of data from LDAP.
I need to get the user name, email address, user location.
This is the code I'm using
On Error Resume Next
Dim qQuery, objConnection, objCommand, objRecordSet, obj
Dim oRootDSE, strDomain
Dim File1
Dim RF
set fso...
To All-
How can I check to see if a certain file exists on the SQL server from a store procedure.
I have a store procedure that create a file if number of row is > 0.
What I'm doing is schedule the store procedure to run from 6:00 AM thru 8:00 AM every 30 minute. I what it to only run if...
Brycspain-
Sorry about that, I'm calling the subroutines, but the problem I'm having is when I pass the primary server IP Address I keep getting permission denied.
Thanks
Tony
To All-
I get permission denied when I'm trying to get the server name.
Thanks for any help.
tbscmgi
********************************************************
Sub ShowSVRIPAddress
strComputer = "."
Set objIPaWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set...
To All-
I get permission denied when I'm trying to get the server name.
Thanks for any help.
tbscmgi
********************************************************
Sub ShowSVRIPAddress
strComputer = "."
Set objIPaWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set...
'=========================== G l o b e A r e a ==============================
'
dim sctr, fctr, cctr, c
dim mfr, MFile, EFile, NFile, MasterDict
dim wefp, dt, TInfo, FInfo, PInfo
'
'
'============================================================================
'
' S h o w O p e n...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.