Forum Replies Created

Viewing 15 posts - 6,271 through 6,285 (of 13,874 total)

  • RE: Connectivity issues to SQL Server 2016 named instance from Server 2008 R2 web server

    zoggling (11/22/2016)


    Phil Parkin (11/22/2016)


    We have installed SQL Server 2016 Web Edition (64-bit) on a new virtualised database server running Windows Server 2016 Standard. We have an existing web server running...

  • RE: Connectivity issues to SQL Server 2016 named instance from Server 2008 R2 web server

    Thom A (11/22/2016)


    Phil Parkin (11/22/2016)


    We have installed SQL Server 2016 Web Edition (64-bit) on a new virtualised database server running Windows Server 2016 Standard. We have an existing web server...

  • RE: Connectivity issues to SQL Server 2016 named instance from Server 2008 R2 web server

    We have installed SQL Server 2016 Web Edition (64-bit) on a new virtualised database server running Windows Server 2016 Standard. We have an existing web server running Windows Server 2008...

  • RE: Input string format error in Execute Sql Task

    mcfarlandparkway (11/21/2016)


    Yeah, TY

    I have commented that return statement and kept a break point on Execute sql task. I can see all the values which I am passing to that SP...

  • RE: Change Detection with (44) Columns!

    If you are prepared to accept the occasional false positive, the checksum method is not so bad.

    The Except method is, however, more robust.

  • RE: Change Detection with (44) Columns!

    Jeff Moden (11/21/2016)


    Phil Parkin (11/21/2016)


    Jeff Moden (11/21/2016)


    Why not just use EXCEPT?

    EXCEPT on a 2-million-row resultset is tidier than a column-by-column comparison, but still not to be recommended, IMO.

    Now you have...

  • RE: Change Detection with (44) Columns!

    Jeff Moden (11/21/2016)


    Why not just use EXCEPT?

    EXCEPT on a 2-million-row resultset is tidier than a column-by-column comparison, but still not to be recommended, IMO.

  • RE: Input string format error in Execute Sql Task

    mcfarlandparkway (11/21/2016)


    I didn't understood this point

    I understand that, but OUTPUT parameters in a proc do not need the RETURN keyword, all you need to do is set their value within...

  • RE: Updating from text file

    PJ_SQL (11/21/2016)


    Yes it would need to update multiple files in the table.

    Are you implying that I import the file received from third party to a table and then update each...

  • RE: Input string format error in Execute Sql Task

    mcfarlandparkway (11/21/2016)


    I changed from Select to SET.

    Still its showing error

    "Input string was not in a correct format.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly,...

  • RE: Input string format error in Execute Sql Task

    mcfarlandparkway (11/21/2016)


    We need this Id to return we are using in another Sp as imput. to update Emp table with this Id.

    I understand that, but OUTPUT parameters in a proc...

  • RE: Updating from text file

    PJ_SQL (11/21/2016)


    Hello,

    I am sending data(text file) to third party which they import to their tool which users pull information from and make changes.

    That data sent is combination of multiple...

  • RE: Input string format error in Execute Sql Task

    mcfarlandparkway (11/21/2016)


    I have an Execute Sql Task where I am using this SP.

    CREATE PROCEDURE [dbo].[InsData]

    @DB VARCHAR(20),

    @FeT VARCHAR(20),

    @SType VARCHAR(50),

    @Id INT OUTPUT

    AS

    BEGIN

    SET NOCOUNT ON

    INSERT INTO dbo.Emp(FeT,DB,SType,StrtDate)

    VALUES(@FeT, @DB, @SType, getdate())

    SELECT @Id =...

  • RE: want no header row in output

    Snargables (11/21/2016)


    Is there a way to call a sql select w/o it returning the column header row? Is there some sort of setting i can run before the select?

    What client...

  • RE: Are the posted questions getting worse?

    djj (11/21/2016)


    WayneS (11/21/2016)


    Hugo Kornelis (11/17/2016)


    Luis Cazares (11/17/2016)


    Hugo Kornelis (11/17/2016)


    Eirikur Eiriksson (11/17/2016)


    Brandie Tarvin (11/17/2016)


    Beatrix Kiddo (11/17/2016)


    It's in the link there.

    CREATE OR ALTER (Yes, we heard you !!!) – New CREATE OR...

Viewing 15 posts - 6,271 through 6,285 (of 13,874 total)