Viewing 15 posts - 736 through 750 (of 851 total)
[font="Verdana"]You can also persist the calculated column, in which case it will only be calculated the once. Bits are good choices for persistance, since they take up soooo much...
February 9, 2009 at 2:15 pm
[font="Verdana"]Hi Laura,
Can you explain why you need to do it with a trigger? Is this just a thing to try so you can learn how to write triggers?
If not,...
February 9, 2009 at 2:13 pm
[font="Verdana"]Have you tried this?
In the report properties, set the language to "=User!Language". That will change the display format for dates to what the user expects. I'm not exactly...
February 9, 2009 at 1:45 pm
[font="Verdana"]This isn't the recommended way of returning values from procedures. Try using an output parameter. The return value is really meant to be used for error status numbers.[/font]
February 9, 2009 at 1:37 pm
[font="Verdana"]Dammit, all these years I have been missing out...
😀
[/font]
February 8, 2009 at 8:54 pm
[font="Verdana"]Thanks Matt.
That rings a bell. As you said, in SQL Server 2000, there was no try/catch. You could sort of handle errors by checking @@error after every statement.
The...
February 8, 2009 at 8:42 pm
[font="Verdana"]Sam,
I have two recommendations. The first is to go onto the Oracle forums (start at http://www.oracle.com) and ask the same question there.
The second is to browse books...
February 8, 2009 at 7:26 pm
gints.plivna (2/8/2009)
Any white papers, links or something? I'm quite interested in that.
[font="Verdana"]None that I have seen, but it wouldn't surprise me if they are out there.
Briefly, here's the approach I...
February 8, 2009 at 4:34 pm
Lowell (2/8/2009)
February 8, 2009 at 4:27 pm
matt stockham (2/8/2009)
Well, it costs quite a bit less!
[font="Verdana"]I think it takes less disc space too. Takes less time to install? :w00t:[/font]
February 8, 2009 at 4:04 pm
Gift Peddie (2/8/2009)
I am not saying Oracle is better than SQL Server but I know it comes with row level security.
[font="Verdana"]Yeah. One of the features I miss (see earlier...
February 8, 2009 at 4:02 pm
matt stockham (2/8/2009)
Not easily ... but it can be done via a workaround using context_info.
[font="Verdana"]Agreed. Done it, in fact. A design that requires tricky work-arounds isn't my preferred...
February 8, 2009 at 3:53 pm
[font="Verdana"]Is there a question there? Or are you just wanting validation that it's a good approach to take?[/font]
February 8, 2009 at 2:56 pm
[font="Verdana"]"Access is an application in Windows so it sometimes uses Windows permission but it cannot be compared to SQL Server which is less than Oracle."
Okay, I will bite. How...
February 8, 2009 at 2:51 pm
[font="Verdana"]Oh, I love this question!
On your first look, triggers seem like the way to go. They can be used to guarantee that whenever you make a change to the...
February 8, 2009 at 2:40 pm
Viewing 15 posts - 736 through 750 (of 851 total)