Viewing 15 posts - 1 through 15 (of 127 total)
Now that i tried to make the performance test, i have found out that i don't have profiler. My servers are 2005 and my laptops is express 2008.
May 16, 2014 at 4:42 pm
Hi guys,
Thanks for the feedback.
You are right, the precision depends on the size of the tally table and the filter "Number BETWEEN 2 AND X". Increasing X and the...
April 29, 2014 at 11:40 am
Hi David,
This is the structure and the code to populate it:
CREATE TABLE [dbo].[Numbers](Number INT NOT NULL PRIMARY KEY)
INSERT INTO Numbers
SELECT TOP 1000 ROW_NUMBER() OVER(ORDER BY c.object_id) FROM sys.columns c CROSS...
April 29, 2014 at 8:44 am
Hi Nadrek,
I'm really sorry for responding so late. I looked your function andI liked it, I'm also interested in the performance comparison, I have the feeling mine will be slower,...
February 17, 2014 at 12:25 pm
Interesting and very eclectic.
January 8, 2014 at 9:03 am
mishaluba (11/28/2013)
Very clever solution to enforce business rules!
Thanks Mishaluba =)
November 28, 2013 at 12:32 pm
archon99 (11/27/2013)
November 27, 2013 at 12:12 pm
adrian.facio (11/27/2013)
lubork (11/26/2013)
UPDATE Schedule SET EndDate = '2013-12-09 18:30' WHERE...
November 27, 2013 at 11:27 am
lubork (11/26/2013)
UPDATE Schedule SET EndDate = '2013-12-09 18:30' WHERE Activity...
November 27, 2013 at 11:15 am
lubork (11/26/2013)
UPDATE Schedule SET EndDate = '2013-12-09 18:30' WHERE Activity...
November 27, 2013 at 11:13 am
jjturner (11/26/2013)
Not to plug another rdbms, but the one starting with "p" has gone...
November 27, 2013 at 9:30 am
Nadrek (11/26/2013)
November 27, 2013 at 9:23 am
adrian.facio (11/26/2013)
tim.pinder (11/26/2013)
Don't worry about being late for your weeding anniversary - the garden will be overgrown already! 😀Great article though.
Thanks =D, heheh i did not thought of that,...
November 26, 2013 at 8:08 am
taqveem45 (11/26/2013)
nbraasch (11/26/2013)
November 26, 2013 at 8:05 am
tim.pinder (11/26/2013)
Don't worry about being late for your weeding anniversary - the garden will be overgrown already! 😀Great article though.
Thanks =D, heheh i did not thought of that, but...
November 26, 2013 at 8:02 am
Viewing 15 posts - 1 through 15 (of 127 total)