Click here to Skip to main content
16,004,991 members
Home / Discussions / Database
   

Database

 
GeneralRe: text to ntext Pin
ShankarPS23-May-04 19:54
ShankarPS23-May-04 19:54 
GeneralRe: text to ntext Pin
Grimolfr24-May-04 4:36
Grimolfr24-May-04 4:36 
GeneralDataTable Pin
IamADotNetGuy20-May-04 10:35
IamADotNetGuy20-May-04 10:35 
GeneralRe: DataTable Pin
Jackiemcki25-May-04 12:39
Jackiemcki25-May-04 12:39 
GeneralSQL Server Pasword Changing Pin
Imtiaz Murtaza19-May-04 21:09
Imtiaz Murtaza19-May-04 21:09 
GeneralRe: SQL Server Pasword Changing Pin
Aryadip19-May-04 21:36
Aryadip19-May-04 21:36 
GeneralRe: SQL Server Pasword Changing Pin
Grimolfr20-May-04 1:49
Grimolfr20-May-04 1:49 
GeneralRe: SQL Server Pasword Changing Pin
mozka20-May-04 14:14
mozka20-May-04 14:14 
You can use sp_password in the Query Analyzer

the sintaxys is as follows

sp_password [ [ @old = ] 'old_password' , ]
{ [ @new =] 'new_password' }
[ , [ @loginame = ] 'login' ]

the extra parameter is for the System Admin to change others people's passwords

ex: sp_password 'sa', 'whateveryouwant'
GeneralEncrypt stored procedure Pin
CT CHANG19-May-04 19:24
CT CHANG19-May-04 19:24 
GeneralRe: Encrypt stored procedure Pin
Grimolfr20-May-04 1:44
Grimolfr20-May-04 1:44 
GeneralRe: Encrypt stored procedure Pin
CT CHANG20-May-04 3:53
CT CHANG20-May-04 3:53 
GeneralRe: Encrypt stored procedure Pin
Grimolfr20-May-04 4:52
Grimolfr20-May-04 4:52 
GeneralSQL Problem Pin
XGaMeS19-May-04 10:24
XGaMeS19-May-04 10:24 
GeneralRe: SQL Problem Pin
XGaMeS19-May-04 10:26
XGaMeS19-May-04 10:26 
GeneralRe: SQL Problem Pin
Jeff Varszegi19-May-04 11:46
professionalJeff Varszegi19-May-04 11:46 
GeneralRe: SQL Problem Pin
XGaMeS20-May-04 2:21
XGaMeS20-May-04 2:21 
GeneralRe: SQL Problem Pin
Om Prakash Pant5-Jun-04 1:14
Om Prakash Pant5-Jun-04 1:14 
GeneralSystem.Data.SqlClient.SqlException: Login failed for user 'xxx\ASPNET' Pin
oOomen19-May-04 8:00
oOomen19-May-04 8:00 
GeneralRe: System.Data.SqlClient.SqlException: Login failed for user 'xxx\ASPNET' Pin
Grimolfr19-May-04 8:23
Grimolfr19-May-04 8:23 
GeneralGetting the SQL out of sp_executesql Pin
mozka19-May-04 7:11
mozka19-May-04 7:11 
Generalthe sql error -1 Pin
williamchou18-May-04 22:30
williamchou18-May-04 22:30 
GeneralRe: the sql error -1 Pin
Grimolfr19-May-04 8:27
Grimolfr19-May-04 8:27 
GeneralExecute store procedure inside the DTS Pin
CT CHANG18-May-04 21:28
CT CHANG18-May-04 21:28 
GeneralRe: Execute store procedure inside the DTS Pin
Grimolfr19-May-04 8:30
Grimolfr19-May-04 8:30 
GeneralRe: Execute store procedure inside the DTS Pin
CT CHANG19-May-04 19:18
CT CHANG19-May-04 19:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.