SELECT s.name
FROM sys.schemas s
WHERE s.principal_id = USER_ID('rds');
GO
ALTER AUTHORIZATION ON SCHEMA::db_accessadmin TO dbo;
GO
DROP USER rds;
GO
Team Lead at UFours IT Solution (P) Ltd., Working in .NET Technologies like C#, VB, ASP.NET MVC, ASP.NET WebAPI.
Popular Posts
-
We have table named Product_Sales and it holds data like this Product_ID | Sold_by | Qty | From_date | To_date -----------+-------...
-
Problem: I have used below Yahoo API to get historical data for, Index: GDX Range: max Interval: 1d https://query1.finance.yahoo...
-
SELECT s . name FROM sys . schemas s WHERE s . principal_id = USER_ID ( 'rds' ); GO ALTER AUTHORIZATION ON SCHEMA ::...
-
Here below, I have created the TextBox control with browable properties (TextBox Mode: Alphabet only, Number only, Alphabet & Special C...