Forum Replies Created

Viewing 15 posts - 11,836 through 11,850 (of 14,953 total)

  • RE: error updating table

    Are you using the GUI to change the table, or directly issuing an Alter Table command from Management Studio, or something else?

    Also, how big is the table you are altering?...

  • RE: The Numbers Table

    Adam Machanic (11/24/2008)


    Just throw the CTE into an inline TVF. In my tests it almost always performs equally fast, and sometimes is even faster, than using a table.

    I've done...

  • RE: The Numbers Table

    jacroberts (11/24/2008)


    Performance isn't always an issue as in my previous example.

    I have to disagree. Even if the performance of that particular query "doesn't matter", you have to ask why...

  • RE: Primary Key

    Robert Frasca (10/13/2008)


    Don't mean to be fussy but a table can have a PK and be a heap table. A table without a clustered index is part of the...

  • RE: Too Good at Data Analysis

    Matt Miller (10/14/2008)


    Let's not forget one of the biggest factors the various models forget to deal with...the power the model itself wields on the underlying system it was designed to...

  • RE: Index design

    Use is most important. What's the point to indexing a column you never select by?

    A good way to do it is pick the columns that appear in Where/Join the...

  • RE: Performance across the internet is not even close to the speed internally

    I guess I don't understand what method you are using to upload all this into the database. Are you using some sort of distributed transaction for all of it?

  • RE: Working with 2 tables with One to many relationship

    Try something like this:

    acctID Ntext

    1 ...

  • RE: Performance across the internet is not even close to the speed internally

    I'm going to have to go with not an SQL issue. Network or client machine or something related to that.

  • RE: Importing from Excel to SQL via VB.NET

    Instead of passing a file location, what you might want to do is have the .NET app upload the file to a standard location, and give it a unique name...

  • RE: Too Good at Data Analysis

    The problem I see with the models they used is that, as is so often the case, their precision exceeded their accuracy. It's one of the most common mistakes...

  • RE: Data Farming

    With the whole, "same name as thousands of others" thing going, I've actually wondered recently if the celebrity thing of truly odd names for their kids might be more of...

  • RE: Database Mail with hotmail

    That's correct.

  • RE: Primary Key

    I have to say, I've had a few places where a heap table (no PK, no clustered index) was useful to me, mainly in places where I needed to do...

  • RE: Data Farming

    I can't imagine going through this much effort to create a fake identity when, in fact, the FBI says that stealing an actual identity is usually just a question of...

Viewing 15 posts - 11,836 through 11,850 (of 14,953 total)