Currently, I am going through our 500 tables or so one by one in the permissions area for each user and 'x' out the 'select' column for each table. This is time consuming. How do I do it with script or code?
am looking at reference a sql server database from a separate sql server database.
server 'a' has table 'tbl_cars'
server 'b' has table 'tbl_colors'
i wish in a stored procedure for example to link from server 'a' to tbl_colors in server 'b'. also, there is a login and password to get to the...
i am looking at reference a sql server database from a separate sql server database.
server 'a' has table 'tbl_cars'
server 'b' has table 'tbl_colors'
i wish in a stored procedure for example to link from server 'a' to tbl_colors in server 'b'. also, there is a login and password to get to the...
Actually, i am looking at access another sql server database from another sql server database.
server 'a' has table 'tbl_cars'
server 'b' has table 'tbl_colors'
i wish in a stored procedure for example to link from server 'a' to tbl_colors in server 'b'. also, there is a login and password to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.