Viewing 15 posts - 31 through 45 (of 108 total)
Thanks so much for all of the replies - I'm very grateful for the ideas/contributions.
I'm going to digest everything and try to come-up with something later this afternoon.
I'll post back...
May 11, 2011 at 10:03 am
Thanks for the clarification, Nate.
I feel like I'm stuck with choosing between two bad options, namely:
1) Eschewing referential integrity via Foreign Keys by not defining them (Foreign Keys) on the...
May 9, 2011 at 2:42 pm
Hi Nate,
Thanks for the reply.
I already have data in my contact tables, so I don't really see how this would help.
Maybe I'm missing your point?
- Simon
May 9, 2011 at 1:29 pm
Thanks very much for the suggestion, Daniel.
Unfortunately, it fails with the following error:
The GroupExpression expression for the tablix ‘Tablix2’ contains an error:
Unable to cast object of type 'System.Object[]' to type...
March 4, 2011 at 7:52 am
Paul:
Exactly what I was looking for - expert points of view.
-Simon
October 20, 2010 at 8:30 am
Paul:
That's a terrific idea.
It adds a bit of complexity, but it's also a layer of insulation against accidental deletes with cascading effects.
Thanks very much for your input - I'm very...
October 20, 2010 at 8:19 am
Thanks for your reply, Paul.
WebLoginID and WebAccountID... are those different entities? like having 1-n WebLoginID's per WebAccountID?
To answer your first question: yes, the entities are as you described. One WebAccountID...
October 20, 2010 at 7:59 am
I know when I started my SQL Server learning in earnest (for SQL Server 2005), the best three things that I used were:
1) A developer license for SQL Server (available...
October 20, 2010 at 7:13 am
I'd image there will be a lot of Vic jokes this week, but that was a good one...
(My beagle is cowering at home...)
September 27, 2010 at 2:44 pm
Thanks very much, Andrew. Your help is much appreciated!
September 9, 2010 at 12:38 pm
Ray, yes, that is correct. From my experience the rankings are fairly solid, in other words you shouldn't get too many surprises.
August 31, 2010 at 12:20 pm
Fine by me. I'll do my best to make it, but if I can't I'll make sure my auto-pick is set.
August 23, 2010 at 9:40 am
Just as a point of reference, you can use the DBCC CHECKIDENT command to inquire into identity values on a column.
You can also use it to reseed the value of...
August 23, 2010 at 9:38 am
Viewing 15 posts - 31 through 45 (of 108 total)