Viewing 15 posts - 46 through 60 (of 78 total)
I had problems initially configuring my email to interact with a similar circumstance.
I tried sp_send_cdontsmail, sp_send_cdosysmail and some other sp_sendmail with out much success.
I then tried using xpsmtp80.dll for...
April 26, 2005 at 8:52 am
It might be looking for a var that was not supplied.
Can you provide your email code?
April 25, 2005 at 1:24 pm
In a perfect world….I would like to create an index on a computed variable. We use a lot “check digits” binary numbers throughout our stored procedures.
Example:
Begin select @bCount =...
April 25, 2005 at 1:12 pm
Check out:
http://www.quest.com/spotlight_weblogic/pdfs/Spotlight_Weblogic_DS_2004.pdf
I have a similar problem. It has to be instlled ny a "Admin" on the server, however you can set it to notify via email any alerts...
April 13, 2005 at 2:11 pm
March 24, 2005 at 6:43 am
March 21, 2005 at 6:38 am
Check this out for some tips.
http://www.windowsitpro.com/Article/ArticleID/26244/26244.html
HTH
Marty
March 21, 2005 at 6:32 am
The clustering option ensures that the data in the table is part of the index, which enables quick search and retrieval.
Also a clustered key is best used to support queries...
March 16, 2005 at 5:37 am
March 15, 2005 at 5:44 am
Or else just use xp_cmdshell and specify the network path to your file
March 14, 2005 at 12:06 pm
I have never used it, however I think there is a procedure: xp_fileexist that might work.
March 14, 2005 at 12:02 pm
Would not someting like
SELECT Distinct TableA.one, TableB.one
FROM TableA, TableB
March 14, 2005 at 9:27 am
March 14, 2005 at 9:13 am
Viewing 15 posts - 46 through 60 (of 78 total)