Forum Replies Created

Viewing 15 posts - 121 through 135 (of 389 total)

  • RE: TOP Clause

    Nice question.Thanks 🙂

  • RE: Urgent help needed..PLZ HELP ME..

    Eirikur Eiriksson (5/7/2014)


    rhythmk (5/7/2014)


    vasugunda (5/7/2014)


    Hi everyone..

    i just want retrieve patient information from 1st discharge date to 6 months later date .

    Can you please elaborate with more clarity as I am...

  • RE: Table Design

    As you mentioned that in real scenario you can have more item type with many other attributes.So it is better to have separate tables for every item type instead of...

  • RE: Urgent help needed..PLZ HELP ME..

    vasugunda (5/7/2014)


    Hi everyone..

    i just want retrieve patient information from 1st discharge date to 6 months later date .

    Can you please elaborate with more clarity as I am confused with above...

  • RE: SSIS - REST SPI - Parameters

    kamal_ece (5/7/2014)


    Hi Gurus,

    I'm trying to implement data passed from SQL database to REST API using SSIS.

    I did not get your requirement. Can you please explain bit more with example. Also...

  • RE: Investigating deletes from a table

    Try to create a DDL trigger for the same.

    Follw below link.

    DDL Triggers

  • RE: Managers

    It is all about corporate politics that a person who should be ideal manager does not get the post while others get it :angry:

  • RE: search the content of files

    shima_khosravani (5/7/2014)


    hi

    I want a mechanism that search the content of all files in my upload folder,then return the address of the file that contains that keyword

    plz pay attention that...

  • RE: Hanging WHILE loop

    As suggetsed by Koen it may be because of loops you are creating.

    Why don't you read this excellent article of Tally table from Jeff to avoid loop.

    The "Numbers" or "Tally"...

  • RE: Removing Memory-optimized tables

    +1. As I have also contributed the same question for QoTD and it is yet to published.However the nature of question is different 😉

  • RE: Datatypes In Your Mind

    Jeff Moden (5/6/2014)


    rhythmk (5/6/2014)


    Jeff Moden (5/5/2014)


    Even though I strongly [font="Arial Black"]disagree [/font]that BIT is an integer datatype simply because it can't be used in certain bits of math, such as...

  • RE: Datatypes In Your Mind

    raulggonzalez (5/6/2014)


    Thanks for the question,

    I guess the author goes more this way

    --the smallest exact number integer data type that can't support a negative number

    declare @bit bit

    set @bit = -1

    Command(s)...

  • RE: Datatypes In Your Mind

    Jeff Moden (5/5/2014)


    Even though I strongly [font="Arial Black"]disagree [/font]that BIT is an integer datatype simply because it can't be used in certain bits of math, such as a SUM(), I...

  • RE: Alter Column

    shanjan.sapra (4/29/2014)


    Comments posted to this topic are about the item <A HREF="/questions/computed+columns/109643/">Alter Column</A>

    nice question.

  • RE: one db versus multipl dbs

    dexdev (4/28/2014)


    Hi everyone

    We're looking into setting up a SQL cluster for our app.

    Our current setup is based on a very high number of small databases.

    We are looking into setting up...

Viewing 15 posts - 121 through 135 (of 389 total)