Showing posts with label technique. Show all posts
Showing posts with label technique. Show all posts

Monday, March 26, 2012

Powerful Search Technique..

hello.

How to do Search in the method which is done in MSDN library 2005 (local application)?

i.e enabling a search filter and then (most incredibly) as you type the criteria, the
list gets updated depending on the characters entered.

for eg. you type: loo
and obtain the following display:
Look in dialog box
Look tab
lookaheads
l
l
l
l
l
l
l
l
l
l
l
l
l

How to use this fast searching technique in vb.net 2005 and the items to be searched in
sql server 2005 express?

Hi,
The best alternative i think is the SQL Server 2005 Full-Text search feature. Here where to start : SQL Server 2005 Full-Text Search: Internals and Enhancements

HTH.
Hayder Marzouk

Monday, March 12, 2012

Possible to secure using .Net StrongNameIdentityPermission?

Is it possible to secure a SQL Server database or schema using a technique such as the .Net StrongNameIdentityPermission attribute? The intent is that SQL Server would only permit transactions coming from assemblies which were signed with a particular .Net StrongName private key.

We are installing a 3rd party SQL Server / ASP.Net application which must run in our DMZ and we are looking for all possible measures to secure the SQL Server database.

Thanks

I don't know of any support for such a feature. I'll move this to the SQL Server Data Access forum. If they also don't know of any such method, then the answer is a definite no.

Thanks
Laurentiu