No announcements
Found 3703623 threads
-
4 Votes
using dot(.) between name and surname (name and surname are different column)
Also not having dedicated column for login may cause performance issues.Answered | 6 Replies | 2973 Views | Created by Benedict Von Richten - Tuesday, May 15, 2012 5:36 AM | Last reply by Benedict Von Richten - Tuesday, May 15, 2012 6:31 AM -
0 Votes
How to store name and surname in the same array?
How can I store name and surname within the same varaible?Answered | 10 Replies | 2795 Views | Created by sergio_dxi - Tuesday, August 5, 2008 4:08 PM | Last reply by Pintu Shukla - Thursday, August 7, 2008 7:45 AM -
0 Votes
How to get SPUSER with First Name and Last Name
I think that would only work if the user was explicitly granted permissions in the SPWeb.Answered | 2 Replies | 10396 Views | Created by kukdai - Monday, February 20, 2012 8:41 PM | Last reply by Joel Jeffery MCT - Tuesday, February 21, 2012 12:17 AM -
4 Votes
new user to be added to the group (login name)
Hello , You have to first create A sql server login ( hope you are talking about sql server login not user) CREATE ...Answered | 2 Replies | 1011 Views | Created by Prakash GR - Thursday, January 30, 2014 12:16 PM | Last reply by Shanky_621 - Thursday, January 30, 2014 3:06 PM -
0 Votes
how to get user logins of group members and not surname first name?
User1877682370 posted I would like to get at the user logins for all the members of a pre-selected AD group so that i can display ...Answered | 1 Replies | 57 Views | Created by Anonymous - Monday, November 2, 2009 11:40 AM | Last reply by Anonymous - Tuesday, November 3, 2009 6:10 AM -
1 Votes
how to get the set of local groups that a particular local user account is a member of
Using VB (VS 2008) with .Net Framework 3.5, I'm trying to enumerate the local groups that a local user account is a member of.Answered | 2 Replies | 3106 Views | Created by bsanders - Friday, January 1, 2010 8:58 PM | Last reply by bsanders - Friday, January 1, 2010 9:39 PM -
0 Votes
Windows Group as Login linked to User
But it only returns one result, so it won't tell you if a user is a member of several groups.Answered | 4 Replies | 4258 Views | Created by Sudhir.Nune - Wednesday, February 22, 2012 8:05 PM | Last reply by Rick Byham, Microsoft - Friday, February 24, 2012 4:09 PM -
0 Votes
How to get the login user name of project proffesional?
thank you,and then how to get login username by C# in vsto?Answered | 7 Replies | 2101 Views | Created by oulei2008 - Wednesday, January 15, 2014 8:30 AM | Last reply by oulei2008 - Thursday, January 16, 2014 3:04 PM -
0 Votes
How to get defualt users group name?
Use the code below to get "Built in Users".Answered | 4 Replies | 3502 Views | Created by STAR Mobile - Thursday, July 8, 2010 11:29 AM | Last reply by eryang - Monday, July 12, 2010 9:02 AM -
3 Votes
SQL Server logins - use individual users or groups?
I'm not sure if that is how things are typically done or best practices, but that would make sense to me when using groups.Answered | 6 Replies | 7398 Views | Created by PolishPaul - Wednesday, May 1, 2013 9:28 PM | Last reply by HITgrunt - Thursday, May 9, 2013 5:32 AM -
0 Votes
swapping firstname and surname in the code
// Old-fashioned String slicing-and-dicing int idx = text.IndexOf( " " ) text = text.Substring( idx + 1 ) + " " + text.Substring( 0, idx ...Answered | 1 Replies | 1442 Views | Created by ragavalli - Friday, August 31, 2012 9:43 AM | Last reply by Phill W. _ - Friday, August 31, 2012 12:04 PM -
0 Votes
Users are able to login to a server without any login names or being part of a group
You can ask a network admin to let you know the group membership chaining for a couple of users.Answered | 8 Replies | 961 Views | Created by finnyjthomas - Friday, June 5, 2015 5:11 PM | Last reply by Aalamjeet Rangi - Monday, June 8, 2015 4:28 PM -
0 Votes
Get AD Group Member SPGroup
Now I want to get MEMBER1 SPGroup not the AD Group User = MEMBER1 Expected Output (SPGroup) = ...Answered | 3 Replies | 3261 Views | Created by I.Alt.Tab - Thursday, April 4, 2013 5:47 AM | Last reply by yogesh sainee - Tuesday, April 9, 2013 12:20 PM -
0 Votes
How to get Group Members ID using Group ID in powershell?
You can use the below script to get the group members from Group URL $web = get-spweb "<Web URL>" $groups = ...Answered | 6 Replies | 2681 Views | Created by MC ROY - Monday, October 8, 2018 6:19 AM | Last reply by Allen Bai - Thursday, October 11, 2018 9:25 AM -
0 Votes
Is there a way to get a list of windows user/login names?
The downside of this approach is that if the engineer makes a mistake entering the full name of the user, there will be an error during insert, which is not a very good ...Answered | 3 Replies | 3834 Views | Created by Dave-C - Wednesday, August 3, 2011 6:15 PM | Last reply by Paul Keister - Wednesday, August 3, 2011 11:28 PM -
0 Votes
Users unable to login after moving them from Owners group to Members Group
Members group has contribute permission.Answered | 3 Replies | 2015 Views | Created by Pradeep Panga - Friday, November 2, 2012 11:11 PM | Last reply by NateJacobs - Saturday, November 3, 2012 12:46 AM -
0 Votes
How to get first row of each grouping in MDX
Hi Yvanlathem, According to your description, you only want to show values for the first member of each quarter.Answered | 2 Replies | 2184 Views | Created by Yvanlathem - Monday, August 17, 2015 5:27 PM | Last reply by Simon_Hou - Wednesday, August 19, 2015 8:46 AM -
0 Votes
how to grant a member of a group extra permission
But your original question was how add a member of "NT AUTHORITY\Authenticated Users" to db_datareader, and you were told to create a ...Answered | 7 Replies | 7100 Views | Created by rosaperera - Wednesday, July 20, 2011 11:24 PM | Last reply by Erland Sommarskog - Saturday, July 23, 2011 8:39 AM -
0 Votes
How do I add a Login Name to existing Database User
A Windows user can be a member of a Windows group.Answered | 11 Replies | 11311 Views | Created by smsemail - Wednesday, October 16, 2013 1:38 PM | Last reply by Rick Byham, Microsoft - Thursday, October 17, 2013 8:06 PM -
0 Votes
How to get Logins and Groups on Sql server Separatly
You can query sys.server_principals to list logins, type_desc column provides the type of login. e.g.Answered | 3 Replies | 3539 Views | Created by maddy28 - Monday, April 16, 2012 12:56 PM | Last reply by VidhyaSagar - Monday, April 16, 2012 2:15 PM - Items 1 to 20 of 3703623 Next ›
No announcements