Forum Replies Created

Viewing 15 posts - 1,441 through 1,455 (of 1,790 total)

  • RE: Stop and restart DTS schedule

    Sure. You will have to run an update against the sysjobschedule table (I think that is the table name - at Oracle training and I don't have SQL Server in...

  • RE: Varchar truncation

    Sorry - Brain dead. You are correct. The error I generated was from an insert. Phillcart is right on with his response. Curious to see the example you provide and...

  • RE: Do you allow developer to access Production Server

    Interesting that you should start this discussion as I am working to eliminate this in my environments as I type. The big complaint is that they will not be able...

  • RE: Converting SQL 6.5 database to 2000

    Don't believe you can do that. However, if the upgrade is failing and time is somewhat important (and it is for me) I would burn a call to Microsoft. The...

  • RE: DTS using File Scripting Object Not working

    It still sounds like a security issue to the path. You say the account is a local admin on the DB server but does it have access to the file...

  • RE: Varchar truncation

    You should be getting the following error:

    "Server: Msg 8152, Level 16, State 9, Line 1

    String or binary data would be truncated.

    The statement has been terminated."

    Are you running your statement from...

  • RE: Changing sort order SQL 7.0

    To change the sort order in 7.0 you have to reinstall and I don't believe that will update the current databases. Research this because I am not 100% on this....

  • RE: How old are you?

    36 with 4 children (12, 5, 4, 2) and a beautiful wife! Very blessed!

    David

  • RE: Backup Guidance

    Your plan sounds very reasonable. You could have SQL Server backup directly to the Network share to avoid the Tivoli piece of copying files but if the Tivoli solution is...

  • RE: Transform Non Relational Data

    I would pump the file into a table that matches the format using Bulk Insert. The following step should be a T-SQL Task which would contain three insert statements like;

    insert...

  • RE: Can't see datbase in Enterprise manager

    Odd. Can you run through the Server Registration wizard again? That would be the only thing I could suggest trying.

    Still, very odd.

    David

  • RE: Query Generator

    Charles,

    What are you trying to accomplish? Is this for a load test scenario? Curious. Thanks.

    David

  • RE: 64-bit MS SQL 2000 Server

    Microsoft has a compatibility site. Don't know if this will help in this case but worth a look.

    http://www.microsoft.com/whdc/hcl/search.mspx

    David

  • RE: log file

    In the index in SQL Server Books On Line type the following "DTS packages, logs" and that should get you started.

    Hope this helps.

    David

  • RE: DTS Step Status

    The only way that I can think of doing that is by setting a global variable WITHIN THE STEP with the status. That would mean that you would have to...

Viewing 15 posts - 1,441 through 1,455 (of 1,790 total)