Viewing 15 posts - 511 through 525 (of 1,473 total)
Definitely worth including. No need to be embarrassed that your code isn't perfect; we all start somewhere. We may need sample data as well (see the article in...
October 16, 2009 at 10:34 am
Jonathan Melo (10/16/2009)
October 16, 2009 at 10:29 am
Are you saying that they are going to delete single values from those columns or they are literally deleting the entire column so that it won't exist in the table...
October 16, 2009 at 9:01 am
We need a delete trigger
This indicates to me that your original concept of a delete trigger was correct. You don't need an 'update' trigger which is what you'd need...
October 16, 2009 at 8:52 am
You didn't answer the question. What is the end goal? What are you using the schema2 table for? What purpose is it intended to serve? What...
October 16, 2009 at 8:39 am
The new column(s) do not need to be added to the index, they just allow you to use this method without creating a temporary table. I've given you two...
October 16, 2009 at 8:30 am
Take a look at the article in my signature on cross tabs. If you need more help writing the code, please post table definitions and sample data according to...
October 16, 2009 at 8:08 am
That's not a little change.
What is the real goal here? It seems like auditing to me. You want to track historical values in your table. There are...
October 16, 2009 at 8:06 am
Jonathan Melo (10/16/2009)
October 16, 2009 at 8:00 am
Excellent, thanks Tim, I'll whip something up for you in the morning. Is adding a field to the table an issue? Ordinarily, I'd do without, but it looks...
October 16, 2009 at 12:15 am
Thanks for providing what you've already tried. Take a look at the article in my signature on Running Totals. I believe this to be the perfect method for...
October 15, 2009 at 6:44 pm
So I thought about it for a while, this is what I came up with. I'll state up front that I can already see half a dozen ways to...
October 15, 2009 at 4:03 pm
rahulsony111 (10/15/2009)
I am just leaving them as it is. I dont have to bother about future data...
October 15, 2009 at 1:04 pm
There is no direct equivalent. Which way you should go is determined by what you need to do with it. Pass the date along with it from 2008...
October 15, 2009 at 12:35 pm
Viewing 15 posts - 511 through 525 (of 1,473 total)