Skip to content

Sumit Gupta

bookmarking my life

Category: Database

Case Sensitive Search in SQL Server

January 19, 2012January 19, 2012 by Sumit Gupta Database, MS SQL Server, SQL

Mysql mostly provide a Case sensitive search because of its default collate configuration. However SQL server use different collate and hence by default it is not case sensitive. It is…

Read More

Static Object in ASP.NET

September 8, 2011 by Sumit Gupta .NET, ASP.NET, C#.NET, Concept/algorithm, Database, VB.NET/VB

Recently I found a problem in one of application we developed. Here my colleague use a Static SqlConnection object through a class in his code. He did that to save…

Read More

SQLite Bulk Insert on ADO.NET

August 15, 2011August 26, 2011 by Sumit Gupta SQlite

Today, I was trying to find an alternative on reading a Binary data file to use information in my software. For this I choose to use SQlite the embedded database….

Read More

Sql optimization

July 12, 2011 by Sumit Gupta Database, MS SQL Server, SQL

Today, I experience a slow down in one of website I just finish building up. It was a intereting project which has ability to create Dynamic form and hence the…

Read More

Reseed Auto Increment Value in SQL Server

May 7, 2011 by Sumit Gupta Database, MS SQL Server, SQL

You can reseed the Auto increment field to desire number by using following SQL statement [I think it is specific for SQL Server only] other Database have their own methods….

Read More

MySql 5.5 : funny about it

April 25, 2011 by Sumit Gupta Joyous, MySQL, Operating System

Just saw the release note of MySql 5.5. Looks exciting upgrade, but what looks most funny about the software is the fact that they claim to improve performance by 1500%…

Read More

MySQL : Crash and Upgrade

December 13, 2010 by Sumit Gupta MySQL, Server Configuration

Today, I face a new problem with MySQL. I got the database to crash quite a few times since morning. Event logs shows that there is a fault in mysqld.exe,…

Read More

Posts navigation

← Previous 1 2 3 Next →

© 2025 Sumit Gupta // Powered by WordPress