Viewing 15 posts - 796 through 810 (of 851 total)
DavidB (2/3/2009)
February 3, 2009 at 2:04 pm
DavidB (2/3/2009)
With that being said though do you have any experience with instead of triggers and if so, what have you seen?...
February 3, 2009 at 1:57 pm
[font="Verdana"]How best to put this...
You might consider "database architecture" to be the parent of "database design". The architecture you choose will (to some degree) dictate how you then go...
February 3, 2009 at 1:31 pm
[font="Verdana"]Heh. Nice to see someone who likes TOAD (I assume for SQL Server?) Personally I hate the product, but I know other people disagree. My issue with...
February 3, 2009 at 1:20 pm
[font="Verdana"]I agree with the earlier comment about migrating the code. One word of warning: you will likely want to change the table names once they are in Oracle so...
February 3, 2009 at 1:05 pm
[font="Verdana"]Me, I'd do this by writing a script that writes the script (by querying the SQL Server meta-data.)
If you don't know what you're doing there, perhaps there's a better solution.
Right...
February 3, 2009 at 1:00 pm
[font="Verdana"]Ah! You see, with some context, it makes sense as to why you need to do it within the report. :D[/font]
February 3, 2009 at 12:56 pm
[font="Verdana"]From my reading of the question, a job defined in SQL Agent is running a series of queries, and the results from the queries are being logged to a file....
February 3, 2009 at 12:52 pm
GilaMonster (2/3/2009)
So far arrogance ignorance and a question s way out I don't know how to answer it
[font="Verdana"]I'm still struggling with reading most of the questions. I think it's...
February 3, 2009 at 12:46 pm
beetlejuice (2/3/2009)
February 3, 2009 at 12:41 pm
[font="Verdana"]I'm guessing we need some idea of why you need to delete records without having the delete logged. If we understand the why, we may be able to give...
February 3, 2009 at 12:38 pm
GSquared (2/3/2009)
Nah. He's just recursive. Not hierarchical. One's a potential subset of the other.
[font="Verdana"]Ah, so he's a "common table expression"? In which case, he's also useful...
February 3, 2009 at 12:34 pm
[font="Verdana"]Here's how I'd do it:
Use a Common Table Expression (CTE) or in-live view to calculate the "house id" and maximum date for each "house id" (i.e. the last status entry)....
February 3, 2009 at 12:29 pm
[font="Verdana"]Heh, that's kinda ironic. Jeff Moden asking for a URL to one of his own posts.[/font]
February 2, 2009 at 7:08 pm
[font="Verdana"]I guess I am still trying to understand why you need to do this. From experience, over-generalised designs are a way of compensating for a lack of analysis. ...
February 2, 2009 at 7:03 pm
Viewing 15 posts - 796 through 810 (of 851 total)