Forum Replies Created

Viewing 15 posts - 5,296 through 5,310 (of 14,953 total)

  • RE: Extended SP "sp_XML_preparedocument " missing

    It should be there in master, under the system extended stored procedures. It's part of a default instalation.

    I haven't used it in years, since XQuery is easier for me,...

  • RE: ETL Security Holes

    This definitely isn't a hole in SSIS, any more than SQL injection attacks are a hole in SQL.

    The difference between report security and ETL security, is that a report does...

  • RE: .mdf / .bak / .ldf

    Brandie Tarvin (1/19/2011)


    I've actually seen people use the data file extension for backup and vice versa. Then they complain when they can't restore because they grab the wrong one.

    <headdesk>

    I keep...

  • RE: .mdf / .bak / .ldf

    GilaMonster (1/18/2011)


    Craig Farrell (1/18/2011)


    GSquared (1/18/2011)


    ...because some poor fool will try to open your multi-terrabyte database file in MS Word...

    *sprays coke on the screen* Thanks Gus, you just lightened up...

  • RE: Hierarchies in SQL

    I don't have access to that code currently, since it's for a prior employer. However, if I remember it correctly, it ended up using the TopParentID mentioned in the...

  • RE: ETL Security Holes

    As far as security goes for ETL, this is another reason to understand how to limit the SSIS package's account. If it's running under a sysadmin account, it may...

  • RE: .mdf / .bak / .ldf

    Craig Farrell (1/18/2011)


    GSquared (1/18/2011)


    ...because some poor fool will try to open your multi-terrabyte database file in MS Word...

    *sprays coke on the screen* Thanks Gus, you just lightened up my...

  • RE: .mdf / .bak / .ldf

    Those are all default file extensions. Since you can "misname" files, and they'll still work, you could have a data file with ".doc" instead of ".mdf", if you really...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (1/18/2011)


    OK, to change the subject.

    There are three boxes of fruit. One has apples, one oranges, and one has mixed apples/oranges. Each one is labeled, but...

  • RE: permission to limited members of a group

    It's either that or manually put them into a different role in SQL Server.

  • RE: Disabling Triggers

    Have you added it to MS Connect? http://connect.microsoft.com/

    You can suggest new features, report bugs, et al, through there.

  • RE: UPDATE using a self-join

    tfifield (1/14/2011)


    Damn! I thought I'd never say this but score 1 for Joe.

    Actually the FROM syntax is very useful as a previous poster mentioned in that the UPDATE can...

  • RE: The Importance of My Cloud Data

    John:

    You're right, and wrong, both at the same time.

    First, yes, concentrating resources CAN result in greater security. However, one of the key principles of higher level security planning is...

  • RE: Are the posted questions getting worse?

    Koen (da-zero) (1/14/2011)


    GSquared (1/14/2011)


    Jeff Moden (1/13/2011)


    Stefan Krzywicki (1/13/2011)


    If they see a penny on the ground, they leave it there.

    Maybe other folks will leave it, but I'll stop and pick it...

  • RE: Out of process OLEDB provider and windows authentication

    Gianluca Sartori (1/14/2011)


    Thank you Roy and Greg.

    Unfortunately this does not solve my issue. Basically, that thread says "don't use distributed transactions", but this is exactly what I'm trying to do.

    Please...

Viewing 15 posts - 5,296 through 5,310 (of 14,953 total)