Viewing 11 posts - 2,851 through 2,861 (of 2,861 total)
For me, DisKeeper. I have been using it since it was a DEC utility.
February 5, 2010 at 9:51 am
OK; now it makes sense.
I will leave it to Imu92 for the time being, he already has a good grasp of the problem and he asked for the additional sample.
February 4, 2010 at 2:42 pm
Your post, as I see it, starts with "Some more sample data".
Is/was there anything that I am missing?
What exactly is the question you ask?
February 4, 2010 at 1:46 pm
Difference between Server 2008 and 2008 Small Business is in what services are installed and/or started by default. It is possible to bring Server 2008 to Small Business standard...
February 4, 2010 at 10:05 am
Using Lowell's code, I think that the query you are looking for is
[font="Courier New"]SELECT * FROM @MyExample a
WHERE [Action] = 'Viewed'
AND ( SELECT [Action] FROM @MyExample...
February 1, 2010 at 12:27 pm
You have a diagram of the involved tables in View Designer.
January 27, 2010 at 4:38 pm
Are you doing just a vanilla report or a SharePoint Dashboard?
Generally, MSFT recommends that you use Excel Services on SP. (That is THE reason for MOSS 2007...)
January 25, 2010 at 12:01 pm
Bitwise operators can operate on varbinary as the left operand; only the mask ( the right operand) has to be one of the integer types. To quote SQLS 2008...
January 21, 2010 at 2:35 pm
When I quoted Dijkstra, I did not want to say that GOTO must not be used and yes, it can be and often is the right tool for thed task...
January 19, 2010 at 1:49 pm
It goes back to Dijkstra's 1968 paper:
http://www.cs.utexas.edu/users/EWD/transcriptions/EWD02xx/EWD215.html
GOTO-based subs are dangerous because you have to maintain your own variable that directs you back where you came from. It...
January 18, 2010 at 1:32 pm
You don't have to set a filter. I would do it like this:
SELECT
a.Naam, a.Voornaam, a.Dienst, c.auteur, b.bestellingdatum, b.bestellingid,
b.bestellingdatum, b.bestellingid, c.Titel,...
December 27, 2009 at 7:21 pm
Viewing 11 posts - 2,851 through 2,861 (of 2,861 total)