Viewing 15 posts - 11,836 through 11,850 (of 14,953 total)
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?...
November 24, 2008 at 8:56 am
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...
November 24, 2008 at 8:48 am
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...
November 24, 2008 at 8:28 am
Robert Frasca (10/13/2008)
October 15, 2008 at 1:47 pm
Matt Miller (10/14/2008)
October 15, 2008 at 1:27 pm
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...
October 14, 2008 at 10:40 am
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?
October 14, 2008 at 8:16 am
Try something like this:
acctID Ntext
1 ...
October 14, 2008 at 8:13 am
I'm going to have to go with not an SQL issue. Network or client machine or something related to that.
October 14, 2008 at 7:49 am
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...
October 14, 2008 at 7:47 am
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...
October 14, 2008 at 7:39 am
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...
October 13, 2008 at 3:07 pm
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...
October 13, 2008 at 12:34 pm
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...
October 13, 2008 at 7:10 am
Viewing 15 posts - 11,836 through 11,850 (of 14,953 total)