Forum Replies Created

Viewing 15 posts - 691 through 705 (of 3,348 total)

  • RE: TRY_CONVERT large numbers

    MMartin1 (3/2/2016)


    Without the try_convert function built in, I just did a simple

    select convert(varchar(1), 234523); and got back the asterisk. What the meaning was when deciding to do this, I...

  • RE: Departments, Teams, Roles and Services

    SteveD SQL (3/3/2016)


    I don't think you'll like it.

    I am sorry to say that you are absoltuely right on that.

    It's your choice obviously, but I will comment on some of your...

  • RE: FIND column that hits criteria

    Talvin Singh (3/4/2016)


    I chose 23 as it was the first "extra" zone in the combination of 7, 14, 35, 43.

    "First" by which criterium?

    The word "first" only has a meaning if...

  • RE: Large Table Design Best Practices

    Sean Lange (3/3/2016)


    Shall I repeat the concrete example yet again? You have a column in step 3 that is required. That column cannot be made NOT NULL in the design...

  • RE: Large Table Design Best Practices

    I see a lot of discussion about whether or not there are normalization errors in the design you posted. There might or might not be, but that's something only you...

  • RE: Enable broker

    I've never heard of sp_sqlagent_refresh_job. There are a few hits on Google which I'll leave to you to investigate.

    If it's a system stored procedure, you can usually still look at...

  • RE: Creating design for databases

    fareedhmohamed (3/4/2016)


    How can I design tables?

    Not sure what you mean with that question,

    If you want to know how to learn how to come up with a good design, then google...

  • RE: FIND column that hits criteria

    Hi Talvin,

    Sounds like you already have most of the algorithm figured out. After step 3 (in my previous post), check if you have hit the limit. If you have, fine....

  • RE: update statistics during production ?

    tony28 (3/3/2016)


    I tried it.. after statistics update looks almost same..

    (1763 row(s) affected)

    Table 'Table'. Scan count 1, logical reads 216

    your idea query

    TotalSubtreeCost 13.86579

    EstimateRows 1160180

    current query

    TotalSubtreeCost 14.70268

    EstimateRows 353613.7

    I do...

  • RE: Creating design for databases

    There are lots of those tools available. I do not recommend any of them, for the reasons specified in my previous post.

    But if you want to use them, google to...

  • RE: Today's Random Word!

    djj (3/2/2016)


    HappyGeek (3/2/2016)


    Hugo Kornelis (3/2/2016)


    crookj (3/2/2016)


    Grumpy DBA (3/2/2016)


    whereisSQL? (3/2/2016)


    Mine

    Yours

    Ours

    Precious

    Smeagol

    Ring

    Wedding

  • RE: How to create a Stored Procedure from this Code

    oneteabag (3/2/2016)


    I haven't used SSIS before, will it handle this giant 4000 Line Code?

    If you decide to use SSIS (and note that some important remarks about this have been made...

  • RE: Today's Random Word!

    crookj (3/2/2016)


    Grumpy DBA (3/2/2016)


    whereisSQL? (3/2/2016)


    Mine

    Yours

    Ours

    Precious

  • RE: How to find duplicates for complete raw without listing all columns ?

    Not as far as I know.

    However, when you work in SSMS you can drag theh "columns" entry from object explorer on the SSMS query window, and it will drop a...

  • RE: Enable broker

    Enabling (or disabling) service broker requires an exclusive lock on the database, unfortunately. (In my opinion a major flaw in the design).

    You will have to ask everyone to disconnect their...

Viewing 15 posts - 691 through 705 (of 3,348 total)