Hello Everyone . Just want to ask how to look up accounts individually on sql server 2008 r2 using query script?
Thanks
- - - Updated - - -
UP! UP UP UP
- - - Updated - - -
fixed :)
sql query to look up account manually
SELECT * FROM dbo.Account where UserID ='test.tad'



Reply With Quote

