Click here to Skip to main content
15,911,890 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the sql statement for display the name and creation date for database users?
Posted

raghad did hossam abd alhalem give u this corse too ?

and thanx luisnike19 for solution ^_*
 
Share this answer
 
Comments
Yusuf 10-Mar-11 16:39pm    
Wow Wow, This takes the gimmi code for hw to next level.
rami_jadallah 11-Mar-11 4:21am    
what u meeeen ?
Try this (SQL Server)

select name, create_date, modify_date from sys.server_principals
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900