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: CTl06
  • Order by date
  1. CTl06

    Fix Date gap

    I use sql 2005 and identifer that make records in group is other field Recordid SartDate EndDate Id 1 01/01/2010 01/02/2010 10 2 01/02/2010 01/05/2010 10 3 01/02/010 01/06/2010 10 -- Correct start dt is recordid 2 enddate 4...
  2. CTl06

    Fix Date gap

    Borissov, Sorry, I did not mean to say that the RecordId is always requence.. The record id is identity seed but not all the group of records with bad date happen in the sequence.. for example: 1 01/01/2010 01/02/2010 100 01/02/2010 01/05/2010--correct date is start date...
  3. CTl06

    Fix Date gap

    bborissov, Most of the time record enddate is incorrect and yes there is always a recordid in sequence.
  4. CTl06

    Fix Date gap

    Hello all, I am trying to fix data in the database that incorrect record start date and sometime having incorrect record enddate. Can you please help me what is the best way to fix this data in SQL. Here are examples of problem data. Scenario #1: Recordid SartDate EndDate 1...
  5. CTl06

    Need help on Query

    Thanks for your suggestions and your help guys..
  6. CTl06

    Need help on Query

    this is application custom application that we bought on from another company.. it is a piece of Junk.
  7. CTl06

    Need help on Query

    George based on that query it is always give me one row. but data should always return me multiple rows example. Rowid Value 1 William 2 John 3 CA 4 89788 5 Los Angeles. 6 John 7 Doe 8 TX 9 Dallas 10 9999999 Expected results: First...
  8. CTl06

    Need help on Query

    George, I know, this is database from an application that we bought on to our company.
  9. CTl06

    Need help on Query

    How do I do so I can assign each value with a column it. when i run the query it will return as below First Last City State John William Los Angeles CA thanks
  10. CTl06

    Need help on Query

    Hello all, I have a table with data in the format below Rowid Value 1 William 2 John 3 CA 4 89788 5 Los Angeles. What is the best way of writing aquery that flat this record out to one row. Example John William CA 89788 etc. thank you much for your help.
  11. CTl06

    Nunit Exception

    Hello all, I got this error from msbuild when excecute Nunit test cases, but I know why it is error out. I have no clue where to start fixing problem. Thank you much. CT Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at...
  12. CTl06

    System.Net.WebException : Unable to connect to the remote server

    KDavie how to do I check whether tcp port is listening or not? Thank you for your response.
  13. CTl06

    System.Net.WebException : Unable to connect to the remote server

    Hello all, I am keep having this problem when hitting the Webservice from remotely. Below is my error message. I have try turn off firewall, account access but no help. Please help if you have any ideas why? TheCollectiveTest.tcLayerTests.test_DTO_AddLayer_entity : System.Net.WebException ...
  14. CTl06

    Split rows in excel

    there always sixty row regargless new or old. The reason I don't want to use the autofilter because I want to split into indidividual workbook. each workbook will contain 60 rows of record. i hope this makes sense.
  15. CTl06

    Split rows in excel

    The reason i want to chop up the data is because every sixty rows is a set of record pertain to an individual. I want to split ups so I can send it to the individual with excel spreadsheet just have their data.
  16. CTl06

    Split rows in excel

    Hello All, I am not very good at excel. I hope someone can help me with this. My question is I have excel workbook that have a worksheet contains thousands and thousands rows of record. I need to write a macro that split every 60 rows into a new workbook with the worksheet contain the data. Is...
  17. CTl06

    list box validation in ASP.NET 1.0

    Hello all! I want to be able to validate a list box that user has to select a value but I have a lot of buttons and data grid on the web form. for Example button1 , button2 and button3 and a datagrid. I just only want to causevalidation to fire when user click on button1. can anyone show me how...

Part and Inventory Search

Back
Top