Forum Replies Created

Viewing 15 posts - 61 through 75 (of 104 total)

  • RE: xp_sendmail function

    I have a similar requirement. Having provided an emailing ability for my client using xp_sendmail, they are now talking about needing formatted output, for example using HTML.

    Is there a...

  • RE: date backwards

    No - reverse your comparison operator !!

    So change <= to >=

    Actually, I wouldn't ever SELECT * from a table - better to use a column list, which you can...

  • RE: date backwards

    Well actually I wouldn't declare the variable either, just put the expression in the SELECT statement - saves code and overhead of variable declaration as it's only being used once....

  • RE: HSM(Hierarchical Storage Management)

    I just went to their site for the first time. It definitely mentions SQL Server, so I see no reason why not, but I haven't looked at all the...

  • RE: HSM(Hierarchical Storage Management)

    This is not a recommendation!! Try a look at : http://www.storesmarter.com (Princeton Softech), they advertise in SQL Server magazine. This is an Active Archiving solution - not...

  • RE: Line numbers in Query Analyzer

    I'm afraid this is going backwards - you just don't need line numbers any more. Gone are the days of GOTO and GOSUB...

    Regards

    Simon

  • RE: Using CASE

    One thing I would add which you need to be aware of is that putting multiple queries in a stored procedure like this is OK, but unless you use the...

  • RE: Openquery v. Qualified Query

    There was an article about this a while back, I think it's on the SQL part of microsoft.com as a white paper. Basically, because you're offloading the processing of...

  • RE: Trigger & Send Mail Question

    This seems a trivial sort of request - there must be a good reason for it? The simple answer is that you need a parameters table and a column...

  • RE: invoking a com object from a stored procedure

    Be very, very careful!! SQL's support for COM is not very good at all, and in my experience is extremely unreliable. Oh the COM works, and you get...

  • RE: grouping stored procedures

    All things are relative!! I don't call 30 stored procedures a large application, even mine with 750 stored procedures is not particularly big I don't think.

    The short answer I...

  • RE: Cluster Install...help!@#$!

    Caveat!! Caveat!! I am *not* an AD expert, however...if you go to: Domain Controller Security Policy in Admin Tools, then open the tree: Windows Settings...Security Settings...Local Policies...User Rights Assignment, scroll...

  • RE: xp_sendmail errors

    Some more on this, having this time expected my overnight proc to fail...

    I get error 18031, which according to the KB means that xp_sendmail cannot send mail to a "personal...

  • RE: Incepto's SQLUP1.2?

    Sounds like something that should be co-developed with a US partner, regardless of how good they really are.

    This might be who you spoke to :

    Eyal Aharon [Eyal@incepto.co.il]

    Simon

  • RE: Incepto's SQLUP1.2?

    Ah, I never got as far as asking about pricing...

    That is rather a lot for something so proprietary. Did the developer say anything about service level agreements and guaranteeing...

Viewing 15 posts - 61 through 75 (of 104 total)