Click here to Skip to main content
15,903,203 members
Home / Discussions / Database
   

Database

 
GeneralDocumentation tool for SQL Server DB's Pin
Jonas Follesø2-May-03 5:45
Jonas Follesø2-May-03 5:45 
AnswerRe: Documentation tool for SQL Server DB's Pin
Amit Chaudhary3-May-09 21:37
Amit Chaudhary3-May-09 21:37 
QuestionConnection Pooling - Bug in .NET ? Pin
John Honan2-May-03 2:12
John Honan2-May-03 2:12 
Questionlength of time a Connection to Database exists? Pin
sharathkv1231-May-03 18:23
sharathkv1231-May-03 18:23 
AnswerRe: length of time a Connection to Database exists? Pin
1-May-03 19:36
suss1-May-03 19:36 
AnswerRe: length of time a Connection to Database exists? Pin
J. Dunlap1-May-03 20:16
J. Dunlap1-May-03 20:16 
Question"Copy Project" and SQL ??? Pin
gman441-May-03 13:04
gman441-May-03 13:04 
AnswerRe: "Copy Project" and SQL ??? Pin
Member 961-May-03 19:21
Member 961-May-03 19:21 
For any serious project, don't use the drag and drop features to build queries or views / datasets etc, or at least, only use it to get an idea of what code you will need to add, then remove it and add it back yourself by hand.

Reason being that I've found from experience is that the code built for database access (other than the connection string itself)by the wizard is often very strange and in many cases badly inefficient.

In terms of moving a web that accesses a database server, all the normal things that apply to deploying any database project (web based or not) have to be taken into consideration. For example your app would normally build all the database objects it requires when it first connects to the server or as part of the installation script.

In terms of a web built (for example in c# and asp.net with vs 2002/2003) I've never come across a case where it couldn't be simply copied to the production web server so I don't agree with you there.

"Things are more like they are now than they ever were before."
-- Dwight Eisenhower

GeneralRe: "Copy Project" and SQL ??? Pin
J. Dunlap1-May-03 19:26
J. Dunlap1-May-03 19:26 
GeneralRe: "Copy Project" and SQL ??? Pin
gman442-May-03 12:24
gman442-May-03 12:24 
GeneralRe: "Copy Project" and SQL ??? Pin
Member 962-May-03 14:03
Member 962-May-03 14:03 
GeneralRe: "Copy Project" and SQL ??? Pin
J. Dunlap2-May-03 17:09
J. Dunlap2-May-03 17:09 
GeneralQuery Statement Pin
blindzebra1-May-03 8:30
blindzebra1-May-03 8:30 
GeneralRe: Query Statement Pin
Member 961-May-03 19:12
Member 961-May-03 19:12 
GeneralRe: Query Statement Pin
Richard Deeming2-May-03 2:50
mveRichard Deeming2-May-03 2:50 
GeneralConnection Pooling Pin
RedZenBird1-May-03 7:42
RedZenBird1-May-03 7:42 
GeneralSql transaction log format Pin
jspano1-May-03 7:07
jspano1-May-03 7:07 
GeneralChecking Query Progress Pin
perlmunger30-Apr-03 4:31
perlmunger30-Apr-03 4:31 
GeneralInstall packages for serversoftware. Pin
Jonas Follesø30-Apr-03 1:35
Jonas Follesø30-Apr-03 1:35 
GeneralRe: Install packages for serversoftware. Pin
Rein Hillmann1-May-03 5:58
Rein Hillmann1-May-03 5:58 
QuestionCan execute() return both recordset and output parameters Pin
TianYang29-Apr-03 22:34
TianYang29-Apr-03 22:34 
AnswerRe: Can execute() return both recordset and output parameters Pin
andyharman30-Apr-03 12:19
professionalandyharman30-Apr-03 12:19 
GeneralCustom view for a datafield Pin
ssnkh29-Apr-03 20:14
ssnkh29-Apr-03 20:14 
GeneralSQLJ with JTree Plz HELP Pin
sharathkv12329-Apr-03 17:02
sharathkv12329-Apr-03 17:02 
GeneralGet parameter that generated by Refresh() Pin
TianYang28-Apr-03 22:21
TianYang28-Apr-03 22:21 

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.