Forum Replies Created

Viewing 15 posts - 6,301 through 6,315 (of 13,877 total)

  • RE: SSIS Packages --> 2 questions

    Super_Grover (11/20/2016)


    Hi, sorry in advance for the n00b questions, but I'm very new to SSIS.

    Here's the story: for my work I need to transfer around 200 tables over VPN to...

  • RE: Trigger causing deadlocks

    You may need an additional index or two to help speed up those queries.

    I'd consider adding one on the Records table (OtherId, RecordId, ACTIVE).

  • RE: SSIS package loses MessageSource in Send Email Task

    Did you add variable 'User::ValidationErrorMessage' to the list of ReadWrite variables in the Script Task's properties?

  • RE: SQL In-place Upgrade over 2005 on Dev ?

    homebrew01 (11/18/2016)


    For testing, should I be able to do an "In-Place" upgrade from SQL 2005 to 2016 ?? Or is that too big a jump ?

    This is only for...

  • RE: Connecting to VCNSQL

    caspersql (11/18/2016)


    Thanks for the reply Thom. How do you think people generally work with these servers then? If they can't connect through SSMS due to not having the...

  • RE: Strange issue with basic SSIS Package

    planetmatt (11/18/2016)


    Phil Parkin (11/18/2016)


    I suspect that the ? is not a ? in the data ... it's some other non-printable character.

    This code snippet shows that ?+ is no problem:

    IF OBJECT_ID('tempdb..#test',...

  • RE: Strange issue with basic SSIS Package

    I suspect that the ? is not a ? in the data ... it's some other non-printable character.

    This code snippet shows that ?+ is no problem:

    IF OBJECT_ID('tempdb..#test', 'U') IS NOT...

  • RE: Strange issue with basic SSIS Package

    --Edit: removed silly question

  • RE: Strange issue with basic SSIS Package

    planetmatt (11/18/2016)


    I have a simple package that takes data from a SPROC and puts it in a .CSV file.

    Until today, it ran without issue.

    The error it's now throwing is

    "The data...

  • RE: Update column data from Linked Server

    tocy1980 (11/18/2016)


    I have tried this:

    update Server_FINAL

    set Server_FINAL.Parts = [Linked Servers].[DATA STORE LINKED].['ET NEW$'].[Parts Used]

    and it doesn't work.

    Get this error: he multi-part identifier "Linked Servers.DATA STORE LINKED.'ET NEW$'.Parts Used" could not...

  • RE: Update column data from Linked Server

    tocy1980 (11/18/2016)


    I mean update (fill with some values) one table column from another table column.

    the trick is here I don't know how to connect Linked Server e.g.

    update Server_FINAL

    set Server_FINAL.Parts =...

  • RE: Update column data from Linked Server

    I've read your post a couple of times, but don't understand the problem. What do you mean by 'column data'?

  • RE: Incorrect syntax near *

    EDIT: Somehow I got carried away and cheered twice. I removed the overly-jubilant second cheer.

    Please make a note to put it back again tomorrow evening :smooooth:

  • RE: Best Strategy for Implementing (23) Incremental Table Loads

    Jerid421 (11/17/2016)


    Hi All,

    This is more a question of theory than a technical one, but here it goes. I need to mirror (23) SQL tables in one database over to...

  • RE: XML multiple nodes not working

    Eirikur Eiriksson (11/17/2016)


    Phil Parkin (11/17/2016)


    I compared execution plans ... my version seems significantly less expensive, at least on this tiny amount of data.

    The execution plan for my version is significantly...

Viewing 15 posts - 6,301 through 6,315 (of 13,877 total)