Viewing 15 posts - 25,141 through 25,155 (of 26,490 total)
Hear Hear! Well said Brandie!
😎
March 7, 2008 at 8:12 am
Definately another way to do it. Haven't used it myself yet, but should look at when needed.
😎
March 7, 2008 at 7:54 am
Glad we could help, and thanks for the feedback.
😎
March 7, 2008 at 7:46 am
No offense taken, just restating why everyone who did answer should not be penalized for answering the QotD. I will admit I answered #2, and it returned the correct...
March 7, 2008 at 7:30 am
Actually, if you need to move the record from Table1 to Table2 on delete, you would use a trigger that fired ON DELETE to move the record.
😎
March 7, 2008 at 7:01 am
Since all provided answers were actually wrong (even though #2 seemed to provide a more accurate answer than #1 or #3), noone should lose any points for attempting to answer...
March 7, 2008 at 6:58 am
So, based on all the comments so far, does everyone agree we all should get our 2 points?
Perhaps a poll should be setup.
😎
March 7, 2008 at 6:40 am
but its important to note it makes a differnce when a leap year birthday actually (or legally) occurs in non-leap year - Feb 28 or March 1st.
So, when does...
March 6, 2008 at 4:23 pm
Actually, somewhere on this site I found a similiar (yet different) problem. The solution recommended was adding this:
127.0.0.1crl.microsoft.com
to the hosts file on the server.
I asked our network services people...
March 6, 2008 at 4:16 pm
I hope this can help you get started on a solution to your current issue:
create table dbo.TeamEffectiveDate (
EffectiveDateId int identity(1,1),
StaffId int,
...
March 6, 2008 at 3:24 pm
If it ain't broke, don't fix it, else throw more hardware instead of fixing the underlying problem. Seems like how most management approaches problems like this.
All we can do...
March 6, 2008 at 2:33 pm
It would help us help you if you would provide us with the DDL (create statements) for the tables, some sample data (in the form of unioned insert statements), and...
March 6, 2008 at 12:26 pm
Not a problem. I find myself having to check MS licensing on a regular basis to be sure we stay legal (to the best of my knowledge at least).
😎
March 6, 2008 at 11:20 am
Adam Bean (3/6/2008)
Cory Ellingson (3/6/2008)
March 6, 2008 at 11:10 am
Viewing 15 posts - 25,141 through 25,155 (of 26,490 total)