todo.aspx

来自「在线SQL数据库企业管理器在线SQL数据库企业管理器」· ASPX 代码 · 共 27 行

ASPX
27
字号
<html>

<head>


</head>

<body>

<h3>Database Users - <i>users_edit.aspx</i></h3>

	<ul>
		<li> Use Javascript to make public always remain checked for a database user
		<li> When Creating a new user...use sp_helpuser to see if login already exists in the current Database and exclude if so
		<li> Create the Edit User to disable the Login select and user name field
		<li> Figure out permissions, adding and editing
		
	</ul>
	
<h3>Database Users - <i>users.aspx</i></h3>	

	<ul>
		<li> Wrap users with multiple groups into a single line on the list
	</ul>
	
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?