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 2005 Forums
 Transact-SQL (2005)
 Is their a way to create a + and - sign in sql?

Author  Topic 

tamancha.1
Starting Member

37 Posts

Posted - 2010-04-20 : 16:20:34
Is their a way to create a + and - sign in sql query, so that your query
is in a bucket/folder/row with a + sign and shows up the entire code with a - sign? Just like we have tables/schema placed in Object Explorer in SQL Server 2005.

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-04-20 : 16:24:01
No.
That is not what T-SQL is made for.
You have to code that in an application.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-21 : 01:38:26
if you're using a reporting tool, this feature is already there. its called toggle visibility based on report item in sql reporting services

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -