Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 7,164 total)

  • RE: Grant persmissions to database

    I like to use Database Roles and only grant permissions to the Roles even if the Role will only have one member initially. Consider that if a person leaves an...

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

  • RE: Creating my first UD

    Not a credit thing...just wanted to highlight that Steven was pointing towards a solid solution in case you crossed the posts up and missed the link he posted.

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

  • RE: Websockets?

    Creating a SQLCLR object to do this is going to be your best chance initially. Ideally though you would not have stuff like that running in your data tier, and...

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

  • RE: adding a new not null bit column with default 0

    bugg (3/14/2013)


    GilaMonster (3/14/2013)


    bugg (3/14/2013)


    That is why I was looking into creating a new table with the addtional column then moving the data etc and finally doing a table rename

    You can...

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

  • RE: Internal Query Processor Error

    What build are you on?

    SELECT SERVERPROPERTY('Edition') AS Edition,

    SERVERPROPERTY('ProductVersion') AS ProductVersion,

    SERVERPROPERTY('ProductLevel') AS ProductLevel

    Can you...

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

  • RE: I am trying to enter a text file in to a database with customer delimiters

    I do not typically recommend third-party solutions for SSIS, but in this case it's probably not worth re-inventing the wheel:

    http://www.cozyroc.com/ssis/edi-source

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

  • RE: Creating my first UD

    cljolly (3/14/2013)


    Thank you opc.three. I changed my code to look like yours and it works. There are a couple flaws (in the results, not your code) such as...

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

  • RE: Why is "instead of delete" trigger not fired by delete inside "after update" trigger

    brettstahlman (3/14/2013)


    Thanks. Hopefully someone from the SQL Server team will weigh in on this, as it appears there may be an error in the documentation/spec. I started to call it...

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

  • RE: Pull "unformatted" data into existing table structure via SSIS?

    I'll have to agree with Phil. Your comment about who was defining tables gave me a bit of a shiver.

    re: item 2, I agree the interface is clumsy but it...

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

  • RE: dadication and shared connection in sql

    Tell him there is nothing analogous on SQL Server and not to worry about it. If he is worried about resource allocation within an instance he can look into the...

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

  • RE: Why is "instead of delete" trigger not fired by delete inside "after update" trigger

    I see what you mean. It appears when the AFTER trigger is the first one to fire, nothing carried out within that trigger done against the base table will fire...

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

  • RE: new to calling procedures or scripts

    I would recommend staying clear away from xp_cmdshell. It opens up a huge can of worms from a security and auditing standpoint and accessing the file system or the command...

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

  • RE: Package encryption and Source Code Control

    Have a look into EncryptSensitiveWithPassword the option. You could also look into using a Package Configuration (of some kind) to store the connection string with the password in it but...

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

  • RE: Documentation in SSIS

    BIDS Helper has a Smart Diff feature that will ignore some changes in the XML, and hopefully only leave the real changes highlighted. Not that we can always make sense...

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

  • RE: SQL license question related to the SSIS loop transform

    It is just the two Fuzzy transforms that require Enterprise Edition to execute on the server side. But BIDS will run those for you no matter what Edition you have...

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

Viewing 15 posts - 1,606 through 1,620 (of 7,164 total)