Viewing 15 posts - 271 through 285 (of 389 total)
Great tip Jeff. Thank you for sharing this. I remember this discussion is coming up for the second time. I appreciate your comments and am glad to learn something new...
.
February 6, 2008 at 7:26 am
GSquared,
I agree that a number table should be the first choice. The approach presented in this article is useful for cases when you do not want to use a number...
.
February 6, 2008 at 7:20 am
Jim Russell (1/23/2008)
Interesting! Where can I find SQLCE Workshops I-III?
You can find all articles in this series here: http://www.sqlserverandxml.com/2007/11/sqlce-workshop.html
.
January 23, 2008 at 9:36 am
Hi Matt,
We are getting this fixed;
thanks
Jacob
.
January 23, 2008 at 8:56 am
You will need Visual Studio Standard, Pro or Enterprise. This link will give you more info: http://blogs.msdn.com/stevelasker/archive/2007/08/07/configuring-visual-studio-2005-for-use-wtih-sql-server-2005-compact-edition.aspx
.
January 23, 2008 at 2:07 am
I agree with most of you, especially Jeff, Steve, Gila. Out of curiosity I sent this question to Itzik Ben-Gan to see what thinks about it. Here is a summary...
.
December 31, 2007 at 5:16 am
I think some times people expect the FORUMS to give them the FINE results which saves them all the work. It looks like they dont want to learn fishing, but...
.
December 28, 2007 at 12:32 am
Hi Jeff,
I must admit that my previous statement did not turn to be 100% correct. I just created a test table and populated some test data. I did some testing,...
.
December 27, 2007 at 10:46 am
I agree with Jeff that PIVOT operator is not that useful in the specific task that we saw. Infact, it is not very helpful with variable number of columns.
However, i...
.
December 27, 2007 at 8:49 am
WHERE is evaluated before GROUP BY. Hence you cant use it in WHERE. A CTE will help to simplify the code.
.
December 27, 2007 at 7:16 am
December 27, 2007 at 4:19 am
Modify the definition of the temp table
CREATE TABLE #tmp (Value NVARCHAR(200), Data NVARCHAR(500) NULL)
.
December 27, 2007 at 2:42 am
I guess we need to know the columns in advance to do a pivot operation. Probably you should make a list of countries and add it in the FOR() clause.
[font="Courier...
.
December 27, 2007 at 2:36 am
Viewing 15 posts - 271 through 285 (of 389 total)