I can not print or add printers because the Print Spooler Service is not started. The startup type is set to Automatic but it is not running. When I try and start the service receive the fol...
Hi Experts,
How can we convert a variable @presentdate to varchar?
Declare @presentday as datetime
select @PresentDay = convert( datetime, convert( varchar(10), getdate(), 101 ))
selec...
We are really getting crazy for this:
Suddenly when trying to connect to Management Studio with trusted connection, our db server is returning this error :
Login failed for user ''. The ...
On my web page, I want to let the user be able to browse for a file and select it. The file should be either on his client or on his network. I will in my ASP parse the content of the file. Th...
The "accepted answer" currently posted hasn't been useful. It reads:
----------
Accepted Answer from 3aFaReeT
Date: 12/24/2001 01:38AM PST
Accepted Answer
install notron utilities...
i have a hard disk with many bad sectors in it, assuming i have ran scandisk thoroughly, i want those bad sectors repaired and be on its good condition again, what freeware will i must have an...
Hi,
Anytime I start the PC the following message appears: "SQLWriter SQLDUMPER library failed initialization. Your installation is either corrupt or has been tampered with. Please uninstall t...
Simple question but hard to find the answer.
Outlook 2003 saves attachments in the OLK** folder located in C:\documents and settings\profile\local settings\internet temporary files\OLK**.
...
I have an aspx form from which I would like to pop up a new window. I can do that using an ASP.Net hyperlink control with the Target value set to "_blank". How can I control the dimensions ...
I'm dying to get my hands on a new iPhone, but my cellular provider is Verizon Wireless. I've heard a lot of people talking about hacks that allow you to unlock iPhones and use them with carri...
When VPN went down:
Secure VPN connection terminated locally by the client.
Reason 412: The remote peer is no longer responding.
When ATT was disconnected
Dual connection was unex...
I'm looking for a free download of the helvetica neue font family.
I just need it to do a once-off edit of the text of a pdf, so don't really want to have to pay for it.
Any ideas?? (I c...
Hello,
I am running an HP DL380 G3 server and I don't have the HP ILO (integrated lights out) password.
Can someone tell me how to change this password, reset it to default or clear it out? ...
Hi all,
I just recently purchased an iPhone 3G and I'm working to get it sync'd with Exchange, but I'm having problems figuring out how to install the certificate.
On a normal PC, what I...
Hi.
I have a large number of databases on my MS SQL server.
There are files .MDF and .LDF files. From what I can tell (and I may well be VERY wrong here), the MDF file is the REAL data. ...
I heard of some issues with users noticing their pc's locking up last week, my pc was also slow. This is what I found on my PC this morning.
The symptoms don't match exactly to the Symantec...
I read a Mac World article that stated Microsofts new version of RDP for MAC was going to allow PC users to connect to Macs via RDP... But, looking at Microsofts web site about RDP for Mac, it...
I have a few Laptop Hard drives that have the password lock enabled. I have researched it and these drives are 3 gig or less, so not worth paying for service to have the password removed. If...
Hi,
Below is the class which sorts the list of strings and integers. I passed the arguments as 115R 1125R 147C 37R 57R 37C and it shows the result as 1125R 115R 147C 37C 37R 57R. But ...
As you might guess from the question title, I would appreciate someone showing me how to get a browser window to
- load to a specified size
- at a specified position
- have no toolbars
...
Hi,
Server: Msg 8152, Level 16, State 9, Line 1
String or binary data would be truncated.
The statement has been terminated.
This error happen when I tried to insert a value too long i...
We are running ACCPAC on Windows workstations on a network. Multiple users, needing to work from any workstation. The program settings are in a directory. The command line that starts the prog...
Hi there,
I have the following code on my page to try and retreive the value of a log in session variable:
<script runat="server">
Sub Page_Load (s as object, e as eventargs)
Dim objChk...
I have a logon script I have users run in the morning when they logon the network which delets unused drives and reconnects networks drives. Here is my script:
net use /delete *
net use s...
This is a copy of the question that was placed in the CPU section - however I thought that database experts may also have an opinion, with MSACCESS and sometimes detailed and complex sqls whic...