Forum Replies Created

Viewing 15 posts - 301 through 315 (of 824 total)

  • RE: Database File Size Even Distribution

    You don't have the ability to specify which files in a given filegroup your table will be allocated to.  If you have multiple files in a single filegroup SQL Server...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Database File Size Even Distribution

    BOL has an article that describes how to do this using Enterprise Manager, but not T-SQL.  Look for "switching filegroup" and you should find it.  I did this a while...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Is XML the Answer?

    Just noticed the post...

    I'm familiar with Cache.  Sure hierarchical dbms'es are fast at storing/retrieving hierarchical data, as long as the structure doesn't ever change.  For data that isn't inherently hierarchical (most...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Is XML the Answer?

    I hadn't heard of RDF before, but after a quick scan through a couple of documents it looks like it's nothing more than XML shorthand.  I does seem to address...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Retention - Keeping Your Job

    Nice article Steve.

    I don't think Steve was implying that you should pigeonhole yourself, but rather that you should find out which specific areas you are interested in, and that the business is...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: A (Classic?) Table Design Issue

    It sounds like you need to differentiate between your parts table which contains the attributes of the parts and a work table which indicates which parts are to be installed...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: How does everyone backup?

    Differential and file-group backups will probably be an essential part of your backup strategy.  Read about them and experiment with them in a test environment.  You will still need to...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: How does everyone backup?

    Once you start to approach or exceed the terabyte range you need to start thinking in terms of differential and file group backups.  SQL Litespeed is a great product, but...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Lookup Table Madness

    Someone sent me an email with the following question and I thought that both the question and answer might help someone else so I am posting it here:

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Information Required

    These forums are full of them...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Linked table

    Access doesn't implicitly convert the bigint to a text column so it blows up.  If you create a view that casts the bigint to a varchar and define a linked...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: "Unique Indexes" vs. "Unique Constraint"???

    Unique constraints are enforced by the creation of a unique index.  There is no difference in either performance or functionality.  About the only difference is that if you just create...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Linked table

    Probably because Access can't deal with numeric values that big.  Access has an integer and long integer data types, but these correspond to SQL Server's small integer and integer data...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Database Design and Reference Tables

    I was going to ask Mike to clarify that comment too, because if I read it correctly, it betrays a pretty serious misapprehension of both the logical need for keys...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

  • RE: Database Design and Reference Tables

    As long as we're beating a dead horse...

    Since the example in the article doesn't provide the DDL, you might assume that the key has been (or could be) defined across...

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/

Viewing 15 posts - 301 through 315 (of 824 total)