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

  • Users: amardesai2005
  • Content: Threads
  • Order by date
  1. amardesai2005

    Write SQL which grab only email address

    Hello Everyone I would like to write a code which grab email address from following string. "X400:c=US;a=KNA;p=Enterprise;o=KNA US New Jersey;s=Burke;g=Andrew;i=P;%SMTP:BurkeA@xyz.com" Please help me out. Thanks AD
  2. amardesai2005

    Access SQL server from diffrent domains.

    If anyone knows the answer to this I will really appreciate. I am on domain Name A I have SQL Server sitting on domain A I have IIS Server sitting on domain A I have intranet application running fine. All our intranet application users are from domain A. Now we have two new users from diffent...
  3. amardesai2005

    Send Email using CDONT From ASP

    In my ASP application, i need to send mail to the registered person. i am not able to receive mail to my other id's (Like ....> yahoo id or hotmail id ). But i am getting mail to my company id Please advise me Thanks AD Here is the sample code which i am using. DIM strEmail, strName...
  4. amardesai2005

    Writer SQL which remove '{' and '}' char

    Is any one know how do i remove { charchter from sql table. I have table called Products and there is field called GUID which has data like this {00020409-78E1-11D2-B60F-006097C998E7} {00040409-78E1-11D2-B60F-006097C998E7} Windows 2000 Service Pack Q828026 Now I want to write a query which...
  5. amardesai2005

    How to dump SQL Table into csv or txt

    How do i dump sql Table into csv or txt ? Anyone can please help me out to write sql which dump sql table data into csv. I have table name called productnames Thanks AD
  6. amardesai2005

    Improve perfomance-Transfer data one table to another

    I would like to improve the perfomance in DTS package. Here is the detail what i am trying to do I have table called ProductNames which has more then 47000000 rows. I want to create DTS package which transfer all this rows to another table called productnames which is on another server. It's...

Part and Inventory Search

Back
Top