Forum Replies Created

Viewing 15 posts - 571 through 585 (of 2,487 total)

  • RE: send a .html attachment directly from SQL Server

    Brenda

    xp_smtp_sendmail has a parameter called @MessageFile, You just pass in the full path and filename to the html file and it is used as the message body. There is quite...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Date Problem

    So what is the completed Query string look like? Are you able to copy it into Query Analyzer and run it?

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Password null

    syslogins is a view on sysxlogins. In the view, the password field is converted from varbinary to nvarchar.

    sysxlogins is an undocumented table, and as such any use is not supported....

    --------------------
    Colt 45 - the original point and click interface

  • RE: Monitoring Jobs - Website Creation?

    Mike

    With a MSX/TSX setup, the jobs are copied out to the TSX's. if the MSX is offline the jobs still execute on the TSX they just don't poll for changes.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Password null

    How are you viewing the syslogins view, via Enterprise Manager or Query Analyzer??

    When you say "...it is showing empty...", do you mean it's an empty string or NULL?

    --------------------
    Colt 45 - the original point and click interface

  • RE: How to Capture Inner Package Global Variables from remote server package

    If I'm reading you right, you want to pass a value back to the calling package ??

    Unfortunately, this is not as obvious as it seems

    --------------------
    Colt 45 - the original point and click interface

  • RE: how to put file to FTP using DTS(activate X script)

    Or even better get the DTSFTP task from http://www.sqldts.com. This custom task supports both get and put operations unlike the inbuilt FTP task.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Date Problem

    Using the # symbols to define date is for MS Access not SQL Server.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: send a .html attachment directly from SQL Server

    Brenda, If you use xp_smtp_sendmail from http://www.sqldev.net it has an option to use a html file as the body of the email. We do this for a couple of...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Simplify the Creation of XML from SQL Server Data

    Anyone had any success at getting to the tech.rssgroup.com website?

    I've tried from my work computer and home computer and just get connection timeout errors.

    --------------------
    Colt 45 - the original point and click interface

  • RE: Simplify the Creation of XML from SQL Server Data

    After just resorting to VBScript to create an XML file, I too would love to see the download.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: How to get script ?

    Check Books Online. All the information you need should be in there.

    Also, a google search might provide some helpful info.

    --------------------
    Colt 45 - the original point and click interface

  • RE: How to get script ?

    Try some SQL-DMO scripting.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Insufficient Memory

    You also need to be running SQL Server Enterprise Edition.

    Standard Edition only supports 2GB RAM.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Problem with SQL Server 2000

    "WHERE (((CND_CITY Like '%as%') OR (ctry_name Like '%as%') OR (CND_RECENTJOB Like '%as%') OR"

    Could it be the extra "OR" on the end of the WHERE clause?

     

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 571 through 585 (of 2,487 total)