Forum Replies Created

Viewing 15 posts - 241 through 255 (of 1,993 total)

  • Reply To: How to define data types

    Thom A wrote:

    MVDBA (Mike Vessey) wrote:

    Staging tables - always...

    but i'm sure Joe celko could help you out on the ISO standards for field lengths of things like names(seriously who has a varchar(80) name)

    Joe...

    MVDBA

  • Reply To: How to define data types

    yes he can be slightly "pernickety"... 🙂 but he does have a good knowledge of standards (that I ignore) 🙂

    MVDBA

  • Reply To: How to define data types

    WILLIAM MITCHELL wrote:

    I would compare the contents to other similar data that you might have elsewhere, for consistency. For example if you are using varchar(80) for names of people or places,...

    MVDBA

  • Reply To: update query is running very slow

    I'm going to be very kind, a lot of people would have shouted.

    I/O is     input/output (sometimes refered to as Inbound / Outbound)

    throughput means how much traffic you get....

    MVDBA

  • Reply To: Are the posted questions getting worse?

    Phil Parkin wrote:

    Robert Sterbal wrote:

    One thing I've noticed since Google went on its personalization kick a few years back is that my results often don't look like your results.

    I was wondering why...

    MVDBA

  • Reply To: update query is running very slow

    I fell foul of this recently and jeff's trick cured my issue.. worth a try and although it's not required by ansi 92 syntax it is a good practice to...

    MVDBA

  • Reply To: SQL Replication - Uncooperative Databases

    joesolaero wrote:

    Great ideas and much appreciated...having the articles in place prevents the dropping of tables.  Not knowing which table is going to get dropped is the issue there...then when a...

    MVDBA

  • Reply To: SQL Replication - Uncooperative Databases

    OK - what if there are 200 tables(I made that number up) that need replicating? wow, sql agent is going to get busy and run out of threads quite soon...

    MVDBA

  • Reply To: How to define data types

    the only piece of advice I can give you is don't use varchar for a date field, don't use float for anything and think about the maximum size of any...

    MVDBA

  • Reply To: Txn log file is full. Error 9002

    run a quick dbcc opentran against that database - then figure out what that spid is doing

    it might not be as bad as john says. it could be a tiny...

    MVDBA

  • Reply To: SQL Replication - Uncooperative Databases

    Michael L John wrote:

    MVDBA (Mike Vessey) wrote:

    here's a thought, could it be possible to script up something  that re-initialises the subscriptions and runs the snapshot job when a DDL event occurs (e.g drop table)...

    MVDBA

  • Reply To: Are the posted questions getting worse?

    I suppose lmgtfy.com could be construed as "sarcastic"? but it is tempting sometimes.

    Better to be a nice DBA and not discourage people trying to learn.

    BAD DBA for even thinking about...

    MVDBA

  • Reply To: Fashion

    Grant Fritchey wrote:

    We frequently raffle off Steve's shirts at the Redgate Summit events. I'm sure that will continue. Although, for everyone's comfort, it's a shirt he is not wearing and hasn't...

    MVDBA

  • Reply To: SQL Replication - Uncooperative Databases

    here's a thought, could it be possible to script up something  that re-initialises the subscriptions and runs the snapshot job when a DDL event occurs (e.g drop table) you could...

    MVDBA

  • Reply To: Fashion

    I think there is an opportunity here - have a competition for one of Steve's shirts (I've seen the Redgate labelled Hawaiian shirt he wore in London)

    if you have enough...

    MVDBA

Viewing 15 posts - 241 through 255 (of 1,993 total)