Upcoming Database stories

Painless database logging with mongoDB(www.jefclaes.be)

submitted by JefClaesJefClaes(650) 6 days ago

While browsing the source code of the ELMAH mongoDB provider, I learned about a special type of collections: capped collections. Logging to the database can be extremely useful, but also rather expensive. Using this feature, you can turn on database logging without too many worries. read more...

add a comment |category: |Views: 4

tags: another

Code !t: Choosing the cloud for your database(www.etabakov.com)

submitted by etabakovetabakov(10) 11 days, 22 hours ago

You will find some tips and advices on how to choose your cloud provider for storing the database read more...

add a comment |category: |Views: 12

tags: another

Copy Table Data And Schema From One DataBase To Another In SQL Server(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1181) 1 month, 2 days ago

Several Times We need to Copy Table Schema And Data From One DataBase to Another In Sql ServerWe can do it in following ways. read more...

add a comment |category: |Views: 6

tags: another

Attached failed, Unable to open physical file, operating system error (www.sqltrends.blogspot.com)

submitted by sagitariusmzisagitariusmzi(123) 1 month, 23 days ago

Whenever user try to attache the database files, he might get this error Attached failed, Unable to open physical file, operating system error read more...

add a comment |category: |Views: 4

tags: another

How To Use SQL IN Statement to Select Data Having All Specified Values(techbrij.com)

submitted by urenjoyurenjoy(337) 3 months ago

Learn How to write SQL Where.. IN query to select data which has all values specified in IN condition. read more...

add a comment |category: |Views: 6

tags: another

Implement Audit Trail Quickly for Microsoft SQL Server(techbrij.com)

submitted by urenjoyurenjoy(337) 3 months ago

It explains how to implement an audit trail quickly by creating shadow table for each table in database and triggers to log every time when a record is inserted, updated or deleted in the table. read more...

add a comment |category: |Views: 3

tags: another

Telerik OpenAccess ORM Q1 2012 - Batch Operations (blogs.telerik.com)

submitted by vaskessvaskess(120) 3 months, 2 days ago

In previous versions of OpenAccess ORM, configuring large data models could be a bit cumbersome. However, I am happy to say that in Q1 2012 we are adding a new batch operation dialog, which makes configuring data models easier than ever! read more...

add a comment |category: |Views: 4

tags: another

Telerik OpenAccess ORM – ASP.NET Web Forms Video Tutorials (blogs.telerik.com)

submitted by vaskessvaskess(120) 3 months, 13 days ago

Besides the currently trending MVC framework, the traditional Web Forms are widely used for web applications development, so probably many of you are already familiar with them. OpenAccess ORM is an excellent choice for your Data Access Layer in such situation, as it is easy to integrate in just a few steps. ... read more...

add a comment |category: |Views: 10

tags: another

Book review: Working with NHibernate 3.0(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 3 months, 17 days ago

It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being known as having a steep learning curve, I thought it would be a good idea to do some reading. Searching for books on NHibernate 3.0... read more...

add a comment |category: |Views: 8

tags: another

Telerik OpenAccess SDK – MVC 3, RAD data binding and more (blogs.telerik.com)

submitted by vaskessvaskess(120) 3 months, 22 days ago

As a response to your constant requests for sample projects demonstrating the best practices of using OpenAccess ORM in web projects, we have released some of the new and updated samples before Q1 2012 so that you can benefit from them immediately. MVC developers will be happy to ... read more...

add a comment |category: |Views: 5

tags: another

Telerik OpenAccess ORM – Connection Pooling in Oracle environments(blogs.telerik.com)

submitted by vaskessvaskess(120) 4 months, 6 days ago

With the Q3 2011 release of Telerik OpenAccess ORM we introduced three connection pool types. In this blog post we will have a look at the connection pooling behavior of the Oracle driver and what setting to be used when we want to use Telerik OpenAccess ORM with Oracle databases. read more...

add a comment |category: |Views: 3

tags: another

Telerik OpenAccess ORM – Stored Procedure Editor essentials (blogs.telerik.com)

submitted by vaskessvaskess(120) 4 months, 9 days ago

Before Q3 2011 was live we have introduced you one of the major new functionalities you can find in the release – the new Stored Procedure Editor. It is the tool that allows us now to present our stored procedure support as feature complete. Along with the visual interface the Editor is offering, we have enhanced the functionality ... read more...

add a comment |category: |Views: 9

tags: another

Telerik OpenAccess ORM – Using the new OpenAccessLinqDataSource (blogs.telerik.com)

submitted by vaskessvaskess(120) 4 months, 10 days ago

In a previous blog post we have shared with you the upcoming release of a new feature of OpenAccess ORM, helpful for those of you doing RAD development in web environment – the OpenAccessLinqDataSource component. As Q3 is already live, you can try it out! Just drag the component from your Visual Studio toolbox, where you can find it under the Telerik.OpenAccess.Web category: read more...

add a comment |category: |Views: 3

tags: another

New Cassandra/CQL reference cards ready for download(www.datastax.com)

submitted by pardogopardogo(80) 4 months, 13 days ago

If you’re like me and sometimes struggle to remember the particular syntax for a CQL or Cassandra nodetool or CLI command, we’ve got something for you that might help. You can now download reference cards for CQL, along with the Cassandra CLI and nodetool. They’re free and pretty darn attractive if I do say so myself. Download them now and let us know what you think. read more...

add a comment |category: |Views: 1

tags: another

Free Databases in the Window Azure Marketplace(visualstudiomagazine.com)

submitted by pwhe23pwhe23(972) 4 months, 20 days ago

I hadn't heard of the Windows Azure Marketplace prior to the keynote, so I was intrigued to see how data was being sold in it and, more specifically, to see what interesting databases I might find for free or at very low cost. And find them I did. read more...

add a comment |category: |Views: 4

tags: another

New in Telerik OpenAccess ORM Q3 2011: Stored Procedure Editor(blogs.telerik.com)

submitted by vaskessvaskess(120) 4 months, 22 days ago

Supporting stored procedures is nothing new for OpenAccess ORM. The most common solution is to write an additional method for each stored procedure, encapsulating all the required information needed to invoke it, executing it and returning the results. Now you don’t even have to create the methods.... read more...

add a comment |category: |Views: 1

tags: another