Forum Replies Created

Viewing 15 posts - 91 through 105 (of 140 total)

  • RE: hi i want to copy a zip mfile from one location to other after renaming it in DTS Packages using VB Script

    What error are you getting?

    The script is a straight copy from one that is in use on our servers. 

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: hi i want to copy a zip mfile from one location to other after renaming it in DTS Packages using VB Script

    Alternatively you could use a scripting task and the FSO to avoid using xp_cmdshell

     

    Dim oFSO

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Remove non numeric characters

    This is our server at work (Twin 1.2Mhz PIII's & 1Gb Ram)

     

    --===== Frank's function

    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

    DBCC execution completed. If DBCC...

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Combo Box Limited to 36000 records or so

    At least until version 11 (1,000,000 rows)

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Dtsrun.exe without SQL2000

    Have a look here to start

    http://www.sqldts.com/default.aspx?225

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Security Question->User need to Alter tables, but objets must remain current dbo

    It's ok as long as they don't start arguing.  Then it gets too loud.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Dynamically set Text File Source in SSIS

    Are you using a Script Component in SSIS?

    You could try using the ForEach component and set it to look for the part of the filename that does not change.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Upsert Dimension Table

    The article is printed in one of the fullstops via microfilm (lol)

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Security Question->User need to Alter tables, but objets must remain current dbo

    Fortunately I am the only DBA here so what I say goes!! (As long as I listen to myself )

    OOps just been told...

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Unable to establish connection

    Ad the server is local, have you tried rebooting the machine?

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Unable to establish connection

    Can you connect to the server using its IP address?

    Can you ping and tracert to the server via its name?

    I had this problem and "fixed" it my adding an entry...

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Security Question->User need to Alter tables, but objets must remain current dbo

    Users altering tables

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: DTS Export to CSV

    Are the quotes around each field?  If so it could be set to quote text.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Conditional Order By?

    How about something like:

    DECLARE @Order string

    DECLARE @sql string

    SET @sql = "SELECT * FROM Blah "

    SET @Order = CASE WHEN

    @orderId = 1 then "title asc"

    when @orderId = 2 then "title...

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Good DBA books for SQL Server 2005 and SSIS?

    Watch out for chapter 6 (Evaluate SQL Task).  Don't spend time trying to figure out the problem, go to their web site and forum.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

Viewing 15 posts - 91 through 105 (of 140 total)