Viewing 15 posts - 1,456 through 1,470 (of 2,486 total)
We've got something along the lines of what Steve is suggesting. However, the stored proc that does this renames the log file so it doesn't get automatically removed.
March 2, 2005 at 2:34 am
Hmmm ... not up to speed on the changes between Outlook 2000 and Outlook 2002. Would it be likely that Outlook 2002 handles HTML email differently?
March 2, 2005 at 2:32 am
As the article is over two years old and the author has not been active on the website since posting the article, I'd say the download is no longer available.
March 2, 2005 at 1:17 am
Hmmm ... could you use a workflow script in the ActiveXScript task that you want to run last. Have it loop around checking the execution status of the other steps....
March 1, 2005 at 11:59 pm
You can use it in the ActiveXScript task. The syntax is just like I've illustrated in my post above. With the WriteTaskRecord method, if the number passed as the first...
March 1, 2005 at 5:44 pm
Are you able to upgrade to Outlook 2002?
I did a google search and found a similar problem where MS support suggested the upgrade and it fixed the problems.
March 1, 2005 at 4:38 pm
If pricing is not an issue, go for ER\Studio from Embarcadero. Very functional, very quick.
March 1, 2005 at 3:02 pm
If the exchange server was becomes unavailable, SQL Mail has a tendencyto get "stuck". Usually restarting the service fixes the problem, but sometimes you need to reboot the whole server.
March 1, 2005 at 3:01 pm
Not sure if this is "standard" practice, but it works for me. I have a little SQL database with about 10 tables and a dozen or so views.
When I...
February 28, 2005 at 11:32 pm
If p_employer_id int is supposed to be your parameter, then yes it's possible although you dont have the syntax right. It should be something like,
DECLARE c_get_contact_id CURSOR LOCAL FOR...
February 28, 2005 at 7:19 pm
You should also take a look at
ApexSQL Edit from ApexSQL http://www.apexsql.com/apex_sql_edit.htm
SQL IDE from Imceda http://www.imceda.com/SQL_IDE_Description.htm
SQL Source Control 2003 from Skilled Software http://www.skilledsoftware.com/sqlsourcecontrol.htm
And if you've got a...
February 28, 2005 at 2:33 am
Those options can be changed using the sp_configure stored procedure. Check Books Online for full syntax and server restart requirements.
February 27, 2005 at 8:45 pm
What sort of properties are you looking to change?
February 27, 2005 at 8:34 pm
What do you mean by "keep track of it"??
When a user want's to edit a record you check if the field is set. If not, then set it and allow...
February 27, 2005 at 5:32 pm
Viewing 15 posts - 1,456 through 1,470 (of 2,486 total)