Forum Replies Created

Viewing 15 posts - 10,921 through 10,935 (of 15,376 total)

  • RE: Help With Foreign Keys

    david_a_wallace (8/28/2012)


    OK I have tried to take the advice given (thanks for giving it) and change the database table structure, I have linked the tables into MS Access and drawn...

  • RE: ISDATE

    Jan Van der Eecken (8/28/2012)


    Just a question: Why would one want to pass a DATE to ISDATE()? Surely that should always return TRUE, even if it is NULL (which it...

  • RE: Help With Foreign Keys

    david_a_wallace (8/27/2012)


    Thanks for your help.

    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...

  • RE: can any one tell me how to split the given @parameter data into three column of table?

    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...

  • RE: can any one tell me how to split the given @parameter data into three column of table?

    sivajii (8/27/2012)


    thanks

    dwain.c

    it was working fine

    can u plz give one idea is there any chance to avoid null value instead of that...

  • RE: does not work with outer join or outer apply

    ylsvani (8/27/2012)


    Thanks for the response. Here are the scripts for the above

    I am new sql server. I am trying to get the following data. I have 3 different tables

    create table...

  • RE: does not work with outer join or outer apply

    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...

  • RE: SUM and MAX statment together

    Jeff Sims-413169 (8/27/2012)


    I have a table that is storing the data file information. I need to pull out of that table the SUM of file_sizes located on each...

  • RE: Help With Foreign Keys

    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...

  • RE: Help With Foreign Keys

    david_a_wallace (8/27/2012)


    It doesn't seem to have the answer though that link.

    It says "The series of cascading referential actions triggered by a single DELETE or UPDATE must form a tree that...

  • RE: Help With Foreign Keys

    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...

  • RE: Create view with no outer joins

    Luis Cazares (8/27/2012)


    I guess it was wrong for me to read the 2012 version as it is less explicit.

    But I still believe the OP won't have an option on creating...

  • RE: Create view with no outer joins

    Luis Cazares (8/27/2012)


    jdbrown239 (8/26/2012)


    Need to create view with no outer joins so I can index the view.

    I can't find a restriction for indexed views that involves outer joins http://msdn.microsoft.com/en-us/library/ms191432.aspx....

  • RE: Issue with GETDATE()

    Chow's (8/27/2012)


    I'm saving the time of which the record gets saved by GETDATE() function. It is taking server time only not location time

    GETDATE() is a sql function. It will ALWAYS...

  • RE: combine two tables

    PLC-Master (8/27/2012)


    Hi,

    I did add in attachment overlap of two views:

    yelow -exist in both views

    Thanks

    Nobody is going to be able to provide much assistance from what you have posted. We would...

Viewing 15 posts - 10,921 through 10,935 (of 15,376 total)