Yes
Nobody knows everything, but everybody knows something
Search This Blog
Wednesday, January 12, 2011
Export SQL to XL
EXEC
sp_configure
'show advanced options'
,
1
;
GO
RECONFIGURE
;
GO
EXEC
sp_configure
'xp_cmdshell'
,
1
GO
RECONFIGURE
;
EXEC
master
..
xp_cmdshell
'bcp "Select * from sys.tables" queryout "C:\kl.xls" -c -T -S'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment