No announcements
Found 2504679 threads
-
0 Votes
Unique Indexing and finding duplicate values
My thought here is if I create a table with a unique index then insert a duplicate row, SQL Server will return an error stating there was a duplicate as a result of the ...Answered | 2 Replies | 7120 Views | Created by Bermuda39 - Wednesday, March 31, 2010 7:57 PM | Last reply by Bermuda39 - Thursday, April 1, 2010 6:29 PM -
0 Votes
Unique permission threshold per site collection in SharePoint
Is there any performance issue at site collection level if the unique permission threshold across site collection (multiple lists and libraries) exceeds a ...Answered | 4 Replies | 3082 Views | Created by Ab00001 - Thursday, November 22, 2018 6:09 AM | Last reply by Linda ZL - Friday, November 23, 2018 9:03 AM -
0 Votes
Enforcing unique values in a SharePoint list
My experience that if for example having one value 'Jessica' and one value 'Jessica ' in the column, Excel will treat them as duplicates and will not see those as two ...Answered | 4 Replies | 4230 Views | Created by Jessica Thompson - Thursday, July 28, 2016 10:57 PM | Last reply by Stefan Rissveds - Tuesday, March 19, 2019 9:37 AM -
2 Votes
Unique constraints within a collection
Trond, You are correct; the id property of a document is validated and uniqueness is ensured within a collection.Answered | 6 Replies | 4270 Views | Created by Trond Nordheim - Thursday, August 21, 2014 11:47 PM | Last reply by Ryan CrawCour [MSFT] - Friday, September 18, 2015 6:12 PM -
1 Votes
Finding unique partitions for a number
How can I ensure only unique partitions?Answered | 3 Replies | 426 Views | Created by Y a h y a - Saturday, December 10, 2016 9:08 PM | Last reply by Viorel_ - Sunday, December 11, 2016 11:01 AM -
0 Votes
Find unique values in list collection and perform further processing
Also how is the query reference the product object amount and email values using c as an argument from list collection ?Answered | 5 Replies | 108 Views | Created by Anonymous - Sunday, August 18, 2013 8:15 AM | Last reply by Anonymous - Tuesday, August 20, 2013 11:47 AM -
0 Votes
Find Multiple Values within List Of
Of course, if you know that there is only one file that willcontain your search then everything could be streamlined even further.Answered | 4 Replies | 901 Views | Created by KenKrugh - Friday, July 12, 2019 1:53 AM | Last reply by KenKrugh - Saturday, July 13, 2019 11:43 PM -
2 Votes
List export/import with unique list permissions
If you want to copy the list permission then use the Gary Lapoint's command which will copy the list permission.Answered | 3 Replies | 1783 Views | Created by iSunshine2 - Monday, October 27, 2014 10:02 AM | Last reply by Inderjeet Singh Jaggi - Monday, October 27, 2014 11:03 AM -
0 Votes
Swapping Unique Constraint Values
You can fetch the failed row from the DbChangeFailedEventArgs.Context.DataSet and store them in your own list.Answered | 4 Replies | 10066 Views | Created by Scott Munro - Sunday, October 31, 2010 7:55 PM | Last reply by Alexander Yaremchuk - Monday, August 26, 2013 1:52 PM -
2 Votes
How to find w3p process id for a site collection?
STEPS Step1: Open a command prompt window and go to c:\windows\system32\inetsrv by typing in ...Answered | 2 Replies | 13398 Views | Created by BlrSPDev - Thursday, November 1, 2012 6:45 AM | Last reply by NateJacobs - Saturday, November 3, 2012 1:47 AM -
1 Votes
Datagrid Validation depending on whole collection - enforcing unique values
In your case it really is Single Cell validation, because you would invalidate the cell based on a non-unique value in respect to the collection.Answered | 4 Replies | 7305 Views | Created by wjousts - Friday, October 22, 2010 6:58 PM | Last reply by Min Zhu - Wednesday, October 27, 2010 6:08 AM -
2 Votes
Help in dealing with unique permissions in a large library/list
I can't find any other suitable solution that will be fast.Answered | 5 Replies | 3841 Views | Created by XristosK - Tuesday, July 17, 2012 6:38 PM | Last reply by Kyle Davis MCITP, MCPD - Friday, July 20, 2012 11:40 PM -
0 Votes
unique items in list
If you have 4 fields which need to be unique, you only have to create one query with AND operator.Answered | 7 Replies | 1161 Views | Created by Shirly11 - Thursday, March 20, 2014 5:41 PM | Last reply by Shirly11 - Friday, March 21, 2014 1:02 PM -
2 Votes
custom control with unique value property
So the designer make's it seem like the name property value must be unique, but in fact it is only because this same value is used to declare a ...Answered | 4 Replies | 1438 Views | Created by ms.seemi - Sunday, October 21, 2012 5:17 PM | Last reply by Reed Kimble - Sunday, October 21, 2012 5:59 PM -
0 Votes
Find unique id of SPListItem
I do not Find unique ID column in result set.Answered | 4 Replies | 4794 Views | Created by Nilesh Kodulkar - Thursday, January 12, 2012 10:02 AM | Last reply by Ram Prasad Meenavalli - Thursday, January 12, 2012 10:45 AM -
0 Votes
how to uniquely identify a process
Use the image path : process.Answered | 1 Replies | 674 Views | Created by tireless_commited - Tuesday, July 26, 2016 6:07 AM | Last reply by Stefan Hoffmann - Tuesday, July 26, 2016 7:39 AM -
0 Votes
Rest API get unique values
function GetUniqueValues(listName, fieldInternalName) { $.ajax({ url: _spPageContextInfo.webAbsoluteUrl + "/_api/web/lists/GetByTitle('" + ...Answered | 2 Replies | 2339 Views | Created by zhw12 - Thursday, July 4, 2019 2:25 AM | Last reply by Lee__li - Thursday, July 4, 2019 6:58 AM -
0 Votes
Modifying List Threshold value for a particular list or site collection
You can disable throttling at the list level.Answered | 9 Replies | 3039 Views | Created by Vijay Arockiasamy - Friday, August 9, 2013 12:25 AM | Last reply by Vijay Arockiasamy - Tuesday, September 10, 2013 9:09 PM -
0 Votes
Collection<> is not being passed by value
public class Person { public string Name { get; set; } } class Program { static void Main (string [] args) ...Answered | 4 Replies | 2460 Views | Created by seven.alive - Saturday, May 23, 2009 12:18 AM | Last reply by Mario Cossi - Saturday, May 23, 2009 1:31 AM -
0 Votes
find value into list
static void Main(string[] args) { List<KeyValuePair<double, double>> kvps = new List<KeyValuePair<double, ...Answered | 7 Replies | 1774 Views | Created by vahidbakhtiary - Tuesday, May 1, 2012 8:18 AM | Last reply by Prabhu Ramasamy - Tuesday, May 1, 2012 11:43 AM - Items 1 to 20 of 2504679 Next ›
No announcements