Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)

  • RE: Start a Notification Service

    Just another lovely Monday. Thanks.

  • RE: Job Schedule

    It's close but I have to account for Holidays.

  • RE: Job Schedule

    Last Working day is correct. I am not certain what the UDF would look like. Could you give me an example?

  • RE: Copy all immages out of SQL Server with TextCopy

    Thank you for your reply. After a little bit more research I came up with this which seems to work:

    Dim con As

  • RE: Sybase Linked Server

    I have already installed the Sybase client on the SQL Server. that was how I was able to created DSN using Adaptive Server Anywhere 8.0 provider.

  • RE: Sybase Linked Server

    I went through the MS article and performed the following operations:

    exec sp_addlinkedserver @server = 'HC90' ,

    @srvproduct = 'Sybase',

    @provider = 'MSDASQL',

    @datasrc = 'HC90CentralProd'

    GO

    -- Adding linked server login:

    sp_addlinkedsrvlogin @rmtsrvname = 'HC90',@useself='false...

  • RE: Import Text file Question

    Do you have an example of how that would work? I understand how the transformation from the text file to the work table would work but I am a bit...

  • RE: SQlServerAgent and Operators

    Is the SQlAgent Mail tied to SQL Mail because if it is, I am able to use xp_sendmail without any issues.

  • RE: Passing Parameter to a cursor

    Any help on this at all. I have the same question.

  • RE: Oracle Converision to SQL2000

    The proc is records records into a table from a textfile.

  • RE: UPDATETEXT Issue

    i wrote a quick and dirty VB6 program to make sure the data was being stored completely in the ntext column which it was. I discovered that the solution was...

  • RE: UPDATETEXT Issue

    I am not sure what the problem is even after reading the article. The contents of the ntext is only 724 bytes.

  • RE: Using Word with SQL Server

    I thought about that and it is a way to go but the app. spec and security issues require the documents to be stored directly on the SQL Server. I don't contro...

  • RE: Using Word with SQL Server

    I know how to store the document as a blob in the SQL Server using VB.NET. I guess my primary concern is retreiving the blob data and opening it up...

  • RE: Maintenance Plans

    That would be great. So actually you are not running maintenance plans you are running some job that executes a script?

Viewing 15 posts - 1 through 15 (of 26 total)