Forum Replies Created

Viewing 15 posts - 44,221 through 44,235 (of 49,571 total)

  • RE: Tables are big?

    Matt Miller (9/25/2008)


    GilaMonster (9/25/2008)


    Matt Miller (9/25/2008)


    On other (non-variable length) columns, such as int, the space is still allocated even when the Bit map is set.

    I don't think they are. Will...

  • RE: Tables are big?

    Robert klimes (9/25/2008)


    Is there something that I am overlooking that is causing this, or do nulls take up some space?

    Don't forget that the row headers and footers do take some...

  • RE: Tables are big?

    But it's not going to be 42 GB for a million rows.

  • RE: FK and Indexing

    Arthur.Lorenzini (9/25/2008)


    Doesn't creating the FK back it up with an index?

    No. As I said, foreign keys are not indexes.

    Primary keys are enforced by indexes, it's the only way to...

  • RE: Query Optimization

    If you want someone to rewrite the query, you're going to have to help them.

    Please give us the table structure (as create table statements), the index definitions (all of...

  • RE: DATETIMEVERY URGENT

    Use Jacob's version, it's faster than the convert to varchar and back. See my blog for the details.

    And please don't shout at us. (post in all caps)

  • RE: Back Upfrom mdf and ldf

    There's a post on Paul Randal's blog on how to 'hack' a corrupt DB back into a server after it was detached. It's one of the more recent entries.

    http://www.sqlskills.com/blogs/paul

    Also note...

  • RE: To give my process high priority in SQL server 2000

    Only in SQL 2008, and that's just a cpu-time and memory priority. If a kill command is issued against your session, it will be terminated.

    I'm curious. Why do you need...

  • RE: DDL Trigger database options

    Have a look at the page in BoL titled "DDL Event Groups for Use with Event Notifications"

    There are a few events there that aren't included in DDL triggers, but it...

  • RE: Performance Implications of Database Snapshots

    Robert Davis (9/24/2008)


    Great article Gail!!! I'd love to see a follow-up where you measure the effects that snapshots on a mirrored database (on the mirror partner) running in synchronous mode...

  • RE: What is the most effecient data type in SQL Server

    It's not a new data type. I know it's been around since 2000, I think it's been around much longer.

  • RE: Query Optimization

    What's that query supposed to do?

    How many rows are in those tables?

    Can you post the table and index structures and some sample data please?

    Why all the count distincts? They're very...

  • RE: Connectivity Issues

    DonKo (9/25/2008)


    One reference suggested since the username is NULL that is has to do with a domain controller or some other network issue. My LAN/SAN guy says "No" and...

  • RE: Transaction Log and Recovery Model

    Molly Cary (9/24/2008)


    Yes, I can change it. Would it be a better solution for me to also have them back up all day instead of the 6-9 window? Not sure...

  • RE: sql query to find statement currently executing in sp

    Jeff Moden (9/24/2008)


    Yeah, but what does the OP want to do with it? 🙂

    <shrug> Beats me. We'll probably never know

Viewing 15 posts - 44,221 through 44,235 (of 49,571 total)