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 TouchToneTommy 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: *

  1. smuralig

    Mydatabase.LDF file size is greater than Mydatabase.MDF

    Thank you ClaireHsu and SQLBill, I issueed Checkpoint in QA and then shrinkfile in EM. The log file became to normal size then. This had done with the user sa. But In begining I tried to do the same with another user which has got dbo role was not possible. what could be the wrong. Thanks and...
  2. smuralig

    Mydatabase.LDF file size is greater than Mydatabase.MDF

    Hi, What could be the reason for the logfile ( .LDF ) size is greater than datafile ( .MDF ) size in DATA folder of database server and How to solve the problem ? Please help, Thanks and Regards, Murali
  3. smuralig

    unhandled data type

    what is the reason of this error "An unhandled data type was encountered. " Thanks murali
  4. smuralig

    which Html editor ?

    Which html editor would be good for designing a complecated page? Murali
  5. smuralig

    Problem in form submit (too many inputs not accepted)

    Hi, I have written code ( trans1.asp) for a form which has 162 input text boxs to get the user value using GET method. All I am getting through array variable. when I submit, it should go to trans2.asp ( included in action). But it is not going trans2.asp, somtime it is going when I include 132...
  6. smuralig

    passing array to session variable

    Hi, How do I pass array as seesion variable. Thanks Murali
  7. smuralig

    Split the string into an array

    Hello, I would need to split the string by delimiters ("/") and store in an array. There are 100 elements in the array, but I have 5 big strings (each string has 20 delimiters). So I have to store each string in 20 elements of the array. How do I manipulate this. thanks, Murali
  8. smuralig

    Using double diamentional array

    I would need to store multiple sub column details in a main column of a table and display them into the corresponding text box. I am using delimiters ,[. based on that I want to cut the details and store in a variable. is it good idea to use double diamentional array? if it is not how do i deal...
  9. smuralig

    How to display/add data in 3 column grid in a combo

    I want to get the two coloumn data from user and display them in a combo box. I'm sending each colum data to differnt tables. Ofcourse it is related with inner joins. I'm using SQL 7.0 on Win NT. Please tell me how to i Proceed. thanks murali

Part and Inventory Search

Back
Top