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 strongm 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: *

  1. RemingtonSteel

    How to run "RUNAS" in VB6

    Hi, I have made a VB Script but I want to write the application in VB6 so I can compile it to EXe. I have studied the FSO but I don't see the command to replace the Shell,Run and Sendkeys command in VB6. Any help is greatly appreciated. ------------ Below is my VB Script that worked but I...
  2. RemingtonSteel

    Running RUNAS on the command prompt with password

    Hi, I want to run a software install to all of the computers on our company. But I want to run it by invoking RUNAS (run as with Admin Rights) command and put it on the batch file. Is there a way that I can incorporate the password on the command line so it will just suppress the prompt for...
  3. RemingtonSteel

    Invoking Visual Foxpro Command Window

    Hi, Invoking Foxpro command window is Ctrl+F2. However, why is it that when I execute a foxpro application and wants to Invoke the command window (by pressing Ctrl+F2) the command window does not show up. Is there any SET setting or command in foxpro that I am missing? Thanks for your help! Gene
  4. RemingtonSteel

    DATABASE Suspect

    Hi, We've got a (suspect ) right beside one of our databases and currently is not accessible. Is there any way to recover the database. What causes that makes it a suspect. If somebody could give a quick reply and advice, it is greatly appreciated. Thanks. Eugene
  5. RemingtonSteel

    Prompting User to change SQL Password

    Is there a way to prompt a password so the user will be able to change their password in SQL 2005. We are using a software that uses SQL authentication instead of Windows authentication. Thanks! Gene
  6. RemingtonSteel

    Restoring Database to a different Database Name

    Hello! I have DatabaseA. I have made a backup of it (DatabaseA). I also have DatabaseB (empty but exact the same struture with DatabaseA). Can I restore DatabaseA into DatabaseB? What are the pitfalls if I do this. Thanks! Gene
  7. RemingtonSteel

    Query Analyzer in SQL 2005

    Hello! Where can I find the Query Analyzer in SQL 2005 or the equivalent functionality ? Thanks! Gene
  8. RemingtonSteel

    SQL Statement to get database, file size.

    Hello! Can somebody help me get a SQL statement to get the size of a table and the whole database? I am using SQL 2005. Thanks. Gene
  9. RemingtonSteel

    Sql Statement to know Data Size

    Hello! Can somebody help me get a SQL statement to get the size of a table and the whole database? I am using SQL 2005. Thanks. Gene
  10. RemingtonSteel

    Converting Excel 2000 Spreadsheet to MS Access

    Hello there! I have 2 Excel 2000 spreadsheets. One is a parent and the other is a child (Parent-Child relationship). How can I upload the spreadsheets to MS access so I can make see/make the data link. Thanks. Gene
  11. RemingtonSteel

    How to put a Carriage Return in Excel Cell

    Hello! How can I concatenate 2 cells with a carriage return between them? Manually, I know that it can be done by ALT+Enter. However, I need to make a formula so I can save it on a single cell (new cell contains 1st cell + carriage return + 2nd cell). Thanks! Gene
  12. RemingtonSteel

    LDAP Authentication

    I've been working on justifying LDAP authentication over database and Windows authentication. Could somebody explain to me in a nutshell the advantage(s) of LDAP over Database or Windows Authentication. Background: Currently, we are using Windows authentication. However, we are implementing an...
  13. RemingtonSteel

    How to : Copy Temporary File Excel

    Hello! I have made this SQL Statement Select *, substring(name,1,3) as examplename into #TempoCustomer from Customer How can I copy(export) the #TempoCustomer into Excel? I really appreciate your help on this. Thanks! Gene
  14. RemingtonSteel

    Remove all spaces in a field - SQL

    Hello everyone! I want to replace a field in SQL by removing all of the spaces. Ex. Field1 = ' Italy, France' Desired Result - 'Italy,France' Thanks. Gene
  15. RemingtonSteel

    Getting the String (from the end)

    What is the string function in SQL if I want to start getting the string from the end. For example: Intended Result Hamilton, ON, CAN -> CAN Regina, SK, CAN -> CAN Thanks! Gene
  16. RemingtonSteel

    Concatenate a Field in SQL

    Hello! I want to concatenate 2 fields in one field. However, when I save it on the target field I would like to separate the 2 fields (that I will save on the target field) with a carriage return. Thanks. Gene
  17. RemingtonSteel

    String Manipulation in SQL Statement

    Thanks a lot Mike!
  18. RemingtonSteel

    String Manipulation in SQL Statement

    I am doing a data cleansing and most likely I will be using an update statement. Tel_Field = 551-9000 Province_Field = Toronto, ON I want to update a telephone field (with an area code) if the province field is ON. What is the function I can use for this scenario. Thanks for your help! Gene
  19. RemingtonSteel

    Macola GL Account Master

    Thanks so much! Gene
  20. RemingtonSteel

    Macola GL Account Master

    Hello! I just would like to confirm if GRTBK is the Macola GL Account Master table. I greatly appreciate your help! Thanks. Gene

Part and Inventory Search

Back
Top