摘要:
所有者是dbo的表[setmap],更改所有者为mytoys.com exec sp_changeobjectowner '[dbo].[setmap]',[mytoys.com] 把所有者是mytoys.com的表[setmap],更改所有者为dbo exec sp_changeobjectowner '[mytoys.com].[setmap]',[dbo] exec sp_changeobj... 阅读全文
posted @ 2008-06-20 15:08
s80895304
阅读(385)
评论(0)
推荐(0)
摘要:
Set TypeLib = CreateObject("Scriptlet.TypeLib") strGUID = TypeLib.Guid Set objIE = CreateObject("InternetExplorer.Application") objIE.Navigate("about:blank") objIE.document.parentwindow.clipboardData.... 阅读全文
posted @ 2008-06-20 09:11
s80895304
阅读(291)
评论(0)
推荐(0)