|
From: SammyBar on 10 Jul 2008 12:31 Hi all, I'm working with SQL Server 2005 Management Studio. Is it capable of doing code folding? Is it any tag I can use for hiding lines of code at will? Thanks in advance Sammy
From: Tibor Karaszi on 10 Jul 2008 13:10 I'm afraid not. This might be introduced in next version - we'll know in a few months... -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://sqlblog.com/blogs/tibor_karaszi "SammyBar" <sammybar(a)gmail.com> wrote in message news:uLEi6pq4IHA.4260(a)TK2MSFTNGP06.phx.gbl... > Hi all, > > I'm working with SQL Server 2005 Management Studio. Is it capable of doing > code folding? Is it any tag I can use for hiding lines of code at will? > > Thanks in advance > Sammy > >
From: Aaron Bertrand [SQL Server MVP] on 10 Jul 2008 13:13 You will need to wait for SQL Server 2008 SSMS. And even then, it seems it will only work if your query window is running against a SQL Server 2008 instance. So for code development it may make sense to have query windows against a local instance and then deploy to a downlevel system. You can read more about this at the following URLs: http://sqlblog.com/blogs/aaron_bertrand/archive/2008/05/19/do-you-want-intel lisense-to-support-sql-server-2005.aspx http://blog.magenic.com/blogs/whitneyw/archive/2008/05/04/Backward-compatibi lity-for-IntelliSense-please.aspx http://itknowledgeexchange.techtarget.com/sql-server/sql-2008-rc0-intellisen se-doesnt-work-against-sql-2005/ http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID =341872 On 7/10/08 12:31 PM, in article uLEi6pq4IHA.4260(a)TK2MSFTNGP06.phx.gbl, "SammyBar" <sammybar(a)gmail.com> wrote: > Hi all, > > I'm working with SQL Server 2005 Management Studio. Is it capable of doing > code folding? Is it any tag I can use for hiding lines of code at will? > > Thanks in advance > Sammy > >
From: Eric Russell on 10 Jul 2008 15:44 Maybe it was just a dream, but I have this memory of seeing code folding demonstrated in SSMS. "Tibor Karaszi" wrote: > I'm afraid not. This might be introduced in next version - we'll know in a few months... > > -- > Tibor Karaszi, SQL Server MVP > http://www.karaszi.com/sqlserver/default.asp > http://sqlblog.com/blogs/tibor_karaszi > > > "SammyBar" <sammybar(a)gmail.com> wrote in message news:uLEi6pq4IHA.4260(a)TK2MSFTNGP06.phx.gbl... > > Hi all, > > > > I'm working with SQL Server 2005 Management Studio. Is it capable of doing > > code folding? Is it any tag I can use for hiding lines of code at will? > > > > Thanks in advance > > Sammy > > > > >
From: Tibor Karaszi on 10 Jul 2008 15:59
Are you sure it wasn't some CTP/preview of 2008? -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://sqlblog.com/blogs/tibor_karaszi "Eric Russell" <EricRussell(a)discussions.microsoft.com> wrote in message news:56BC9FF8-0CC9-4DE9-8FC9-3854D71E2DDA(a)microsoft.com... > Maybe it was just a dream, but I have this memory of seeing code folding > demonstrated in SSMS. > > > "Tibor Karaszi" wrote: > >> I'm afraid not. This might be introduced in next version - we'll know in a few months... >> >> -- >> Tibor Karaszi, SQL Server MVP >> http://www.karaszi.com/sqlserver/default.asp >> http://sqlblog.com/blogs/tibor_karaszi >> >> >> "SammyBar" <sammybar(a)gmail.com> wrote in message news:uLEi6pq4IHA.4260(a)TK2MSFTNGP06.phx.gbl... >> > Hi all, >> > >> > I'm working with SQL Server 2005 Management Studio. Is it capable of doing >> > code folding? Is it any tag I can use for hiding lines of code at will? >> > >> > Thanks in advance >> > Sammy >> > >> > >> |