News

I've been tasked with doing a conversion of an Access 2000 app to SQL Server. As of right now, I'm fine with keeping the front end Access, but I wanted to put the back end tables on SQL.
where PASSWORD is a strong and unique password. Grant the user the rights to create new users and the ability to reload on global rights with: grant create user, reload on *.* to 'dbadmin'@'%'; ...