Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,048 total)

  • RE: Combine data from 2 tables and insert in another table

    hemal_301080 (4/14/2013)


    I have following 3 table definition with data

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE TABLE [voucherDr](

    [srno] [int] IDENTITY(1,1) NOT NULL,

    [vouchertype] [nvarchar](50) NULL,

    [voucherprefix] [nvarchar](50) NULL,

    [voucherno] [int] NULL,

    [drparty] [int] NULL,

    [dramount] [float] NULL,

    [invoicetype] [nvarchar](50)...

  • RE: SQL JOINS

    Good question 🙂

    +1

  • RE: Endpoints

    Hugo Kornelis (4/12/2013)


    PurpleLady (4/12/2013)


    Actually deprecated does not mean removed - it means currently supported but will be removed in future versions. So SOAP is a valid type.

    No, it is not....

  • RE: Endpoints

    AS per the explanation:

    "You can create three payload types in SQL Server 2012: TCP, Service Broker, and Database Mirroring endpoints. SOAP endpoints were removed in SQL Server 2012."

    When I refer...

  • RE: DateTime data types

    Really good question 🙂

    +1

  • RE: Restoring database

    have you tried these things from creating sql jobs?

  • RE: Identity Columns

    SQLDub (4/10/2013)


    I answered a QotD correctly and I didn't guess! I am pretty new to SQL development (~6months) but I could see straight away there was an issue with the...

  • RE: Identity Columns

    Good easy one 🙂

    +1

  • RE: Help with tuning stored proc

    You can put index on the columns which are using in your WHERE, ON clause ........

  • RE: TRIGGERS

    Good question Vinay ans as usual gr8 explanation from Hugo 🙂

  • RE: TRIGGERS

    Danny Ocean (4/8/2013)


    I don't see the table definition carefully and choose incorrect option.:angry:

    Any way Good question, keep it up; 🙂

    Same here Vinay, forget about the TEXT datatype part and choose...

  • RE: check condition

    Well now I am done with the result that was required 🙂

  • RE: check condition

    ChrisM@Work (4/8/2013)


    kapil_kk (4/8/2013)


    Hi all, I have to check a condition that if I entered correct first and last voucherno then only it have to perform some operation like insertion.... But...

  • RE: ISNUMERIC

    Hugo Kornelis (4/8/2013)


    kapil_kk (4/8/2013)


    For the first part I understand the behavior but am still confused with the SELECT ISNUMERIC('.+') -- Returns 0 behavior 🙁

    The . actually represents 0.0, with leading...

  • RE: ISNUMERIC

    Hugo Kornelis (4/8/2013)


    An okay question, I guess. The combination of title, question, and answer options may make it very easy to overlook the actual issue, but if we cannot be...

Viewing 15 posts - 601 through 615 (of 1,048 total)