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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Steel811
  • Content: Threads
  • Order by date
  1. Steel811

    Backup WSS 3.0 site without access to server

    Hello, My site collection of Sharepoint sites is in a hosted environment where I do not have access to any of the infrastructure in which it is housed on. I'm looking to take a backup of all of our sites, all of the content, our users, etc. Is there a way to do this aside from Sharepoint...
  2. Steel811

    Form not populating variable

    Hello, I have a simple web form that is populating a login variable with a value of "SEND". However, in my current version of PHP, 5.2.5, it is not populating, but in the older version which the application was built upon, it is. Does anyone know what could be causing something like that. Below...
  3. Steel811

    Get previous days date in MMDDYY format

    Hello, Does someone know how to get the previous day's date in MMDDYY format? I am writing a script that will move an IIS log from one server to another so my web analytics product can analyze the log. Our logs rotate at midnight, at midnight tonight, our logs will rotate and the new log will...
  4. Steel811

    Backup database without data

    Hello, I would like to backup my SQL server 2000 database, but without the data, basically only keeping the building of the tables and all relationships, etc. Can this be done? Thanks in advance, Sheel Shah
  5. Steel811

    web form sending two emails out, only should send one.

    Hello, I am new to coding in vb.net and have run into an issue with some code that I am looking over. This is a webform that is filled out and once it is filled out, it takes the responses from the form and appends it to an email which it then sends out to one specific user (for testing...
  6. Steel811

    Insert Carriage return into CDOSYS message body

    Hello, I have a feeling this is a very simple issue. I am trying to insert a bunch of carriage returns into the textbody of my CDOSYS email that I am generating in one of my vbscripts. The CDOSYS line that I have is this: objEmail.Textbody = "Here are the Results of the daily download...
  7. Steel811

    restore mySQL on SQL server

    Hello, Is there a way to restore a mySQL database dump file onto a SQL server 2005 database? I assume the database I'm restoring needs to be created, but the steps to restore the backup, I'm not sure. Thanks, Sheel
  8. Steel811

    issue with Greying out field in javascript

    Hello, I have a small snippet of code that isn't functioning the way I expected it to, after migrating the website from a Linux box to a windows server. I previously did post this on the PHP forum, but they feel this is a javascript issue, so I'm posting here. Below is that snippet of code...
  9. Steel811

    microtime issue with javascript and HTML

    Hello, I have a small snippet of code that isn't functioning the way I expected it to, after migrating the website from a Linux box to a windows server with PHP 5.2.5. Below is that snippet of code: <?php ...code that is working ok... for($i = 0; $i <= $numberOfDays; $i++){ $thisDiv =...
  10. Steel811

    Call SQL query from bat file on SQL server 2005

    Hello all, I am very new to SQL server 2005, and have been tasked with scripting out a database restore into SQL server 2005. I am using a batch file which is executed on the SQL Server 2005 machine to copy the database backup from the remote machine (SQL server 2000 standard) to the local...
  11. Steel811

    Using one regexp to replace multiple strings

    Hello, Is it possible in regexp to replace different strings with different values? For instance, I am reading a URL to a specific file, and I am changing it into a corresponding folder path. So with the input file looking like this: http://www.sheel.org/styles/style.css...
  12. Steel811

    If network drive exists

    Hello, I would like to do a simple task that entails checking to see if a specific drive mapping exists, remove that mapping, and then re-map those letters to a new path. Does anyone know how this can be done in VBscript? It is probably better explained in this pseudo code... If Network drive...
  13. Steel811

    Split excel spreadsheet on lines

    I am looking to split a single excel spreadsheet into multiple worksheets based on the line numbers. The master spreadsheet has 35000 lines to it, and I would like to split it every 100 lines, if possible. Can this be done in VBScript? Thanks, Sheel
  14. Steel811

    Preserve folder hierarchy

    Hello all, I am writing a script that is making updates to a webpage based on an input file, which contains the full path to the file being updated in both dev and prod. What I want to do is prior to copying what is in dev to prod is copy the current file in prod to a backup directory, but at...
  15. Steel811

    Checking for existence of any file in a folder

    I have created a script that is triggered by a scheduled task every 15 minutes, and will execute only if there is an input file or multiple files to process in a specific folder. If it finds any amount of files in the folder, it will process it normally. If it doesn't, it will write an error to...

Part and Inventory Search

Back
Top