Forum Replies Created

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

  • 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...

  • RE: Incorrect syntax near *

    @Patrick123 (11/17/2016)


    sorry i didn't get u

    Before you call sp_ExecuteSQL, you need to populate @ParmDefinition with, somewhat unsurprisingly, given its name, the definitions of all the parameters.

  • RE: Incorrect syntax near *

    You do not appear to have populated @ParmDefinition.

  • RE: GET Counts for insert,update,delete

    This appears to be a blog post. Please add some descriptive text, if you think that this will assist others.

  • RE: XML multiple nodes not working

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

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