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 Mike Lewis 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
  • Order by date
  1. amardesai2005

    Write SQL which grab only email address

    Thank you so much, It work absulutaly fine. Thanks again AD
  2. amardesai2005

    Write SQL which grab only email address

    Hello guys, I have try to implement codeing what you suggest me. but it didn't work properly. I need your help again. Let me explain you in detail, I have table called exchange and there is a field called proxy_addresses which has following data. X400:c=US;a=KNA;p=Enterprise;o=KNA US New...
  3. 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
  4. 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...
  5. amardesai2005

    Send Email using CDONT From ASP

    How do i know if it's in the SPAM Box(es). Originating email ?? Coyld you please tell me in detail about "originating email domain"? I really don't get it. AD
  6. 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...
  7. amardesai2005

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

    You are absulutaly right. Thanks for your help
  8. 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...
  9. amardesai2005

    How to dump SQL Table into csv or txt

    When i try to run this in query analyzer. I am getting syntax error. bcp productnames out "c:\files.txt" -S {NS_EDB_D3} -T -t "," -c could you please look at following topic which i have posted. Improve perfomance-Transfer data one table to another Please help me out. AD
  10. 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
  11. amardesai2005

    Improve perfomance-Transfer data one table to another

    How do i dump into csv ? I did some research and i found bulk insert it's fastest way to import the data. So, Could you please help me out to write sql which dump sql table data into csv. Thanks AD
  12. amardesai2005

    Improve perfomance-Transfer data one table to another

    You mean dump it in to csv file and then use bulk insert Could you explain me in detail. Thanks AD
  13. 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