Forum Replies Created

Viewing 15 posts - 16 through 30 (of 120 total)

  • RE: Open Multiple SSMS from CMD using Run AS AND prompting for password once

    So, if folks are wondering or trying to do the same thing, the RUNAS command does not provide a means to send a password with the command. it was deliberately...

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Any Advice??

    It sounds like you are looking for SQL query help for SQL Server 2012. This forum is for Administrating SQL Server 2005.

    Try your question over here at T-SQL

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: DataType confusion

    Thanks for the feedback. Good Stuff! I should have been more detailed about the numerics being stored. Firstly, the data in question originates in other systems and is brought into...

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Cubes without A Data Warehouse?

    I've also seen BI-Lite which claims to be able to do the job. I've not been able to test this since it requires .Net 4 which I'm not able to...

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Removing a User from a db

    Yes. There are schemas that share the name fo the user. When I look at the properties of the user the 'Owned Schema' is the same as the user....

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: sp_help error

    Great! Thanks Roy. I'm still confused about how I got it to show results last night with a database but maybe that's an Express thing. I appreciate the clarification.

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: sp_help error

    What I ran last night was sp_help 'Sample' and got 2 reulstsets back. The first contained info like db_size, id, owner, status, compatability_level. The second resultset showed infor about the...

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Conversion failed when converting from a character string to uniqueidentifier.

    oh man...ha ha ha..I really need to work on my troubleshooting skills!

    Thanks so much!

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Cannot connect to New Instance of SQL Server

    SOLVED:

    I used only the machinename and left out '\MSSQLSERVER'.

    Amateur mistake.

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Service Account used in Linked Server getting disabled

    Could there be another process attempting to connect with a bad password and disabling the account? Has anything come up in Event Viewer?

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: SQL Server 2008 Installation Issue.

    Have you attempted to reinstall the product since? What happened? Are you running this with an account that is an administrator on the machine? After the setup files installed completely...

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Can a .bkp be deleted after it's been restored?

    Yes that does help. These bkp files are part of a sharepoint upgrade so we won't be too many of them and not for long (hopefully).

    Thanks!

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Enterprise to Express??

    You guys are amazing! Thanks so much!

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Adding Files to a FileGroup

    Multiple filegroups lets you explicitly specify what filegroup a table or index goes onto.

    So a good practice would be to create a secondary filegroup when a database is created...

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

  • RE: Adding Files to a FileGroup

    I guess I missed something because my db ran out of room. The single mdf on the primary was set to Autogrow and had a size cap at 70Gb. The...

    Even as a mother protects with her life
    Her child, her only child,
    So with a boundless heart
    Should one cherish all living beings;

Viewing 15 posts - 16 through 30 (of 120 total)