Viewing 15 posts - 31 through 45 (of 58 total)
If I understand the writeup correctly, the portion of the total that is not allocated to one of the contributing amounts is then allocated to just one of the records....
March 19, 2012 at 6:56 am
With regard to partioned tables, does the partitioning key have to be the first column of the clustering index? It seems that way to me.
Also, if you have a...
November 9, 2011 at 7:33 am
I changed all of my variable data tyes to float and the variable-based expression produced the desired result.
I also found that decimal (38,10) also works, so I might...
August 20, 2011 at 6:24 am
I am trying to figure out how to get the right result using the variables. The expression with the numbers as constants produces the correct result.
August 20, 2011 at 5:48 am
Thanks Gail.
So, it seems reasonable to assume that the next SQL version after SQL2008 will drop support for 2000 compatibility.
March 30, 2010 at 10:01 am
Does Microsoft have any plans for discontinuing older compatibility levels? If so, where can this information be found, in particular, dates.
March 29, 2010 at 9:36 am
I am talking about developers debugging through programs that access the database. So, they will run native SQL queries and also be able to see data retrieved by VB...
June 22, 2009 at 8:36 am
Unfortunately, it isn't an encryption problem. It has to do with privacy laws and the use of third party contractors and maybe out-of-country developers. So, these people need...
June 22, 2009 at 8:27 am
Riga,
The script below is set to create rollover files of 250 mb and to retain the five most recent iterations.
/****************************************************/
/* Created by: SQL Server Profiler 2005 ...
May 13, 2009 at 8:51 am
Markus,
I have noticed that when I script a trace, for some reason, it doesn't pick up all of the column filters.
May 13, 2009 at 6:50 am
On the subject of trace files, I have a situation where the application running against a database periodically experiences severe systemic contention. We haven't had much luck figuring out...
May 12, 2009 at 12:23 pm
Nice call. The trigger explains it all. When I update the single row in WTABLE, a trigger then updates 61 rows in another table.
January 29, 2009 at 3:39 pm
I can see dropping the non-clustered indexes before reloading the table. What about the clustered index?
Also, does it help to have the input file sorted in cluster index order?
March 31, 2008 at 2:23 pm
Jeez, this sounds like the all-American contractor redoing my bathrooms. Certainly work across cultures and languages amplifies the possibilities for misunderstanding, but the problem of poor quality delivery is endemic...
August 13, 2007 at 7:48 am
Related question:
I have two variations of a query. According to the estimated execution plan, both queries should have about the same cost. In actual execution, however, one of the queries...
July 20, 2007 at 10:04 am
Viewing 15 posts - 31 through 45 (of 58 total)