Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 7,164 total)

  • RE: Today's Random Word!

    SQLRNNR (6/5/2013)


    Revenant (6/5/2013)


    crookj (6/5/2013)


    SQLRNNR (6/5/2013)


    roach

    La Cucaracha

    Pancho Villa

    Sombrero

    Ushanka

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

  • RE: Pre Login HAndShake Error in Sql Server - 2005 SSMS

    Renaming what certificate? Can you list the steps?

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

  • RE: Correcting Login to User mappings

    John Mitchell-245523 (6/3/2013)


    So, in summary, do you agree with this?

    (1) The login that owns the database is mapped to dbo

    Yes.

    (2) Logins that are members of sysadmin and do not have...

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

  • RE: Correcting Login to User mappings

    John Mitchell-245523 (6/3/2013)


    opc.three (6/1/2013)


    When the Login is a member of sysadmin this happens regardless of whether the Login has a User in the database or not.

    But dbo is a user...

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

  • RE: FTP TASK Error.

    You could add a Script Task to the FeLC before the FTP Task and send the variable holding the file name in as a ReadOnlyVariable. In the Script Task fire...

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

  • RE: [sys].[dm_os_volume_stats]

    I use PowerShell for this kind of thing and not through T-SQL either, it's a lot more flexible that way. If you look into the script further you'll see some...

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

  • RE: how to write expression for Derived Column transform

    KoldCoffee (5/30/2013)


    That worked. Thanks Phil. I was trying to accomplish before unpivot.

    In my dataset I sometimes have rows, where all 12 of the 12 rows that I am unpivoting...

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

  • RE: Database Documention Tool

    The SQL Server in-built Extended Properties are great, but, they're a little cumbersome to work with using only T-SQL. redgate SQL Doc[/url] is a nice tool that helps you interact...

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

  • RE: Client tools?

    Command line tools that allow you to interact with SQL Server like sqlcmd.exe and bcp.exe would qualify as clients tools, as would the PowerShell snap-ins that to allow us to...

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

  • RE: Determine the size of the changed data in a database???

    Very good point. I was sticking to "data changes" in the original post. It might be worth re-assessing the parameters of the original request.

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

  • RE: Determine the size of the changed data in a database???

    I was thinking about this more and a differential could come out high as well as low. If you only update one INT field on a record the whole 8K...

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

  • RE: Determine the size of the changed data in a database???

    I could see a differential coming out a little low if the same pages are updated multiple times in that 24 hour period but it will probably get you close.

    There...

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

  • RE: Correcting Login to User mappings

    RichardBo (5/28/2013)


    I have a server where there are logins created that are mapped to dbo in a database.

    When the Login is a member of sysadmin this happens regardless of whether...

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

  • RE: User (db_datareader) can't see tables in MS; can SELECT data!

    When logged in as this user, what do you get when you run:

    SELECT *

    FROM sys.tables;

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

  • RE: dynamic import of multiple flat files

    With which? I think you already understand the standard way to do this. Create 25 Flat File Connection Managers and configure them to handle your 25 Flat Files. Create a...

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

Viewing 15 posts - 1,021 through 1,035 (of 7,164 total)