Click here to Skip to main content
15,888,320 members
Home / Discussions / Database
   

Database

 
Questionhelp writing query Pin
michaelgr110-Sep-09 9:08
michaelgr110-Sep-09 9:08 
AnswerRe: help writing query Pin
Mycroft Holmes10-Sep-09 14:45
professionalMycroft Holmes10-Sep-09 14:45 
AnswerRe: help writing query [modified] Pin
Johan Hakkesteegt10-Sep-09 23:30
Johan Hakkesteegt10-Sep-09 23:30 
Questiongetting date less than 3 yr.s old Pin
dotnetcsharpdev10-Sep-09 0:22
dotnetcsharpdev10-Sep-09 0:22 
AnswerRe: getting date less than 3 yr.s old Pin
dotnetcsharpdev10-Sep-09 0:57
dotnetcsharpdev10-Sep-09 0:57 
AnswerRe: getting date less than 3 yr.s old Pin
zeusToronto10-Sep-09 17:14
zeusToronto10-Sep-09 17:14 
QuestionDatabase Serive stops responding on SQL Express 2005. Pin
Aman786Singh9-Sep-09 22:35
Aman786Singh9-Sep-09 22:35 
AnswerRe: Database Serive stops responding on SQL Express 2005. Pin
Abhishek Sur10-Sep-09 11:53
professionalAbhishek Sur10-Sep-09 11:53 
I think this might be the cause of Unclosed connections. Always use
using block and also Before you leaving the block use connection.close(). Wink | ;)

And hey, you are using SQL Server Express 2005 in production environment.. OMG | :OMG: This is weird. You need to keep in mind of the limitation of 4 GB Database size and 1 GB of RAM Usage. Sigh | :sigh:

There is as such no limitation of Concurrent Connection, but if you go on creating connections, it will soon run out of resources. Also you cant include 2 -4 GB ram because of Limitations. Frown | :(

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionOffsite databases - setup recommendations Pin
Simon P Stevens8-Sep-09 22:54
Simon P Stevens8-Sep-09 22:54 
AnswerRe: Offsite databases - setup recommendations Pin
J4amieC9-Sep-09 2:15
J4amieC9-Sep-09 2:15 
GeneralRe: Offsite databases - setup recommendations Pin
Simon P Stevens9-Sep-09 3:26
Simon P Stevens9-Sep-09 3:26 
GeneralRe: Offsite databases - setup recommendations Pin
Johan Hakkesteegt10-Sep-09 0:10
Johan Hakkesteegt10-Sep-09 0:10 
GeneralRe: Offsite databases - setup recommendations Pin
Simon P Stevens11-Sep-09 4:21
Simon P Stevens11-Sep-09 4:21 
QuestionSearching marathi(non-eglish) databse Pin
girishdonde8-Sep-09 21:45
girishdonde8-Sep-09 21:45 
AnswerRe: Searching marathi(non-eglish) databse Pin
Mycroft Holmes8-Sep-09 22:42
professionalMycroft Holmes8-Sep-09 22:42 
GeneralRe: Searching marathi(non-eglish) databse Pin
Luc Pattyn9-Sep-09 1:52
sitebuilderLuc Pattyn9-Sep-09 1:52 
QuestionSQL 2008 Query Help Pin
Hulicat8-Sep-09 16:01
Hulicat8-Sep-09 16:01 
AnswerRe: SQL 2008 Query Help Pin
_Damian S_8-Sep-09 17:34
professional_Damian S_8-Sep-09 17:34 
GeneralRe: SQL 2008 Query Help Pin
Hulicat8-Sep-09 18:20
Hulicat8-Sep-09 18:20 
GeneralRe: SQL 2008 Query Help Pin
_Damian S_8-Sep-09 18:55
professional_Damian S_8-Sep-09 18:55 
GeneralRe: SQL 2008 Query Help Pin
Mycroft Holmes8-Sep-09 21:11
professionalMycroft Holmes8-Sep-09 21:11 
GeneralRe: SQL 2008 Query Help Pin
Hulicat9-Sep-09 5:31
Hulicat9-Sep-09 5:31 
GeneralRe: SQL 2008 Query Help Pin
_Damian S_9-Sep-09 14:25
professional_Damian S_9-Sep-09 14:25 
GeneralRe: SQL 2008 Query Help Pin
Mycroft Holmes9-Sep-09 14:35
professionalMycroft Holmes9-Sep-09 14:35 
GeneralRe: SQL 2008 Query Help Pin
_Damian S_9-Sep-09 15:29
professional_Damian S_9-Sep-09 15:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.