Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 I Need Help on Conditional Formating

Author  Topic 

kuldeep singh
Starting Member

1 Post

Posted - 2009-03-29 : 09:06:50
I need Help
I want the conditional formating in the below given code ....
as i want to use where clause in this code to export the specific data please help ....how can i

EXEC sp_makewebtask
@outputfile = 'E:\excel2.xls',
@query = 'Select * from database2 ..table2 ',
@colheaders =1,
@FixedFont=0,@lastupdated=0,@resultstitle= 'data details'


kuldeep

darkdusky
Aged Yak Warrior

591 Posts

Posted - 2009-03-30 : 05:25:26
http://msdn.microsoft.com/en-us/library/aa238843(SQL.80).aspx
http://msdn.microsoft.com/en-us/library/ms180099(SQL.90).aspx
Go to Top of Page
   

- Advertisement -