Viewing 7 posts - 1 through 7 (of 7 total)
Kink of a job in the SQL server agent that runs your SQL. This is async.
June 30, 2010 at 3:38 am
I'm missig the CTE/Recursive approaches to solving these issues. While usually not single pass the beat triangular joins
For Running total see: http://shahamishm.blogspot.com/2009/04/how-to-do-running-sum-using-cte-sql.html
For finding previous row ordered by key_nr...
November 10, 2009 at 5:00 am
Some comments.
The article talks about unique indexes, but formally they are alternake keys or uniquenss constraints.
Everybody should be aware that there are situations in which surrogate keys fail to keep...
September 8, 2009 at 4:19 am
Thats exactly what Codd intended when he invented the relational model. He wanted the database to protect the integrity of the data, and hence created the relational model to mathematically...
September 8, 2009 at 4:09 am
A DWH is a different beast altogether and should not be confused with constructing OLTP database models. Your approach is good for a DWH but less apropraite for an OLTP...
September 8, 2009 at 4:04 am
Nice topic Solomon.
I have some suggestion on the log growth:
in the sp: you could use select into, or enable minimal logged inserts on SQL server 2008, see http://msdn.microsoft.com/en-us/library/dd425070.aspx...
May 28, 2009 at 2:14 am
I would say to all posters that complained about the lack of substance:
Take a Hike, Ike 😀
I like the reference, but then I'm also a fan of Paul Simon.
I...
April 14, 2009 at 2:29 am
Viewing 7 posts - 1 through 7 (of 7 total)