Viewing 15 posts - 1 through 15 (of 22 total)
Renato, this is a very useful and interesting article. Can you tell us how this code from your example works? It looks like you are evaluating the status of...
November 5, 2008 at 6:32 am
Wouldn't it be more effective to either call two different stored procedures (one for wide date ranges, one for narrow) or use the HINT option to force the JOIN type?...
February 12, 2008 at 9:57 pm
Functionality aside, there was a significant customer miscommunication issue which happened with the release of v2.0. Confusing your customers is bad business.
Hopefully v3 is so great that we can overlook...
August 8, 2006 at 9:51 am
This was also cross-posted in the DTS forums. I believe the thread there answers the question pretty completely.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=247818
January 5, 2006 at 1:46 am
Why not have the process that updates the view also initiate creation of the text file? In other words, if there is a front-end or batch process that modifies the...
January 5, 2006 at 1:27 am
Suresh, there are three approaches:
1) preferably, move the data into SQL Server, and link the tables back into Access. You can even rename the linked tables in Access back to...
January 5, 2006 at 1:20 am
Kevin, probably the user ID which the job runs under doesn't have privileges on that remote server. I.e., if you run the package directly, it runs under your login. If...
January 5, 2006 at 1:15 am
Some likely causes for this error message are discussed in the link below (I found this by simply Googling your error message). Good luck!
http://systemwebmail.com/faq/4.3.11.aspx
System.Web.Mail is working correctly, and is...
January 5, 2006 at 1:05 am
I guess working at 2 AM on a "very large system designed by someone else" can really put a person on edge.
I guess I'll stay out of this thread...
April 7, 2005 at 6:47 am
It seems like you'd do well to just use an intermediate table to hold the results of these missing records. I take it this is some kind of ad hoc,...
April 6, 2005 at 1:06 pm
You really can't beat EditPad for versatility (http://www.jgsoft.com). It has built-in libraries for every conceivable flavor of SQL (including T-SQL), and also handles any other kind of text editor...
April 6, 2005 at 1:02 pm
Minh, the email you have in this example is a string, but you do not have it in quotes.
April 6, 2005 at 12:51 pm
Actually, there are lots of options. This is probably a non-exhaustive list:
April 6, 2005 at 10:46 am
I think the way to do this is to open a recordset which contains the data to be placed in the message body. Then simply use DoCmd.SendObject to send the...
April 6, 2005 at 10:36 am
Viewing 15 posts - 1 through 15 (of 22 total)