Forum Replies Created

Viewing 15 posts - 6,361 through 6,375 (of 7,164 total)

  • RE: STUFF Function

    opc.three (5/23/2011)


    Tom.Thomson (5/17/2011)


    I've submitted a connect item[/url] suggesting this behavious be changed.

    Closed "as Won't Fix" with the reason being "Backward Compatibility Issues"...Booooo!

    I guess we can officially call STUFF a...

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

  • RE: Reference a view in a foreign key

    dankwart menor (5/23/2011)


    Thanks, that is working exquisitely

    Excellent! I love it when a plan comes together 😀

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

  • RE: Are the posted questions getting worse?

    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 mean I'm willing...

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

  • RE: STUFF Function

    Tom.Thomson (5/17/2011)


    I've submitted a connect item[/url] suggesting this behavious be changed.

    Closed "as Won't Fix" with the reason being "Backward Compatibility Issues"...Booooo!

    I guess we can officially call STUFF a legacy...

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

  • RE: SQL 2000 ntext column

    Query Analyzer only returns the first 256 characters of a column by default. You can increase it to a maximum of 8192 in:

    Tools > Options > Results Tab

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

  • RE: Number Sign (#) in xml variable

    You're very welcome.

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

  • RE: Number Sign (#) in xml variable

    Unfortunately you will not be able to have an actual "#" appear in your element name. It is not supported in the SQL Server implementation of XML...i.e. it must be...

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

  • RE: Number Sign (#) in xml variable

    Your decimal to hex conversion needs some work 😉

    x35 = decimal 53 = the number 5 on the ascii map

    x23 = decimal 35 = the hash sign on the ascii...

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

  • RE: data transfer from flatfile to database using C# coding

    Are they fixed width files or delimited?

    If fixed you can seek to the end of the file and then seek back this number of bytes:

    10 * ([bytes in each row]...

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

  • RE: Powershell job run through SQL agent doesn't write output

    A try/catch structure around the code you think may be having an issue would be a wise move to capture and output the error message.

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

  • RE: Powershell job run through SQL agent doesn't write output

    How are you connecting to the remote server? Windows Authentication? If yes, make sure the Windows login running the SQL Agent job (Windows service account or proxy account) can connect...

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

  • RE: ipad or kindle

    I bought a Kindle about two months ago because of the issues with backlit tablets interrupting melatonin production (i.e. interfering with sleep patterns). I wish it had a browser sometimes...

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

  • RE: Encrypting SQL server authentications credentials

    Direct all replies here:

    http://www.sqlservercentral.com/Forums/Topic1113404-364-1.aspx

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

  • RE: User cannot see Stored Procedure

    Sounds like a DENY may be in place.

    What does this return?

    USE [DBname]

    GO

    SELECT perms.*,

    users.name

    FROM sys.database_permissions perms

    ...

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

  • RE: save pictures in database or to file?

    armm1388 (5/22/2011)


    hi'

    In a database project which use of pictures, Is it better to save pictures in database or to file?

    thanks very much

    It depends on many things. FILESTREAM is an option....

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

Viewing 15 posts - 6,361 through 6,375 (of 7,164 total)