No announcements
Found 351000 threads
-
1 Votes
Calling SP into new SP
Thanks, I am passing 10 parameters in the new_sp, i need to execute all the 10 parameters into old sp and last parameter value must be null.Answered | 3 Replies | 1043 Views | Created by NaveenCR - Friday, October 26, 2012 1:12 PM | Last reply by NaveenCR - Friday, October 26, 2012 2:10 PM -
0 Votes
Using existing SP (Calling SP inside SP)
You can not use SP as part of the SELECT Yes, if you use OPENQUERY command :-)) But you shouldn't!Answered | 5 Replies | 3633 Views | Created by Mr.Nobody - Friday, September 24, 2010 4:52 AM | Last reply by Erland Sommarskog - Friday, September 24, 2010 8:33 PM -
0 Votes
SP is calling another SP
You can use the EXEC command to do that inside the sp.Answered | 6 Replies | 2198 Views | Created by subu999 - Thursday, July 15, 2010 12:57 PM | Last reply by Kalman Toth - Friday, July 16, 2010 5:27 AM -
1 Votes
Migrating from SP 2010 to SP 2013
The ones you should look out for are; - Test-SPContentDatabase: http://technet.microsoft.com/en-us/library/ff607941.aspxTest-SPSite: ...Answered | 2 Replies | 368 Views | Created by Ravindranath.M - Monday, February 17, 2014 1:44 PM | Last reply by Rebecca Tu - Tuesday, February 18, 2014 11:46 AM -
0 Votes
sp
This sp looks to be written for Oracle.Answered | 3 Replies | 3269 Views | Created by shiva.reddy - Friday, September 18, 2009 10:26 AM | Last reply by Abdshall - Friday, September 18, 2009 12:45 PM -
0 Votes
Migration from SP 2010 to SP 2013
Run Test-SPContentDatabase cmdlet to identify missing components along with potential errors and related warnings.Answered | 2 Replies | 420 Views | Created by sshabbas - Sunday, April 27, 2014 5:02 AM | Last reply by sshabbas - Monday, April 28, 2014 2:10 PM -
0 Votes
SQL SP calling another SQL SP
Hi Amit, This is not the logical way to call child SP within master SP and put it on hold.Answered | 3 Replies | 1140 Views | Created by Amit Srivastava - Monday, April 29, 2013 2:33 PM | Last reply by Rahul Kumar (Rahul Vairagi) - Monday, April 29, 2013 6:52 PM -
0 Votes
Problem in installing SPS 2007
Dear all, i solved the problem,when you Un install SPS 2007,before starting new installation,do the following : 1- Un install WSS 3.0.Answered | 2 Replies | 10201 Views | Created by Mostafa M. Elzoghbi - Monday, January 15, 2007 8:26 PM | Last reply by Mostafa M. Elzoghbi - Tuesday, January 16, 2007 9:05 AM -
2 Votes
calling sp within another sp.
want to know can we call a sp with in another sp if yes then how.and how to store a sp output in a tableAnswered | 5 Replies | 1705 Views | Created by SR_MCTS - Tuesday, November 8, 2011 12:48 PM | Last reply by Shkumar - Tuesday, November 8, 2011 1:01 PM -
0 Votes
Upgrade to SP 2010 from SP 3.0
Run the ‘Test-spcontentdatabase’ commandlet on each content database to check for issues that maybe encountered.Answered | 7 Replies | 2429 Views | Created by yugi.p - Wednesday, June 13, 2012 12:39 PM | Last reply by Steven Andrews - Thursday, June 14, 2012 12:37 PM -
0 Votes
Dynamic sp
Hi Dileep, You can write SP properly for according to your resultset.once pass the parameters and execute the SP.check r u getting correct result set or not.Answered | 2 Replies | 375 Views | Created by Dileep sankar - Thursday, April 25, 2013 2:28 PM | Last reply by Ravi A Davawala - Friday, April 26, 2013 8:53 AM -
11 Votes
Will breaking a long SP into a number of smaller SPs improve performance?
But you need to properly test the scenarios and decide .Answered | 6 Replies | 711 Views | Created by Leon Lai - Friday, January 25, 2013 2:52 PM | Last reply by Chris Sijtsma - Friday, January 25, 2013 3:59 PM -
2 Votes
Is there a free version of SP 2010 that developers can use to test the software?
Drawback is it is SP 2013 not 2010.Answered | 6 Replies | 415 Views | Created by lwvirden - Tuesday, February 11, 2014 1:38 PM | Last reply by Ramakrishnaraja - Wednesday, February 12, 2014 1:14 AM -
3 Votes
wanna be SP Developer
It will be good if you pursue Microsoft SharePoint developer certificate - 488 and 489 to test your learning.Answered | 4 Replies | 219 Views | Created by wannabeSPD - Monday, August 25, 2014 3:05 PM | Last reply by wannabeSPD - Tuesday, August 26, 2014 11:31 AM -
0 Votes
SQL SP Suggestion
Check if this helps: (Couldnt test due to unavailaibility of SQL access at the moment..Answered | 4 Replies | 1253 Views | Created by Paul SQL - Sunday, March 9, 2014 5:37 AM | Last reply by Jayakumaur (JK) - Tuesday, March 11, 2014 10:03 AM -
0 Votes
SP with WHILE loop
Hi, The format you are passing can be obtained like this select CONVERT(varchar(20),GETDATE(),104) The Prob with your ...Answered | 8 Replies | 4114 Views | Created by Andrey Artemyev - Wednesday, February 9, 2011 9:01 AM | Last reply by Andrey Artemyev - Wednesday, February 9, 2011 9:39 AM -
2 Votes
Add SP Group inside existing SP Group
Adding sp group inside a sp group in sharepoint 2010 is giving errorAnswered | 2 Replies | 2473 Views | Created by Gayatri Devi - Tuesday, April 24, 2012 6:00 AM | Last reply by SivaMit - Tuesday, April 24, 2012 6:37 AM -
1 Votes
sp problem
Yep i missed to write that i need to that that via sp: discarding a bill, with all the rules maintained by the sp.Answered | 3 Replies | 4374 Views | Created by hrubesh - Thursday, October 5, 2006 7:05 AM | Last reply by BeeeT - Wednesday, July 28, 2010 11:25 AM -
1 Votes
Script for SP
What are the input parameters being passed into the sp?Answered | 3 Replies | 3516 Views | Created by Shri999 - Thursday, July 8, 2010 2:59 AM | Last reply by Shri999 - Thursday, July 8, 2010 5:29 PM -
0 Votes
SP Recompilation
In your case the @BoolC is a static variable defined in the body of SP.Answered | 6 Replies | 994 Views | Created by bala_BT - Monday, October 31, 2011 4:09 PM | Last reply by Tom Cooper - Monday, October 31, 2011 5:29 PM - Items 1 to 20 of 351000 Next ›
No announcements