Forum Replies Created

Viewing 15 posts - 2,146 through 2,160 (of 2,894 total)

  • RE: varchar to nvarchar

    GilaMonster (2/17/2012)


    Eugene Elutin (2/17/2012)


    GilaMonster (2/17/2012)


    Eugene Elutin (2/17/2012)


    GilaMonster (2/17/2012)


    An nvarchar(40) holds 40 characters.

    and its length is 80 bytes, to accomodate unicode...

    Its length is anything from 2 bytes to 82 bytes depending...

  • RE: varchar to nvarchar

    I knew! We can make it!

  • RE: Insert

    CELKO (9/15/2011)


    ...

    Rows are not records; records are not values it is a HUGE difference that you will nee to learn. Please post DDL and not a vague, useless narration (can...

  • RE: varchar to nvarchar

    Eugene Elutin (2/17/2012)


    GilaMonster (2/17/2012)


    Eugene Elutin (2/17/2012)


    GilaMonster (2/17/2012)


    An nvarchar(40) holds 40 characters.

    and its length is 80 bytes, to accomodate unicode...

    Its length is anything from 2 bytes to 82 bytes depending on...

  • RE: CAN ANY ONE help me i just want create view STORE PROCEDURE FOR table3 by inner joinTABLE

    You have tried to write stored proc? - Good!

    Could you please try to add tables DDL's with sample data insert script to help your helpers to help you 🙂

    Link at...

  • RE: Rollback strategies

    Loundy (2/17/2012)


    Hi All,

    I'm trying to work out what's the best way to roll back specific objects. For my company we don't have any form of automation so we...

  • RE: varchar to nvarchar

    GilaMonster (2/17/2012)


    Eugene Elutin (2/17/2012)


    GilaMonster (2/17/2012)


    An nvarchar(40) holds 40 characters.

    and its length is 80 bytes, to accomodate unicode...

    Its length is anything from 2 bytes to 82 bytes depending on the data...

  • RE: Statement Help

    Because your WHERE condition are inside UPPER function. By default SQLServer is case insensitive. That should work:

    SELECT dqid, DQFlag, DQLinkID INTO DMCDUPES

    FROM OrangeDataDQ1

    WHERE ([MANAGING COUNTRY] <> 'UK' OR [MANAGING COUNTRY]...

  • RE: varchar to nvarchar

    GilaMonster (2/17/2012)


    An nvarchar(40) holds 40 characters.

    and its length is 80 bytes, to accomodate unicode...

  • RE: Weekly Report in SSRS 2008

    I see now.

    Ok my advise is:

    If you want to achieve the best performance and make your reports neat, use a calendar table (in the datawarehouse world it usually...

  • RE: Weekly Report in SSRS 2008

    select DATEPART(weekday, GETDATE())

  • RE: how to convert '2012-02-15 14:26:58.520' into '2/15/2012 2:00:00 PM'

    Why in SQL? It's not a formatting tool!

    You should do it in the UI or report.

    If you insist on exact format requested (eg. no leading 0 for month part)...

  • RE: Answers

    ramyours2003 (2/17/2012)


    Hi ,

    Can any one answer these

    1)What is meaning of switch -m and -c when we bring sql server in single user mode?

    2)How can I change...

  • RE: SEQUENCE of A-101,A102

    Replying...

    Sorry mate, cannot understand your question at all. Which property are you looking for?

  • RE: Update and Insert on Linked table best practice

    jflynn-735049 (2/16/2012)


    I have a sql 2008 database that contains a list of users.

    When any attributes change son the users I need to either insert or update the attributes on...

Viewing 15 posts - 2,146 through 2,160 (of 2,894 total)