Viewing 8 posts - 211 through 219 (of 219 total)
That is why the ROLES are for, you can assign all the permissions to the ROLE instead of assigning each and every user, and add the new user or changed...
June 2, 2003 at 10:27 am
Don't know abt dropping all the STATS, but you can definitely update the stats for all the tables with UPDATE STATS. (It drops and re-creates the STATS)
Here is the script...
June 2, 2003 at 9:23 am
Your procedure is very confusing.
Here is the send mail example with attachments
EXEC xp_sendmail @recipients = 'Email@email.com',
@query = 'Query you want to specify',
@subject = 'Subject you want',
@attach_results...
May 30, 2003 at 8:43 am
You can use either ODBC or Microsoft OLEDB provider for Oracle and specify the rest of the options. In the security TAB specify the login/Pwd for the connection. Don't forget...
May 29, 2003 at 3:05 pm
Since the DBs are very small you can either use DTS or Backup/Restore and take care the users part.
Here is a good article on moving 7.0 to 2000
http://sqlteam.com/item.asp?ItemID=9066
Edited by...
May 29, 2003 at 2:58 pm
Robert will this work with user DB also ? or just System DB only.
May 29, 2003 at 2:49 pm
Here is a good Source code By Peter Schmitz
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=592&lngWId=5
May 29, 2003 at 2:33 pm
On one main subject is good. That way you know whats your level in that area.
May 29, 2003 at 9:54 am
Viewing 8 posts - 211 through 219 (of 219 total)