Viewing 10 posts - 1 through 10 (of 10 total)
declare @i int
declare @ia int
declare @ib-2 int
declare @ic int
declare @startTime datetime
declare @endTime datetime
set @startTime = GETDATE()
set @i = 1
while @i <101
Begin
Set @ia = @i%3
Set @ib-2 =...
May 31, 2007 at 1:31 pm
No http - no go.
You could redirect the output to open an instance of word, excel, etc., then use this accross the lan but there are some issues with this especially with...
September 16, 2005 at 8:23 am
Sorry the line strClass = "Win32_NTEventLog"
Should read:
strClass = "Win32_NTLogEvent"
September 13, 2005 at 6:48 am
If you go to command prompt and type in wbemtest and enter.
Hit connect.
Change the location from:
root\default to root\cimv2 and hit login
Hit enumerate classes, use recursive radio button, hit ok
You will...
September 13, 2005 at 6:43 am
Regarding the problem with outputing to Word. The DBName has nulls. We used an If..Then to detect the Null, and output "no db" else the name of the database. If...
June 30, 2005 at 6:27 am
The main idea is to generate an output as a webpage accessible by browser that isolates the sql server from the user. I don't want to rebuild the server and...
May 17, 2005 at 1:06 pm
I found this an easier approach
I run the following batch file at logon:
cscript status.vbs
rem pause
The status.vbs is as below, you need admin access, the name of the computer and a...
August 6, 2004 at 6:54 am
Viewing 10 posts - 1 through 10 (of 10 total)