Viewing 15 posts - 10,921 through 10,935 (of 15,381 total)
david_a_wallace (8/28/2012)
The reason the ContainerTypeID is in the contact...
August 28, 2012 at 8:58 am
Sean Lange (8/28/2012)
August 28, 2012 at 7:52 am
You can also expand the table in SSMS. You can click and drag the "Columns" folder to a query window and you will have comma separated list of all the...
August 28, 2012 at 7:51 am
david_a_wallace (8/28/2012)
August 28, 2012 at 7:39 am
Jan Van der Eecken (8/28/2012)
August 28, 2012 at 7:29 am
david_a_wallace (8/27/2012)
The problem I have with using IDs as keys is the user will see the IDs instead of the text on the main forums and would...
August 27, 2012 at 3:14 pm
More importantly than getting the desired output....do you understand what that function does? Can you explain it somebody else? Keep in mind that YOU are the person who has to...
August 27, 2012 at 1:45 pm
sivajii (8/27/2012)
dwain.c
it was working fine
can u plz give one idea is there any chance to avoid null value instead of that...
August 27, 2012 at 1:43 pm
ylsvani (8/27/2012)
I am new sql server. I am trying to get the following data. I have 3 different tables
create table...
August 27, 2012 at 11:45 am
Hi and welcome to SSC! Your post is so vague nobody can do much to help. We would need to see ddl (create table scripts), sample data (insert statements) and...
August 27, 2012 at 10:54 am
Jeff Sims-413169 (8/27/2012)
August 27, 2012 at 10:52 am
Looking at your problem a little bit you seem to not know how to properly reference other tables. You seem to routinely reference data so that is ends up being...
August 27, 2012 at 10:48 am
david_a_wallace (8/27/2012)
It says "The series of cascading referential actions triggered by a single DELETE or UPDATE must form a tree that...
August 27, 2012 at 10:38 am
A simple search from google of BOL should provide you this type of stuff. A simple google search for "sql server foreign key cascade update" returned the following as the...
August 27, 2012 at 10:02 am
Viewing 15 posts - 10,921 through 10,935 (of 15,381 total)