DECLARE Employee_Cursor CURSOR FOR
SELECT LastName, FirstName FROM Northwind.dbo.Employees
OPEN Employee_Cursor
FETCH NEXT FROM Employee_Cursor
WHILE @@FETCH_STATUS = 0
BEGIN
FETCH NEXT FROM Employee_Cursor
END
CLOSE Employee_Cursor
DEALLOCATE Employee_Cursor
What does @@Fetch_Status do? In...
I own a machine that has windows 98 se. Is there a way to create a guest user account for windows 98 se?
I want to prevent that guest user account from installing programs and altering my settings. Any idea would be great. Thanks.
I have 768mb sdram on my machine. I used to have a 5.5 gig partition for my Windows XP Pro. When I purchased a new hard drive, the new partition for my Windows XP Pro is now 15 gig. I noticed that my computer slowed down. It would take 30 secs for an application to be invoked. After doing all...
I own a personal computer but there are other people in my house that use the PC. The problem is that they install programs that are downloaded from the net that contains spyware.
I want this to be prevented right from the start. Is there a way to prevent other users to install programs in...
There are instances when I boot my computer, as Windows loads I hear a click in the hard drive (I'm quite sure it's from the hard drive) then the PC freezes. Then I'm forced to a cold reboot. This happens after 5-7 times I cold reboot then it's normal again. Of course, I run scan disk and errors...
How do you install spybot includes? Whenever I install the includes it seems that spytbot no longer functions the way it should. When I run the check for problems button the congratulations message is immediately displayed without even searching for spyware. thanks.
Hi,
How do you create subdirectories in Autoexec of win98se?
I installed a ramdrive on my Win98se system. In a nutshell, upon startup autoexec does this:
md I:\TEMP
set Temp = I:\Temp
set Tmp = I:\Temp
(I:\ is the drive letter of my Ramdrive)
I want to make subdirectories within the temp...
my cdrw is kinda old and I don't want to buy a new one unless I'm sure that it's totally not functioning. The scenario is this:
When I start my PC, it detects my CDRW but after sometime, an hour or two, my CDRW without any warning will not be detected by my PC. The device cannot be found in the...
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.