Forum Replies Created

Viewing 15 posts - 466 through 480 (of 2,487 total)

  • RE: Oulook Locks Up

    I have not had the problem myself, but there are many posts about email problems with SQL and Outlook.

    My suggestion would be to avoid the problem and use DTS SMTP...

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

  • RE: Script for integrity chk and Opti job

    From Original post

    " i cant install sp4 as my appli: vendor wont accept sp4"

    From

    <http://support.microsoft.com/?kbid=902388&gt;

    "The -SupportComputedColumn parameter is a new feature that was introduced in SQL Server...

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

  • RE: tempTable w/ identity column

    So I suggest you post your script without modifcations so we can track down where the error is.

     

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

  • RE: Script or Stored Procedure for db maintenance

    Stored Procedures are essentially a batch of T-SQL statements that are stored in the database. There are too many advantages to list here. Have a read of this topic in...

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

  • RE: Restricting rows in WHERE or in ON?

    And the answer is an astounding "It Depends".

    Running the code...

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

  • RE: Syncing data between two databases

    The definition of Database complexity varies depending on your point of view. We have one database that has 400+ tables no stored procedures and no foreign key constraints. However, there...

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

  • RE: tempTable w/ identity column

    Airolg Icsadjag , I think you may have over simplified the code you posted. What is permTable? What is it's structure? Where do...

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

  • RE: tempTable w/ identity column

    Best idea would be to post the SQL you're using. Then we might be able to see where the error is.

     

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

  • RE: SQL job output to Event Log

    To log a message in the Event Log you can use the RAISERROR command with a low severity, or xp_logevent.

    You would need to "massage" your query result into a text...

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

  • RE: OSQL and ODBC DSN

    Why can't you use integrated security? Wouldn't this address all your concerns?

     

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

  • RE: Setting up E-mail service

    "manually script the jobs and change them to use the smtp dll."

    Yes, I suppose that is one way of doing it. We have an automated procedure that adds an "On...

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

  • RE: Reading a text file for an email body (CDOSYS)

    The parameter is called @messagefile

    Check http://www.sqldev.net/xp/xpsmtp.htm#Parameters

     

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

  • RE: Run sql agent job based on time zone

    Hmmm ... last I looked there was only 1 timezone on the server.

    Maybe if you explain what you're trying to achieve we could take a stab at a solution for...

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

  • RE: passing in a stored proc parameter at runtime

    Use your Dynamic Properties task to assign the passed value to a Global Variable. The use this Global Variable as an input parameter in the ExecuteSQL task.

     

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

  • RE: DTSLookups - Performance question?

    I think I used both DTSLookups and Data Driven Query about once each.

    My preferred approach is to bulk load data to a table and run stored procedures as required to...

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

Viewing 15 posts - 466 through 480 (of 2,487 total)