Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: Conversion error

    Lynn Pettis - Thursday, September 27, 2018 9:16 AM

    mahnj18 - Thursday, September 27, 2018 8:24 AM

    September 27, 2018 at 9:40 am

    #2007248

  • RE: Conversion error

    Lynn Pettis - Thursday, September 27, 2018 9:16 AM

    mahnj18 - Thursday, September 27, 2018 8:24 AM

    September 27, 2018 at 9:34 am

    #2007245

  • RE: Conversion error

    I have some code in production wherein I am referring different databases and accessing their tables.
    so making use of 'USE database' statement and then inserting many columns data into...

  • RE: Conversion error

    I get error with below statement so I tried casting...

       SET @SQLSTR='
        insert into #TEMP1(date_time) values( ' + @STARTTIME + ')';

  • RE: hashbytes

    Thanks Andy,
    You are right,  this code needs to only ensure that data at both end is exactly same. And not work on encryption or adding any security feature...
    If...

  • RE: hashbytes

    Thanks Andy, Bert for your answers.

    Your answers give an indication that there will be a lot of challenges for implementing a scenario like below one...

    "A table(in real scenario many tables..)...

  • RE: Inbuilt resultset variable for a select query

    No, Application will have its own database and tables which are not accessible from SQL Server.  Application triggers SQL procedure and through it pulls data from SQLServer into their local...

  • RE: Inbuilt resultset variable for a select query

    Thanks Drew for your reply.
    But I didn't get how OUTPUT clause would serve my purpose as you mentioned that  its used only with INSERT, UPDATE, DELETE & MERGE. And...

  • RE: Inbuilt resultset variable for a select query

    Thanks Grant for the details provided.
    There is an existing Stored Procedure in SS which when run by an application from a remote location populates the local table within the...

Viewing 9 posts - 1 through 9 (of 9 total)