Viewing 15 posts - 1,231 through 1,245 (of 1,640 total)
paul_ramster (10/6/2011)
October 7, 2011 at 9:16 am
Thank you.
The xml we have is like below format: Total 60000 records.
SET @EmpIDs='<ROOT>
<r id="5551189" />
<r id="5578554" />
<r id="5587894" />
<r id="5602958" />
<r id="5631882" />
<r id="5643028" ...
October 6, 2011 at 9:14 am
mimran18 (10/5/2011)
try thisEXEC [Assignment].[dbo].[spStudent_Insert_ByStudentIDs] @ProcessID=483 ,@SchoolYear=2011 ,@StudentIDs=456985 ,@CreatedBy='testuser',@Rowcount output
Select @Rowcount
I got the error:
Must pass parameter number 6 and subsequent parameters as '@name = value'. After the form '@name = value'...
October 5, 2011 at 12:44 pm
Do I have to use sp_executesql?
How can I fix my above sql?
Thanks
October 5, 2011 at 12:14 pm
Thank you, it's very helpful
October 4, 2011 at 1:20 pm
so where does the output parameter goes to?
Should I use the select or print in the stored procedure or after the Exec mysproc...
statement
September 27, 2011 at 5:52 pm
george sibbald (9/26/2011)
Whats the size and space used in the...
September 26, 2011 at 4:36 pm
george sibbald (9/26/2011)
Just increase the log file to a size that can handle...
September 26, 2011 at 4:27 pm
Thank you, that works, I got the return number 1.
Now further step of my project, I would like to use a bat file to call this stored procedure and if...
September 23, 2011 at 5:05 pm
Now the database is already there. He just wants to deploy cube, and he got that message.
September 20, 2011 at 5:18 pm
I did the exactly the same, I created a processor role and check the process database and read definition. and add this developer account as a member.
But when a developer...
September 20, 2011 at 4:56 pm
Thanks, the reason I do this is because:
September 19, 2011 at 3:59 pm
Viewing 15 posts - 1,231 through 1,245 (of 1,640 total)