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

    script to generate duplicate data for a single value

    I have a single table with 2 emp_id and its data inside.Now I want to duplicate the dataset. emp_id (varchar(13)) emp_name -------------------- -------- 0011275286 manu 0011275290 Anush starting serious 005....01(its length should be only 13) and then say...
  2. mkp2004

    joining tables from different servers

    I need to query the data from 3 tables in 3 different servers.Basically a union of these 3 tables.please help me out 10.50.200.139 (server),order(database),table1 10.50.200.139\CIG (server),product(database),table2 10.50.100.142 (server),sales(database),table3
  3. mkp2004

    Data Duplication for Different ID's

    I have 2 tables. Table 1 emp_id Duplicated_emp_id 103 501 103 502 103 509 205 717 205 689 316 890 316 790 316 280 316 999 table 2 (Main Table) emp_id emp_name emp_address 103 Manu adffsdfsd 205 anu dfsdfsdfs 316 vinu rttretre First step is to check whether there is a corressponding...
  4. mkp2004

    Joining 3 tables

    Here I have 3 tables and I need to join them with the following criteria.Please help me out.. id emp_name emp_address 1 Manu sdfsdfdsfs Table-1 2 Anu sdfsdfdsfsdf 3 Vinu sdfsdfsdfsdf id age sex 2 12 m 3 34 f Table 2...
  5. mkp2004

    Type Conversion

    I have a small problem where I need to have a type converion process in DTS when using an ActiveX script. eg: DTSDestination("check_number") = DTSSource ("check_number") + nCounter * 1000 Here the destination is varchar and Source is also varchar..Now I need to cast the source in to long or...
  6. mkp2004

    Duplicating records

    I want to duplicate each record 100 times in a table with a different unique key(not a auto generated one).Basically say a table in sql server has 100 records with a unique loan number(not auto generated)then I wanted to duplicate each record 100 times with only the change in the loan...

Part and Inventory Search

Back
Top