Click here to Skip to main content
15,899,314 members
Home / Discussions / Database
   

Database

 
GeneralRe: problem occurred while establishing a connection to SQL Server Pin
εїзεїзεїз11-Sep-09 6:02
εїзεїзεїз11-Sep-09 6:02 
AnswerRe: problem occurred while establishing a connection to SQL Server Pin
Md. Marufuzzaman11-Sep-09 5:37
professionalMd. Marufuzzaman11-Sep-09 5:37 
AnswerRe: problem occurred while establishing a connection to SQL Server Pin
Henry Minute11-Sep-09 10:24
Henry Minute11-Sep-09 10:24 
AnswerRe: problem occurred while establishing a connection to SQL Server Pin
Abhishek Sur11-Sep-09 11:21
professionalAbhishek Sur11-Sep-09 11:21 
Questionhelp with storage engine in a sql server 2005 Pin
shankbond10-Sep-09 23:02
shankbond10-Sep-09 23:02 
AnswerRe: help with storage engine in a sql server 2005 [modified] Pin
Henry Minute11-Sep-09 0:17
Henry Minute11-Sep-09 0:17 
Question"A member could not be added to a local group because the member has the wrong account type.[0*8007056c]" Pin
manish.m.meshram10-Sep-09 22:30
manish.m.meshram10-Sep-09 22:30 
GeneralSqlHierarchyId insert Pin
Mycroft Holmes10-Sep-09 18:37
professionalMycroft Holmes10-Sep-09 18:37 
GeneralRe: SqlHierarchyId insert [resolved] Pin
Mycroft Holmes10-Sep-09 19:49
professionalMycroft Holmes10-Sep-09 19:49 
QuestionMass Insert Pin
zeusToronto10-Sep-09 17:04
zeusToronto10-Sep-09 17:04 
AnswerRe: Mass Insert Pin
Mycroft Holmes10-Sep-09 18:31
professionalMycroft Holmes10-Sep-09 18:31 
GeneralRe: Mass Insert Pin
PIEBALDconsult14-Sep-09 7:19
mvePIEBALDconsult14-Sep-09 7:19 
AnswerRe: Mass Insert Pin
David Skelly10-Sep-09 22:52
David Skelly10-Sep-09 22:52 
AnswerRe: Mass Insert Pin
Henry Minute11-Sep-09 10:32
Henry Minute11-Sep-09 10:32 
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 

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.