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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Dynamic Header

Author  Topic 

m_karbala
Starting Member

1 Post

Posted - 2009-01-28 : 10:28:06
Is there any way that we can have sql query with dynamic header?

I know this does not work but it explain what I want to do?

Declare @MyDynamicHeader VarChar(100)
Select @MyDynamicHeader ='My Title'
Select GetDate() As @MyDynamicHeader

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-28 : 12:39:18
nope you cant do this. but can i ask the purpose of dynamicheader? you should be doing this at your front end as its a presentation issue.
Go to Top of Page
   

- Advertisement -