Forum Replies Created

Viewing 15 posts - 4,081 through 4,095 (of 7,164 total)

  • RE: Converting first letter of every word to uppercase

    Jeff Moden (5/11/2012)


    Do you have any performance metrics for this, Orlando?

    I do not, but I would be happy to mock up some test data and run some tests. I used...

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

  • RE: Create database DDL VS creating a database in SSMS

    capn.hector (5/11/2012)


    opc.three (5/11/2012)


    Could be. I did not think SHRINKFILE was sunject to the 'initial size' issue though.

    i believe only when used with CREATE DATABASE. all the DB's we created...

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

  • RE: Create database DDL VS creating a database in SSMS

    Could be. I did not think SHRINKFILE was sunject to the 'initial size' issue though.

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

  • RE: Create database DDL VS creating a database in SSMS

    OK, I am with you now. I would run a Trace to see what SSMS is doing. My guess is SSMS does a SHRINKFILE w/ NOTRUNCATE first to bring all...

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

  • RE: SQL 2008 R2 Audit DBA

    In a database-level audit I think your options are limited. All sysadmins are mapped into the DB as dbo.

    You could run a Trace and filter on the SessionLoginName. This is...

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

  • RE: Create database DDL VS creating a database in SSMS

    capn.hector (5/11/2012)


    this comes to the differences of creating a database by a script vs SSMS. we are moving servers and when moving to the new server we are making...

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

  • RE: Establishing FK with a primary key that changes everytime db updated

    annastassia1935 (5/11/2012)


    Yes there is resistance. However, I read on this site that it may be better to store the varchar(max) field in a separate table rather than appending it...

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

  • RE: Link SQL SERVER to a spreasheet?

    CptCrusty1 (5/11/2012)


    opc.three (5/11/2012)


    CptCrusty1 (5/11/2012)


    :rolleyes: oh jeeeeez.....

    Too basic for you?

    Nah... it was the Texas comment. You'd really love it if you knew that I grew up in Southern CA....

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

  • RE: Link SQL SERVER to a spreasheet?

    CptCrusty1 (5/11/2012)


    :rolleyes: oh jeeeeez.....

    Too basic for you?

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

  • RE: Link SQL SERVER to a spreasheet?

    CptCrusty1 (5/11/2012)


    PLEASE... I like SNARKY comments...

    Since I have ya'll's attention. Can ya'll recomment a good starting point for more advanced SSIS schtuff? Reading material, things to try,...

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

  • RE: Link SQL SERVER to a spreasheet?

    CptCrusty1 (5/11/2012)


    Yes... That was a thank you... just a goofy one which is normal for me... 😉

    Welcome to SSC!

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

  • RE: Link SQL SERVER to a spreasheet?

    CptCrusty1 (5/11/2012)


    CptCrusty1 (5/11/2012)


    I try... I try... yet, it is a skill I have....

    ---Although, don't think I'm ungrateful... I'm always grateful to those with more knowledge, experience, or...

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

  • RE: Link SQL SERVER to a spreasheet?

    Wow, lazy, sarcastic and ungrateful. Nice combo Cap'n 😛

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

  • RE: Converting first letter of every word to uppercase

    .NET has this functionality built-in and does a pretty good job. It may not be exactly what you want, but I thought it was worth mentioning. Here is a SQLCLR...

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

  • RE: Link SQL SERVER to a spreasheet?

    CptCrusty1 (5/11/2012)


    Elliott Whitlow (5/11/2012)


    Honestly I'm not sure this is possible.

    Even if it were I have to say I don't think its a good idea. Just create a table in...

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

Viewing 15 posts - 4,081 through 4,095 (of 7,164 total)