Forum Replies Created

Viewing 15 posts - 16 through 30 (of 276 total)

  • RE: Query Analyzer results shows (1 row(s) affected) 3 times for sindle record delete

    check for any triggers on that table.

  • RE: where current of?

    per BOL

    http://msdn.microsoft.com/en-us/library/ms177523(v=SQL.90).aspx

    WHERE

    Specifies the conditions that limit the rows that are updated. There are two forms of update based on which form of the WHERE clause is used:

    Searched updates...

  • RE: Multiply the quantity with -1

    itskumar2004 (9/29/2010)


    Hi all,

    I have table with name ABC

    Table ABC:

    columnname datatype

    ID ...

  • RE: Length greater than Nvarchar(max)--Need help

    wisdom.vivek (9/23/2010)


    Better to use 'Text' DataType whenever we need to store large texts in our database.

    BOL:

    ntext, text, and image data types will be removed in a future version of MicrosoftSQL...

  • RE: trim and round

    The Dixie Flatline (9/21/2010)


    123.987 is 123.9

    ????

    Cory, explain please.

    I was adding more examples to try and get the true requirement. 123.987, is that supposed to be 123.9? Make sense?

  • RE: trim and round

    saimddr (9/21/2010)


    no matter how big is the number i want first 2 digits

    So,

    123 is 12

    123.987 is 123.9

    0.91 is 0.9

    .123 is .12?

    Or, are you really after something like, get rid of...

  • RE: alias then join

    inner join

  • RE: alias then join

    Richard Holloway (9/15/2010)


    I have two databases I need to join on. Issue is the project number on one is missing fist two digits. I need to append to...

  • RE: INNER JOIN CHALLENGE

    INNER JOIN AfsMembership.dbo.aspnet_Roles aspnet_Roles1

    ON aspnet_users1.ApplicationId = aspnet_Roles1.ApplicationId

    ...

  • RE: Need to compare two columns

    jcbally (9/10/2010)


    The isdate would return 0 and 1 correct?

    I need to be able to compare the two tables to verify date value ranges are <> one or the other.

    The...

  • RE: Need to compare two columns

    made2lastjj (9/10/2010)


    I Need to compare two columns [PROP_FL_DT] < [PROP_MT_DT]

    One Column is Varchar Data Type, the other is Date

    the varchar data Type is mixed with Null, Date structure like '04/05/2010'...

  • RE: Date Format

    ejbatu1 (9/8/2010)


    I looked it up online before posting, but I was not able to find the format I was looking for.

    How is this going to be used? Usually formatting...

  • RE: Creating a documentation

    SKYBVI (9/7/2010)


    @cory

    I couldnt get you?

    Where should i write the tsql?

    theres no option when i go thru data, external data source,sql server

    it just asks for selecting the table and then...

  • RE: Creating a documentation

    SKYBVI (9/7/2010)


    @ cory

    Ya, If we go to data

    then external data sources , we can get data from sql

    but that data we get is inside the tables, i mean the columns,...

  • RE: Creating a documentation

    SKYBVI (9/7/2010)


    Hey,

    We are creating a documentation of our all databases and their tables, procedures,triggers etc.

    We are making an excel file and writing all the...

Viewing 15 posts - 16 through 30 (of 276 total)