Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AndyLord

  1. AndyLord

    Sharepoint Embbeded Windows Media Player with XML playlist

    Hello, I am using SharePoint 2003 and have a question. I have a piece of HTML code typed into a Content Editor web part which will enable an embedded Windows Media Player on a web page. I am also using the SmilingGoat RSS FeedReader web part which loads in xml a list of media files on a seperate...
  2. AndyLord

    VBscript to setup outlook profile

    I'm looking for a VBScript to that will set up a user's outlook profile when the user logs onto a PC. Any ideas?
  3. AndyLord

    Calculate average but not include zero value cell in EXCEL

    Skip and KenWright Many thanks for your help guys. I did find that Skip solution very helpfull as this coped perfectly with the possibility of have extra columns inserted etc without any problems. Thanks again.
  4. AndyLord

    Calculate average but not include zero value cell in EXCEL

    Can anyone help? I want to calculate an average, in Excel, which will take a range of cells but not include any cells with the value of 0.00. See below: Length of Time A1 0:32 A2 0:39 A3 0:39 A4 0:50 A5 0:36 A6 0:00 A7 0:00 A8 0:00 A9...
  5. AndyLord

    SQL SERVER 2000 Log Shipping

    I have download MS Whitepaper - How to Setup Log Shipping, which seems straight forward enough. However when my Log Shipping, created as outlined in the whitepaper using Database Maintenance Plan Wizard, I get the following error after a full backup has takeb place. SQL Server Enterprise...
  6. AndyLord

    IIS 5 Default Web Site (Stopped)

    Can anyone help, on my PC's IIS 5 settings the Default Web Site is showing as (Stopped) e.g. Default Web Site (Stopped), but if you try to start the Default Web Site a message appears "Address Already in Use". Also this may be realted when I try to open a development version of a website via IE...
  7. AndyLord

    Maintenance Plan

    Gradley Thanks for the info, but I have now managed to get the server's mapped drive to be displayed. One more thing, I'm relativley new to SQL server 2000, and was wondering if there is a step by step guide to implementing log shipping from one server to another. I have been to various sites...
  8. AndyLord

    Maintenance Plan

    Im am using the SQL Server 2000 Database Maintenance Plan Wizard to create a backup of a database on a secondary server. On the screen Specify Backup Disk Directory there is an option Use this Directory where you can select a local drive or a secondary server's mapped drive. My problem is the...
  9. AndyLord

    SQL Server 2000 Replication

    Catadmin Many thanks for your help. I thought that there probably would not be any easy option, such is life. I will no doubt spend many hours trying to get this right, so thanks again for the link. Cheers Andrew
  10. AndyLord

    SQL Server 2000 Replication

    Can anyone help by pointing me to a web site that tells me, in simple terms, how to set up a SQL SERVER 2000 database Replication. Many thanks in advance Andrew
  11. AndyLord

    Back up and Restore

    Can anyone help with this Urgent issue. I have been given the task of creating a new SQL Server 2000 database, from an existing database server to another server. I have created a backup, by selecting the database then selecting All Tasks then Backup Database, of the existing database, which...
  12. AndyLord

    ASP Code Exchange Server

    HELP! Does anyone know or have a script that will allow me to list all mailbox sizes for all users on MS Exchange Server v 5.5. Any help greatly appriciated. Many thanks in advance
  13. AndyLord

    OnBlur Java function

    tgreer One more question, if I were to replace the space " " within a name with a "." would this be the best method: onblur="document.forms[0].email.value = this.value.replace(' ', '.')+'@whatever.net';" /> I have tried this but it does not seem to work. Many thanks in advance Andy Lord
  14. AndyLord

    OnBlur Java function

    tgreer You right, I did mean javascript and you supplied what I required. Many thanks Andy Lord
  15. AndyLord

    OnBlur Java function

    Can anyone help. What I want to achieve is when a user types in a contact name then tabs to the next field, the email field will be automatically filled with the contact name and @whatever.net. I know it has something to do with teh java script function of Onblur="this value" but I have lost the...

Part and Inventory Search

Back
Top