Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Overall Solutions: 7126 - 7150 of 344056
 
Well the computer in Question is a Gateway E-4000 with Windows XP Pro SP3. All the updates are current. The only current software that was changed on here was Microsoft Dynamics was updated ab...
I need to roundup the value of a cell to the next interger if there is ANY fraction over the whole number. Example need 10.1 or 10.11 or 10.544 or 10.987   ALL to roundup to 11 of course 1...
Short of Rushing a smartnet contract  is there any way of  getting replacement IOS files? I have a Cisco 1760 thats got no Bin files on the FLash drive .... and I don't have copies of what ...
Hello Experts, Can you please help me again with your VBA expertise? I need to change the text in one column based on text in another.  In Access, I'd either do this with a Select Case ...
Hi, Login script that can uninstall Winrar. Anyone can help with a script that can uninstall Winrar on startup. Log the report of uninstall into a log filer in a UNC path. Regards S...
Hi EE, Oracle Discoverer allows me to execute a query with a parm asking it to send results to excel like this: I put this command in a .bat file. Can TOAD execute a query similarly ...
hello, I'm completely stumped with this and Dell has offered up any help. I running a Dell Power edge 2950, wink2k3 r2 standard with an on board Broadcom NetXtreme II Nic Card (bcm5708c)...
I have a user that is working with Outlook 2003, the user is setup with an exchange 2007 connection. The user needs the ability to send as someone else. I have setup the permission on the serv...
I am NEW to java. I have connected to a mysql database the with jdbc:mysql and and M/S Access database with the jdbc:odbc connectors. I can query and display all the records if I do it one dat...
I need VB.NET Regular Expression to replace ' with '' and remove 'abnormal' characters from a string ie %*&! etc Can you give me the code?
I have a NUMBER(8) column that has only three digit numbers in it. How can I do something like the below to make the MAST_ID column smaller without having to do alot of manually work ...
Hi, Script that will record when ever there is any 1 service or more missing or stopped or Manual while startup. I have 6 services to check if all are there and started and Automatic. If a...
Hi, We are looking for a unique way to datetime stamp our pdf's we are saving. e.g. Report22/10/09_11:12:13.pdf Does anyone know of a clever way of doing this to abbreviated the name?...
I'm running the below SQL-T, and I want to hide ColumnA and ColumnB from the returned record set. As you can see, I'm using A and B to build a String in Column C. SELECT COLUMNA, COLUMNB...
Is there a white paper or documentation that explains how data captured with COFEE can the transferred for analysis through EnCase?
Hi, for some reason my SBS 2003 comes up with the following error: Naming information cannot be located for the following reason: The server is not operational. If you are trying to ...
Hi, I have the same problem as: Trojan Horse Virus on Vista Home Premium (posted 12/09/08). However, I tried the combofix solution and the problem is still there. I have no idea what to do rig...
i have two tables, master and subset subset table is a ummm.. subset of the master table!  which means, all of the items in subset are in master.  however, the values for those items in the s...
How can I do something like the below to change a table name ? ALTER TABLE GML_P_MASTER new name = GML_P_TEST
Hello, Please help/suggest/resources/way to do the following.This is my first asp.net application, so need help on topics like these: Scenario: User will select the 'supplier' value from th...
I want to create my txt file or doc file into ascii file in windows xp that means when we use the command "type command.com" in dos window. it displays ascii codes. we should not look origin...
Hi, I have a seemingly working outlook anywhere setup here at my office.  I am trying to setup one of my users on Exchange thru outlook anywhere.  We have successfully set up both System Admin...
I had a quick question - I have a link to a dynamic text file in my excel sheet.  The worksheet can have different numbers of rows depending on the day.  I need a tiny piece of code to create ...
I need to change my OS partition from Vista to XP. Right now my computer has a C: drive partition for the OS and a D: drive partion for data. I am running some programs from the D: drive ie Ad...
How can I do something like the below to update my "NUMBER(8)" column to NULL ? UPDATE gml_p_components SET mast_id = ;