Viewing 15 posts - 31 through 45 (of 63 total)
I read your articles and the discussion threads, that's what prompted me to post my code when I realized no one had posted a solution to build a 4-4-5 calendar...
January 13, 2010 at 9:05 am
I know, old topic but better late than never.
I had to build calendar tables a while ago. Recently I was force to revisit this because of a little trick...
January 11, 2010 at 7:31 pm
I'm puzzled :unsure:
I'm following the examples from the book I'm learning from which says that I have to uncheck "Inherit" this is actually what prevented it from working.
I enabled it...
September 4, 2009 at 8:57 am
I thought maybe I misunderstood what the "Inherit" column does so I decided to go 1 step further and add security to the dimension data.
In the Dimension Data tab I...
September 4, 2009 at 8:39 am
I don't really have a SQL Maintenance plan for my backups. I've created my own backup plan and implemented it with a bunch of jobs. I have 10...
August 14, 2009 at 9:35 am
Thanks a lot Jeffrey. I'll have to read that again tomorrow morning and look into it. I like the idea of keeping more than one full backup at...
August 13, 2009 at 5:35 pm
In my post above I forgot to mention that I think I wasn't clear in my first post. I do not keep my full backups and transaction log backups...
August 13, 2009 at 5:27 pm
Jeffrey you put your finger right on it. I was just copying/pasting my backup commands here and saw it.
BACKUP LOG [Database1] TO [Database1Log] WITH INIT , NOUNLOAD...
August 13, 2009 at 4:50 pm
It looks like I'm on my own on this one. I'll post the code if I can figure it out.
March 23, 2009 at 6:49 am
I thought an example of what I'm saying could be useful so here's an example, I changed the field names to make it easier to read.
Database ...
January 28, 2009 at 11:57 am
You're right on the syntax errors, I was too quick in coding my test script and didn't see it. The fixed code however gives the same problem.
declare @tbl1 table
(
...
December 9, 2008 at 7:44 am
Thanks Michelle,
I should have paid more attention, I didn't see it.
November 11, 2008 at 10:06 am
Hi Shailesh,
That's similar to bhovious' solution but yours requires that I know the sizes which are in a table. If the sizescales are modified it would no longer work.
November 11, 2008 at 4:32 am
No Jeff, I only put it there for ease of read.
Michelle's I tried your latest suggestion. I had looked into using a pivot before but couldn't make it...
November 10, 2008 at 6:08 pm
I'm playing with the idea of approaching it from the SizeScale table instead of the Invoice Table. For weeks now I've been trying to come up with a nice...
November 10, 2008 at 3:03 pm
Viewing 15 posts - 31 through 45 (of 63 total)