50 pts.
 Objects explorator FILTER doesn’t work, SQL Server Management Studio de sql server 2008
Hello friends,

On my PC (Windows Xp 2002 SP3) in SQL-Server management studio 2008, the object explorator filter doesn't work. The funnel symbol is simply greyed. I can't access to the box bialog filter parameters. Please, anybody has an idea ?

Jean-Max

PS : Microsoft SQL Server Management Studio version 10.0.2531.0



Software/Hardware used:
Microsoft SQL Server Management Studio version 10.0.2531.0 on Windows Xp 2002 SP3
ASKED: April 2, 2010  9:20 AM
UPDATED: April 20, 2010  10:54 AM

Answer Wiki:
You need to select the folder which you want to filter. If you want to filter the table list, select tables then click the filter button. Same goes with the stored procedure list. Select stored procedures and then click the filter button.
Last Wiki Answer Submitted:  April 4, 2010  4:51 am  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hello,

Now, the filters are working VERY WELL.
Sorry but I did nothing special, MAYBE it’s because I recreate my DataBase with the automatic generated script , and I DIDN’T keep the folowing instructions :

IF (1 = FULLTEXTSERVICEPROPERTY(‘IsFullTextInstalled’))
begin
EXEC [BDNvpCode].[dbo].[sp_fulltext_database] @action = ‘enable’
end
GO

And after I restore it :

Name of DataBase -> Tasks -> Restore

But nothing is less sure…

Think You very much and see you later !

Jean-Max

 50 pts.