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 Chriss Miller 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: EM1107
  • Content: Threads
  • Order by date
  1. EM1107

    calculated time difference.

    Good day everyone. I am not an expert in MS Access and just started using it. I have figured how to calculate time difference but as it is it only appear on my table while I add the time start and time stop. My next step is to store this data into a column so that I can see the the value when I...
  2. EM1107

    populate a column with time from other column.

    Good day I am new to MS Access and I need to create a table where the value that should be inserted in the column is the time calculation of two other columns. So I have a table with 3 columns. Start_time, Stop_time, TIME_SPENT When I insert my start time and stop time I want the Time_SPENT...
  3. EM1107

    Copy folder and content using SQL Server TSQL.

    Good day Guys I hope someone can help me on that one. I am trying to copy documents that has the folder structure and document name stored in tables and the actual document is store on a document server. I take the path and files name using TSQL and copy the files to a new location including...
  4. EM1107

    How to convert CLOB data into number and compare it to other table.

    Good day Everyone. As you probably guess I am not the best in Oracle but I have to perform a task where I require to compare data in one table for the same data in an other table but the data I require to compare is a CLOB in the first table and a number in an other table. So on my table 1 the...
  5. EM1107

    Converting data from rows to column.

    Good day everyone I hope someone can help me here. I have to convert some data information from column to rows but I am not sure how i should do this. Bellow you will see an example of what I want to do. The data in my table appear as follow first row being the columns of course. ENTITYID...
  6. EM1107

    Insert date and time using UTC time in a DATE column

    Good day Everyone. I an new to Oracle PL/SQL and I am trying to insert a date including time in a DATE column. When I select the SYSDATE option it insert the date but not the time. How can I insert the system Date add the time on to the same column and the time should be in UTC time?. Meaning...
  7. EM1107

    Help finding a way to show my information on one row

    Good day Every one. I would like your assistance to resolve my issue. I have a table that has 3 columns and display as it appear bellow: ID NUMBER Title 103470114 0 Training 103470114 1 Corporate 103470114 2 Documents 103470114 3 Articles I would like to be able to show the ID...
  8. EM1107

    Find missing level number in dable.

    Good day Everyone. I have a table that include sequence value from different tables. I have created a query that does show me all the values for all entries in the table and I have query showing me individual entries if I know the entry does have a broken value. I would like to create a query...
  9. EM1107

    Return value only once but value can be from two different columns.

    Good day Guys. I would like you expertise on my issue. I have a table that include tree columns. COl1, Col2, Col3 Col2 can be linked to different tables, Table 1 and Table 2 Lets assume that Table 1 include the name of a user and Table 2 include group name Sometime the value in COL2 can be...
  10. EM1107

    How to find a specific string value in a column.

    Guys I require to extract information from a long column but the value is not always the same. How can I run a script that would return the information every time. What I am trying to do is as follow: CMP=WIN-ASO4LB0DDV6;MULTIIDX=0.500;VER the string above is always in the column. The value I...
  11. EM1107

    Need advise.

    Good day everyone. Here is my situation. I have a table with 3 columns The first column is a link column the second column is called name and the third is called data. The column called name include different name like name, description, type and so on. The data is the result of these column...
  12. EM1107

    Restore a database with a backup having a damage transaction log.

    Good day Guys I hope that someone can help me on that one. I have to restore a database that does not yet exist in my environment and I was provided a backup with a damage transaction log file. Does anyone know if that backup can still be restored even if the transaction log is damaged?
  13. EM1107

    Getting the error ORA-06550: line 2, column 21: PLS-00103: Encountered the symbol "end-of-file" when

    Good day everyone! I hope that you can help me on that one. I am running Oracle 11G and I am not to familiar with the queries. I am trying to run the following to search all tables and columns and I am getting an error. here is the code: DECLARE match_count integer; v_search_string...
  14. EM1107

    Way to switch to a different database from queries.

    Good day guys I have one question here and hope this is possible. I would like to know if it is possible to run a query that would switch to a different database. I know that if select the command use db GO; db being the database I want to use would go to that database but in my case it is a...
  15. EM1107

    Calculate max lenth of a database row.

    Good day everyone. I do not know if anyone can help me on this but here is my question. Does anyone know of a way that you can calculate the maximum number of character being use on a database row in SQL Server? For instance let say I have a table with 5 columns. COL1, col2, col3, col4,col5...
  16. EM1107

    Help to match column according to values.

    Good day I am new to MS Excel and I would like to know if some one can help me on what I am trying to achieve here. I have an excel document with two worksheet. In worksheet 1 I have two column worksheet also. In worksheet column has a value that match column 1 in my worksheet 2 but the...
  17. EM1107

    Oracle dmp restore

    Good day everyone I have been task in restoring an oracle database 10 dump from an AIX server into a Windows Oracle 10 database. I have tried the IMPDP command but it always fail. Would anyone have a solution for me. By the was the Oracle database already include a schema with the same name and...
  18. EM1107

    You have all being of a great help.

    You have all being of a great help.
  19. EM1107

    How to create a function to convert integer number to base10 or base 2.

    Good day everyone. I hope that anyone can help me on that one. I would like to know if anyone would have a solution for this. I have been requested to create a function in SQL Server to convert the value of an integer value to a Base 10 or a Base 2 depending on some other value set. Could any...
  20. EM1107

    Question on Functions in SQL Server

    Good day everyone. I have started playing with function and I would have a question for the best. In the past I have created a store procedure to extract the information from a backup dump and use that information to restore the databases. In my function I was using the following command...

Part and Inventory Search

Back
Top