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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by VincentMartin

  1. VincentMartin

    SmtpMail & MS Exchange

    Hi Folks, I'm sending mail from my ASP.NET application using SmtpMail and Exchange. This works fine, but I can't seem to get it so that a copy of the email is saved to the 'Sent Items Folder' of the sender's mailbox. Am I missing something simple? Any ideas? Joe
  2. VincentMartin

    Fire DataGrid's ItemCommand Programmatically?

    Hi Folks, I wondered if it were possible to programmatically fire a datagrid's ItemCommand event for each of it's rows when another event occurs? Thanks in advance for any help, VM
  3. VincentMartin

    Cannot Schedule DTS while Agent starting?

    Hi Folks, When trying to create a DTS package, it gets as far as saving the pakage, but when it tried to schedule it, it throws an error, stating that it cannot perform this action while SQL Server Agent is starting. Any tips? Thanks in advance... VM
  4. VincentMartin

    DTS and SQL Server Agent - stop it or not?

    Hi, Thanks for the reply. When I try and create a DTS package, the package is saved alright, but when it tries to schedule the package, I get an error that this cannot be performed while SQL Server Agent is starting. Can you help? Thanks again, VM
  5. VincentMartin

    DTS and SQL Server Agent - stop it or not?

    Hi Folks, This is probably a REALLY daft question, but... I'm trying to schedule and save a DTS package, but when I try and finish I'm told that I can't because the SQL Server Agent is running. Must I stop the Agent to complete this package? Thanks in advance for your patience... VM
  6. VincentMartin

    Table cleaning routine help wanted...

    Hi Folks, I'm not a SQL guru: my problem is as follows: I'll be drawing down a table of (let's say customers) from a legacy system. The table contains five free-text address fields, any of which may contain the state name. I have a separate State table, and would like to compare each StateName...

Part and Inventory Search

Back
Top