Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: Replication and Firewalls

    Do you know what the SQL port is or how is it configured?

    Also, can your reffer me to an article explaining how to use FTP distribution?

    Thanks,

    - Avi

  • RE: Dynamic IN

    Try converting your key field into a string and comparing it to your comma-delimited paramater, like this:

    =============================================

    @param = '20,13,95'

    -- First add leading and trailing commas:

    set @param = ',' + @param...

  • RE: Source Safe and DB

    We have our developement team script each sql object and have all scripts checked into VSS daily, just like ASP and HTML pages.

    Another alternative is the Microsoft DataEnvironment (built into...

Viewing 3 posts - 16 through 18 (of 18 total)