RE: [OT] Great SSMS add in

2013-06-04 Thread Rinaldo De Paolis
Nice Work, just installed it works great Rinaldo De Paolis * rina...@connectedsystems.com * +61 8 9227 0416 * +61 4 5107 6211 [cid:image001.png@01CDB070.49664FC0] bjj4me [cid:image002.png@01CDB070.49664FC0]@bjj4me [Description: cid:image002.jpg@01C76545.12AE9A

Re: Lightweight database

2013-06-04 Thread Greg Keogh
Thanks everyone, now there are even more choices, all with different qualities. Too much choice, too little time. Finding a desirable local in-process database is such a time-consuming task that I will put it in the background and look at the candidates in my spare time in the hope that something

Re: [OT] Great SSMS add in

2013-06-04 Thread Wallace Turner
thanks, is installed and adding value already! On 4/06/2013 9:55 AM, David Burstin wrote: Hi folks, A friend of mine wrote this *free *add-in for SSMS. It's a great search tool for finding and manipulating tables, stored procs, functions and views. http://sql-hunting-dog.com/ I love it. Of

RE: Lightweight database

2013-06-04 Thread Steven Parish
Greg, We have been developing with SynergyDE for almost 30 years (Synergex) and they have an extremely good ISAM file system with ODBC for access externally via SQL statements. They have just recently released their ISAM file system as a NOSQL offering which may meet your criteria. www.syner

Re: If-else vs switch - declaring inner variables (a philosophical question)

2013-06-04 Thread David Richards
Actually, visual studio does this: A local variable named 'foo' cannot be declared in this scope because it would give a different meaning to 'foo', which is already used in a 'parent or current' scope to denote something else David "If we can hit that bullseye, the rest of the dominoes will f

Re: Lightweight database

2013-06-04 Thread Corneliu I. Tusnea
I'm using siaqodb (http://siaqodb.com/) which is a lightweight .Net object database and I'm very happy with it. Very fast and dead easy to use linq syntax. On Wed, Jun 5, 2013 at 12:42 AM, wrote: > I have to admit that I have not used it. But I have been following it for > a while and looks pro

RE: Lightweight database

2013-06-04 Thread alg
I have to admit that I have not used it. But I have been following it for a while and looks promising. Sterling NoSQL OODB for .NET 4.0 http://sterling.codeplex.com/ I've also just came across UnQLite, an embedded NoSQL (Key/Value store and Document-store) database engine, http://www.unqlit

Re: If-else vs switch - declaring inner variables (a philosophical question)

2013-06-04 Thread mike smith
On Tue, Jun 4, 2013 at 4:44 PM, Fredericks, Chris wrote: > Microsoft has left some room for ReSharper. :P > > ** ** > > Without braces:error - ‘Invalid embedded statement’ > > With braces:warning - ‘Local variable ‘foo’ is never used’ > > ** > And then there's variable hidin