Forum Replies Created

Viewing 15 posts - 13,561 through 13,575 (of 26,486 total)

  • RE: Make query Simple

    Just so you know, sometimes it is better to break things up like you have then trying to do it all in one query. Trying to do everything in...

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (3/23/2012)


    What is "google"?

    Hey, long time no see! How are you doing?

  • RE: Are the posted questions getting worse?

    SQLRNNR (3/23/2012)


    Lynn Pettis (3/23/2012)


    OMG! What a surprise! I told him that in my response back showing him how he could execute the stored procedure and see what values...

  • RE: Are the posted answers getting worse?

    I don't know if the answers are getting worse, but I can see that there seems to be a lack of comprehension when it comes to reading some of the...

  • RE: My problem with output parameters

    Have you fixed the code you posted earlier to create your test procedure and try running it with the code I gave you?

  • RE: Are the posted questions getting worse?

    OMG! What a surprise! I told him that in my response back showing him how he could execute the stored procedure and see what values were being returned....

  • RE: My problem with output parameters

    itskanchanhere (3/23/2012)


    No there is soem syntax problem in the create procedure .. i dint try it before posting.. Anyways what id the calling application is a separate group that does...

  • RE: My problem with output parameters

    Also, look up EXECUTE (EXEC) in Books Online if you want more info on how it works and its syntax.

  • RE: My problem with output parameters

    itskanchanhere (3/23/2012)


    what will @rc and @param return in your code??

    Create your stored proc (after fixing your create statement) and give the code I gave you a try. You asked...

  • RE: My problem with output parameters

    itskanchanhere (3/23/2012)


    It can be anything.. y should i be concered with it.. I just need to be sure my code does return the values..

    You should be concerned that your code...

  • RE: My problem with output parameters

    I created your procedure in my Sandbox database (by the way, your create proc statement is missing something).

    You can run the procedure like this to see what is being returned.

    DECLARE...

  • RE: SSIS-Fast Parse

    I got it wrong, but I was sure I had clicked the two correct answers. Guess I just thought I had.

    Good question.

  • RE: Query help

    Or you could do this from Books Online:

    J. Using TABLESAMPLE to read data from a sample of rows in a table

    The following example uses TABLESAMPLE in the FROM clause to...

  • RE: how to write for loop and cursor in sql server

    Read the first article I have referenced below in my signature block regarding asking for help. It will give you step by step instructions on what and how to...

  • RE: Stored Procedure Not Reading Duplicate Entries

    emmettjarlath (3/21/2012)


    Hi,

    I have attached a snippet of the stored procedure. I inherited this database when I started this job. When the stored procedure runs it pulls information from table A...

Viewing 15 posts - 13,561 through 13,575 (of 26,486 total)