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 bkrike 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: hosrow
  • Content: Threads
  • Order by date
  1. hosrow

    get VSS files based on label

    I understand that this can only be accomplished via command line, but command line asks for authentication which does not work !!! Here is my command line: C:\"Program Files\Microsoft Visual Studio\VSS\win32"\SS GET $/VSSTEST/*.* -r -vlLABEL1 I found...
  2. hosrow

    merging branches

    I have project 'Prod' file 'F1' with 5 items in its history. I have the same file in project 'Rel2' with 3 items in its history. What I need to do is to collaps my 'Rel2' file 'F1' onto the 'Prod' project file 'F1' and have it contain all the history in 'Prod' project file 'F1' as well as...
  3. hosrow

    oracle graphics

    Is there anyone out there with experience in Oracle Graphics? Is there anyway to use a procedure/function that returns a REF CURSOR instead of a sql query statement on which to base a graph? I have to build a graph but the data/data model is too complex to build a single query that returns...
  4. hosrow

    installing win2k server on dell 8250

    Just got a del 8250 that came with XP (not my choice). Attempting to install win2k server on a brand new HD, and and keeping the smaller HD that came with the computer as E: drive. I do go through the installation, I create partition, and format it, but once it gets to the end where it reboots...
  5. hosrow

    Moving Data to Excel from Flat file

    I have a government form in XL worksheet that I need to fill with data from flat file. The imported data could be hundreds of entries therefore its hard to enter data manually every time! I need to import data such as fname, lname, dob, nationality, etc. into an excel spreadsheet which begins...
  6. hosrow

    Access to Oracle tables from Sqlserver

    Does anyone know how I could access Oracle tables from SqlServer? Have you done it? Need any specific tools? How is the performance?
  7. hosrow

    Oracle Transparent Gateway for MS SqlServer

    I would like to know if anyone has implemented this tool successfully to access tables in SqlServer from Oracle. Also, I wish to learn if this is a bi-directional, where sqlserver can access oracle tables as well. If not, does anyone know a product that allows this?
  8. hosrow

    dump contents of ORA table on Unix in a flat file on client (PC)?

    I am trying to dump the contents of a oracle table on the server (UNIX) into a file on the client side (PC), on a daily basis with date and time as part of the file name. Any ideas?
  9. hosrow

    see sqlserver table as a view in Oracle db

    I have a table in sqlserver the content of which I would like to make available in oracle as a view. Any idea how I can do that?
  10. hosrow

    windows 98 startup

    When I boot the computer, I get windows logo and the startup 'music'. Immediately after that and BEFORE all the icons pop up on the screen I get the dial up window. I get rid of it, I must cancel, otherwise I get strange errors. I already have checked my startup and there is nothing that will...
  11. hosrow

    installing and using perl module/library

    I have downloaded and installed libnet perl library (my main interest is NET::FTP)on my local working directory using:<br> <br> perl Makefile.PL PREFIX=~/perl<br> <br> This created a /perl in my home directory.<br> <br> How can I get my Perl script to recognize where to look for the contents...
  12. hosrow

    PLSQL conversion routine

    I need to convert a decimal and an octal values to hex in a PLSQL code. Any ideas how I could do that? If anyone knows the mathematical formulas that I could incorporate within my PLSQL, it would work as well.<br> <br> Thanks,<br> <br> Hosrow

Part and Inventory Search

Back
Top