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

    excel sheet to database table

    I have a spreadsheet with row 1 set to role_id Column a is screen_id the cells have a code where they meet. see below. A B C 123 122 Scr1 A D Scr2 S A I need to create rows in a database that look like below Role Screen Display Edit Add 123...
  2. pms18066

    DERIVED COLUMN SYNTAX HELP

    I am trying to create a derived column to concatenate a few fields together. The first field should ony contain all of the characters beginning with the 3rd character... ie Right(colA, len(colA)-2) The following syntax is throwing an error and I cant figure out what is wrong... The fields do...
  3. pms18066

    need help parsing a csv file using ssis

    We have several clients whos send us flat files comma seperated .csv files. These files may have text qualifiers around the text fields (") . the problem we r having is the parsing of these rows dont always come out correct. We have gotten to the point to try and use excel to parse the fields...
  4. pms18066

    SSIS using excel automation to process a csv file

    Not sure if this is the correct forum for this but.... We have several clients whos send us flat files comma seperated .csv files. These files may have text qualifiers around the text fields (") . the problem we r having is the parsing of these rows dont always come out correct. We have gotten...
  5. pms18066

    creating access reports using dynamic sql

    I need to generate a report in access using dynamic sql. The user will be prompted to enter a county name when generating the report. I need to use this county name to drive which database and table I will be using to retrieve the dataset from. the sql version of this query is as follows. note...
  6. pms18066

    complex join between two datasets

    Im new to SSIS and cant figure out the best way to do a merge/join when there is no column that I can do a straight map on between them. I need to join TWO DATASETs in ssis where column_A in the first dataset is in column_B in the second dataset. and Column_B is delimited with a |(pipe). the...
  7. pms18066

    need quick loop to remove all spaces but one

    I have data in name fields like 'John Doe MD' . I need to remove all spaces except one where they exist. I know I can do several replace statements one after another. But I dont know how many spaces exist and cant get my while loop to work right. can someone give me a quick loop to...
  8. pms18066

    replace special characters like 'á' in table not working

    I need to replace some special characters in a name field. Im pretty sure my syntax is correct because it works when I run it by itself. However when I run the whole procedure it doesnt update. the code is below.. this is part of a larger proc that is called as part of 10 steps. One .sql file is...
  9. pms18066

    Question about SQL 2005 migration issue

    I have ran into an error that I cant figure out. We recently moved our data from 2000 to 2005 servers. We use actuate as a reporting platform and run reports from a server off site against our sql2005 servers here. When I changed the data source for a report to test we get an error. 7405: [SQL...
  10. pms18066

    Why wont vb 6.0 app work with access 2003 on vista and access 2007

    Posted before but didnt get help yet...Trying this another way... I have a VB 6.0 app using access 2003 database. This app resynchs their laptops to the master database on a machine in their office.. They use when they leave the office to copy the dbase locally to the laptop and then point the...
  11. pms18066

    VB/Access app cant connect to odbc dbase

    I have a VB 6.0 app using access 2000 database. This app resynchs their laptops to the master database on a machine in their office.. They use when they leave the office to copy the dbase locally to the laptop and then point the odbc connection for the app to the copied database... c:\...
  12. pms18066

    Is vista my problem? VB/Access app got Lost..

    I have a VB 6.0 app using access 2000 database. This app resynchs their laptops to the master database on a machine in their office.. They use when they leave the office to copy the dbase locally to the laptop and then point the odbc connection for the app to the copied database... c:\...
  13. pms18066

    Loop through code/value pairs with one to many to concatenate the many

    I have a set of codes with text descriptions that relate to the code. This description has the potential to have multiple values in the table. ie when I do a select distinct code, value I get multiple text descriptions for each code. I want to loop through the records and combine the...
  14. pms18066

    Susbelect across servers

    I have a query that has a subselect from another server in the join logic. See below. This query wont run due to an error saying that table ef is not a table in the query..???? Does anyone know of a problem with this type of logic? It runs find when all of the tables are on the same server...
  15. pms18066

    delete rows from a worksheet that dont exist in a list

    I have an excel spreadsheet that has around 1000 rows. Most of these rows will contain nothing of value to my task. ~ 30 will and I only want to keep those 30. I know I can find rows based on some criteria. But I would like to use the list of keys for the rows I want to keep, and delete all of...
  16. pms18066

    Different looks in 2005

    Does anyone know why a query formatted perfectly in SQL Query analyzer would look different in SQL 2005 Studio. I verified same font and tabs are set to 8 in both. Tabs are tabs and not spaces in both. Yet the layout in 2005 is messed up, not unuseable, but not lined up like we want either. Is...
  17. pms18066

    Parsing a multi value field to break it into pieces

    I have a table with a column witha 30 char array. This field contains UP TO 15 2 char codes stored in it. I also have a SSN and a certnum field for keys. I need to break up this one to many relationship into another table. Has anyone pased a filed and then done an insert into another table for...
  18. pms18066

    Embedded characters in output files????

    I do a lot of data mining and use SQL 2000 and the 2005 tools(we are upgrading currently). I have found that when exporting a resulting dataset to a file delimited by ANYTHING in SQL 2005, it embeds chars in the output. I have output to column alligned and tried to import to a SAS tool. It...
  19. pms18066

    crystal reports 8.0 suddenly stop working in asp app

    We have been experiencing an issue with crystal 8 that is really beginning to bug me. We have an ASP.net app that has several crystal reports. we use the viewer to preview and print the reports. they all work fine for a while and then abra cadabra, they start giving us the following error...
  20. pms18066

    database cant be updated since move to new server

    I have moved a database access 2003 to a new server. I access this through an application written in vb 6.0. The users were using a local copy of this database on the C drive of their laptops. I created a new odbc connection pointing to the dbase on the network S: drive. I can read data into my...

Part and Inventory Search

Back
Top