Viewing 11 posts - 841 through 851 (of 851 total)
[font="Verdana"]I think the OP is asking what the name of the table is that DTS logs output to. I think. I could be wrong.[/font]
January 29, 2009 at 2:01 pm
tosscrosby (1/29/2009)
Bruce W Cassidy (1/29/2009)
I haven't found it "elitist" yet. 🙂
You never will here. Passionate people about SQL server, all willing to help whenever possible (free of charge!), some...
January 29, 2009 at 1:55 pm
Jeff Moden (11/22/2008)
2. Should a senior DBA be able to answer those questions without having to resort to a forum?
[font="Verdana"]In my experience, a "senior" role isn't the one occupied...
January 29, 2009 at 1:26 pm
[font="Verdana"]Just curious...
Did anyone try writing a C# function to do the same job? It would be interesting to see comparible performance figures.
[/font]
January 29, 2009 at 1:14 pm
Jeff Moden (1/28/2009)
bruce.cassidy (1/28/2009)
Ummm, I'm pretty sure that if you leave off the "for each row", it becomes a single row trigger... not set based at all.
[font="Verdana"]See limitations of my...
January 28, 2009 at 5:37 pm
[font="Verdana"]This is where you hit the limitations of my memory. I know there is a way to do it (i.e. get access to the data that has changed), because...
January 28, 2009 at 4:29 pm
matt stockham (1/28/2009)
It's not exactly what I expected, in that by using FOR EACH ROW it's no longer a set-based trigger ie one...
January 28, 2009 at 4:07 pm
gints.plivna (1/28/2009)
anyone else tried reading the Oracle documentation
I'm reading it almost every day I produce any code. tahiti.oracle.com then is my starting point and I've...
January 28, 2009 at 3:34 pm
[font="Verdana"]The Oracle create trigger syntax is as follows:[/font]
[font="Courier New"]
CREATE [OR REPLACE] TRIGGER
{BEFORE|AFTER} {INSERT|DELETE|UPDATE} ON
[REFERENCING [NEW AS ]]
...
January 28, 2009 at 3:21 pm
Jeff Moden (1/28/2009)If I'm not mistaken, isn't there also a way to dump the output to DBMS_Output (almost) in bulk?
[font="Verdana"]Yes. Up until you run into the size limitation of...
January 28, 2009 at 12:31 pm
[font="Verdana"]I've used both extensively. I prefer some of the options available with Oracle for high-end datawarehousing, but SQL Server is rapidly playing catch up there. Generally speaking, I...
January 28, 2009 at 11:58 am
Viewing 11 posts - 841 through 851 (of 851 total)