create table SQLServers (
sname nvarchar(128) not null, -- the server name
ipaddr nvarchar(15) null, -- the server's IP address
adminusr nvarchar(30) null, -- the admin user name, like 'sa' or 'dba'
rouser nvarchar(30) null -- a 'read only' user
)
More later.
-D.
No comments:
Post a Comment