Forum Replies Created

Viewing 15 posts - 6,346 through 6,360 (of 7,164 total)

  • RE: Accents not recognised after generate script table data

    amns (5/24/2011)


    Hi,

    I've some tables with varchar data type in some columns.

    This tables store static values, so i need to generate scripts for create table and table data.

    I generate the scripts,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: trace?

    How can i capture the user name who used this sql account to connect to the sql server when they have to actually connect only using application, I would also...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Can't turn snapshot isolation on

    If I turn snapshot isolation on and find performance is adversely affected, do you think I can simply turn it back off to undo the damage?

    You can turn it on...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: trace?

    Please post your trigger code.

    Do you have Database Mail ready and able to send emails from your database instance?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Is there a Logon trigger at the database level?

    The best you can do is lookup the login's default database but there is no guarantee that the connection string did not provide an alternate/explicit database name to begin in.

    I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Where clause excludes rows with Null Values

    jcrawf02 (5/24/2011)


    opc.three (5/24/2011)


    Sure thing jcrawf02. As a side note, I would not have posted at all because the poster would have caught the IN/NOT IN logic nugget, however when there...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Are the posted questions getting worse?

    Grant Fritchey (5/23/2011)


    opc.three (5/23/2011)


    Craig Farrell (5/23/2011)


    GilaMonster (5/23/2011)


    LutzM (5/23/2011)


    GilaMonster (5/23/2011)


    Just got a PM and a mail asking for some free consulting. I sympathise with people in tough situations, but that doesn't...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Can't turn snapshot isolation on

    Not sure about "best practice", sounds like someone tossed in a buzz phrase to justify some action. Management is far enough away from the details to not know the particulars...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Can't turn snapshot isolation on

    Because nolock has been deprecated, though, my bosses want me to use snapshot isolation instead.

    The NOLOCK hint has not been deprecated on SELECT statements, only with the use of UPDATE...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Where clause excludes rows with Null Values

    Sure thing jcrawf02. As a side note, I would not have posted at all because the poster would have caught the IN/NOT IN logic nugget, however when there is a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: how can i create Unique Constraint on one column that allow multiple null values,

    Duplicate post...direct replies to this post since OP confirmed they are on 2005:

    http://www.sqlservercentral.com/Forums/Topic1113770-149-1.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Package Configuration Files / SQL Agent

    In the 2005 link Koen posted it says:

    If the /ConfigFile option specifies a location for the configuration file that is different than the location that the package specifies, the dtexec...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Reference a view in a foreign key

    Thanks for the nod Yin :Wow:

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Where clause excludes rows with Null Values

    ...same results but a little more concise:

    SELECT INDACCOUNTNUMBER ,

    TOTALPYMTAMT ,

    NETPAID ,

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Where clause excludes rows with Null Values

    It's all about the parentheses...try it this way:

    SELECT INDACCOUNTNUMBER ,

    TOTALPYMTAMT ,

    NETPAID ,

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 6,346 through 6,360 (of 7,164 total)