Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LadyNaureen
  • Order by date
  1. LadyNaureen

    inserting an image in word and taking a print

    First of all you have to add bookmark in word document at the location you want your image to be inserted. Then use the following code: myoleobject = CREATE OLEObject myoleobject1 = CREATE OLEObject myoleobject2 = CREATE OLEObject...
  2. LadyNaureen

    Transaction log on master full

    If you execute the following command then I master transaction log will not be used. exec sp_diskdefault 'master', 'defaultoff' exec sp_diskdefault 'your_db_name', 'defaulton'
  3. LadyNaureen

    Transaction log on master full

    how did you dump the log on master database?

Part and Inventory Search

Back
Top