No announcements
Found 3723278 threads
-
0 Votes
how to create login and password for sql authentication mode?
SQL Server has two authentication options - Windows and Mixed Mode (Windows/SQL).Answered | 6 Replies | 6365 Views | Created by bharathi_m - Monday, February 2, 2009 7:42 AM | Last reply by Aaron Alton - Tuesday, February 3, 2009 1:36 AM -
0 Votes
how can i read the user name and password in sql server 2005?
I believe you are referring to SQL authentication account.Answered | 2 Replies | 2591 Views | Created by rupc - Tuesday, February 5, 2013 10:09 PM | Last reply by V. Keerthi Deep - Wednesday, February 6, 2013 12:22 AM -
0 Votes
Match SQL User Name and Password
If in case it is ticked then no one can able to give same login & Password.Answered | 4 Replies | 9301 Views | Created by SQL Support AK - Tuesday, September 28, 2010 1:43 AM | Last reply by SQL Support AK - Wednesday, September 29, 2010 1:52 AM -
0 Votes
Accessing LDAP for User/Password Authentication
Try http://stackoverflow.com/questions/5798598/authenticating-passwords-against-an-ldap AFAIK you have basically two approach : try to log (in ...Answered | 5 Replies | 5241 Views | Created by DCODER - Thursday, May 17, 2012 5:54 PM | Last reply by Patrice Scribe - Friday, May 25, 2012 10:52 AM -
0 Votes
Using Custom User Name and Password Validator on IIS without Windows Authentication
Hi Adamber, Do you want to implement Message Security with Custom User Name and Password or Transport Security with UserName authentication?Answered | 3 Replies | 1417 Views | Created by Adamber - Wednesday, August 10, 2016 3:23 PM | Last reply by Edward8520 - Friday, August 12, 2016 10:59 AM -
3 Votes
Change SQL user password ???
I will suggest :- Make store procedure to change passowrd that take password as input Mention your username in PROC so that user can ...Answered | 10 Replies | 17813 Views | Created by quanongsql - Monday, August 27, 2012 1:32 AM | Last reply by Dan Guzman - Tuesday, August 28, 2012 12:43 AM -
0 Votes
SQL SERVER MANAGEMENT STUDIO 2008 - WINDOWS AUTHENTICATION (default username and password)
You can create new login ( username and password) and use it.Answered | 3 Replies | 2067 Views | Created by krishna2099 - Sunday, May 25, 2014 10:57 AM | Last reply by Vaibhav.Chaudhari - Monday, May 26, 2014 9:35 AM -
0 Votes
Function to retreive SQL Server user name and password?
For any value of this field, the password is returned as an empty string for a SQL Server authentification as soon as the connection has been opened successfully.For the Windows ...Answered | 2 Replies | 4168 Views | Created by JimP46 - Friday, October 21, 2011 6:17 PM | Last reply by Papy Normand - Saturday, October 22, 2011 9:18 AM -
0 Votes
How to see a SQL user password?
I see or get a user password in sql server 2008r2, Hello, You can not see any Password in SSMS / ...Answered | 2 Replies | 1287 Views | Created by DataNerdE - Tuesday, March 25, 2014 3:23 PM | Last reply by Olaf Helper - Tuesday, March 25, 2014 3:35 PM -
0 Votes
Logon failure: unknown user name or bad password
I don't see a user with this name on the system.Answered | 3 Replies | 6400 Views | Created by Muhammd Jassim Munir - Saturday, May 2, 2009 8:35 AM | Last reply by David Dye - Thursday, June 25, 2009 6:50 PM -
5 Votes
SQL Server Authentication: How to let a user change his password in advance of its expiration date
Hi Nino_miya, I understand your users connect to the database from Excel.Answered | 10 Replies | 5970 Views | Created by nino_miya - Wednesday, July 22, 2015 8:48 AM | Last reply by nino_miya - Monday, July 27, 2015 2:11 AM -
0 Votes
Users using SQL Server Authentication
What tables/views would I use to create a list of users using SQL Server Authentication?Answered | 2 Replies | 773 Views | Created by lizzy4451 - Monday, October 6, 2014 1:02 PM | Last reply by lizzy4451 - Monday, October 6, 2014 1:10 PM -
0 Votes
Validating Password for a SQL Server authenticated Login
select * from sys.syslogins where name = 'your username' and pwdcompare('Your password',password) = 1Answered | 3 Replies | 4172 Views | Created by Shaili Nataraj - Tuesday, October 26, 2010 7:06 AM | Last reply by ramireddy - Wednesday, October 27, 2010 8:21 AM -
0 Votes
connection to database with name and password
Indeed, now i can open a connection to my DB using the LOGIN & PASSWORD used in the sql 'CREATE LOGIN login WITH PASSWORD pwd' (but not ...Answered | 4 Replies | 1105 Views | Created by pasc059 - Friday, June 12, 2015 3:03 PM | Last reply by pasc059 - Tuesday, June 16, 2015 6:06 PM -
0 Votes
Changing from SQL server authentication to Windows Authentication
Remove the user name and password and replace them with: Integrated Security=True; If you need to configure the SQL Server for ...Answered | 1 Replies | 738 Views | Created by SAI KALYAN - Tuesday, November 12, 2013 5:15 PM | Last reply by Molku - Tuesday, November 12, 2013 6:32 PM -
0 Votes
How implementing the Effective User Name authentication for ssas
Hi, better user CustomData().Answered | 3 Replies | 884 Views | Created by shivaprasad pola - Friday, July 17, 2015 11:28 AM | Last reply by yger - Tuesday, July 21, 2015 10:35 AM -
3 Votes
How to authenticate user, based on data from database?
Now, we can use users from db.Answered | 5 Replies | 2359 Views | Created by Rizki Sunaryo - Monday, September 10, 2012 11:07 AM | Last reply by Rizki Sunaryo - Wednesday, September 12, 2012 1:26 AM -
0 Votes
How to authenticate users by checking username and password stored in sql server database in sharepoint
Create one table in SQL and add two user password On the page load fire the query on database and get role value on the basis of current ...Answered | 5 Replies | 2458 Views | Created by Sanam K M N - Wednesday, August 7, 2013 10:33 AM | Last reply by Learn.SharePoint.com - Sunday, August 11, 2013 6:07 AM -
3 Votes
Change User Name / Reset Password
Simple question but no solution in google "How can user reset his password in windows forms auth?Answered | 11 Replies | 4897 Views | Created by ITPSB - Friday, November 18, 2011 4:59 AM | Last reply by İsmail Hatipoğlu - Friday, November 25, 2011 1:14 PM -
0 Votes
How to set user id and password to a particular database in sql server?
To say that differently, you don't need to set a user-id and password for a database in SQL Server.Answered | 2 Replies | 12120 Views | Created by Shubhadeep Chattopadhyay - Wednesday, January 18, 2012 11:52 AM | Last reply by Rick Byham, Microsoft - Wednesday, January 18, 2012 5:09 PM - Items 1 to 20 of 3723278 Next ›
No announcements