Viewing 15 posts - 13,561 through 13,575 (of 26,486 total)
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...
March 23, 2012 at 7:45 am
The Dixie Flatline (3/23/2012)
What is "google"?
Hey, long time no see! How are you doing?
March 23, 2012 at 7:37 am
SQLRNNR (3/23/2012)
Lynn Pettis (3/23/2012)
March 23, 2012 at 1:22 am
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...
March 23, 2012 at 1:10 am
Have you fixed the code you posted earlier to create your test procedure and try running it with the code I gave you?
March 23, 2012 at 12:47 am
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....
March 23, 2012 at 12:45 am
itskanchanhere (3/23/2012)
March 23, 2012 at 12:38 am
Also, look up EXECUTE (EXEC) in Books Online if you want more info on how it works and its syntax.
March 23, 2012 at 12:36 am
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...
March 23, 2012 at 12:34 am
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...
March 23, 2012 at 12:32 am
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...
March 23, 2012 at 12:27 am
I got it wrong, but I was sure I had clicked the two correct answers. Guess I just thought I had.
Good question.
March 23, 2012 at 12:20 am
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...
March 22, 2012 at 11:54 pm
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...
March 22, 2012 at 11:48 pm
emmettjarlath (3/21/2012)
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...
March 22, 2012 at 10:19 pm
Viewing 15 posts - 13,561 through 13,575 (of 26,486 total)