SQL sorgunuzun result setini excel ya da html dosyaya yazma

  • Sorgu sonucunu excel dosyaya yazma:

sp_makewebtask @outputfile = N'C:\Documents and Settings\ZEYNEP\Desktop\deneme1.xls',@query='select * from tablom where ad=''ZeyNep'''


  • Sorgu sonucunu html dosyaya yazma:


sp_makewebtask @outputfile = N'C:\Documents and Settings\ZEYNEP\Desktop\deneme2.html',@query='select * from tablom where ad=''ZeyNep'''

2 yorum yapılmış

Make A Comment
top