Click here to Skip to main content
15,886,664 members
Home / Discussions / Database
   

Database

 
GeneralRe: Executing Scripts In SQL Server 2000 Pin
Steven Campbell15-Apr-05 8:52
Steven Campbell15-Apr-05 8:52 
GeneralRe: Executing Scripts In SQL Server 2000 Pin
azam31617-Apr-05 19:30
azam31617-Apr-05 19:30 
GeneralReplication Pin
Albert Pascual13-Apr-05 13:27
sitebuilderAlbert Pascual13-Apr-05 13:27 
GeneralRe: Replication Pin
Steven Campbell14-Apr-05 7:38
Steven Campbell14-Apr-05 7:38 
GeneralRe: Replication Pin
_lakshmi20-Apr-05 23:12
_lakshmi20-Apr-05 23:12 
GeneralInsert a file of 10MB into an SQL 2000 Server Table Pin
anderslundsgard13-Apr-05 4:49
anderslundsgard13-Apr-05 4:49 
GeneralRe: Insert a file of 10MB into an SQL 2000 Server Table Pin
Albert Pascual13-Apr-05 6:12
sitebuilderAlbert Pascual13-Apr-05 6:12 
GeneralRe: Insert a file of 10MB into an SQL 2000 Server Table Pin
Scott Serl13-Apr-05 9:16
Scott Serl13-Apr-05 9:16 
Don't store files in the database if not absolutely required. It will put a large load on the database server and the network. If it is a web app, it can also tie up valuable threads for extended periods and cause delays for users.

If you must do it, store the file in text, ntext, or image field types. To store the file use a TEXTPTR and the UPDATETEXT commands. If you google on these, you will find some examples.

Generali want to select database from sql where query it is Pin
bibipopopopo12-Apr-05 20:14
bibipopopopo12-Apr-05 20:14 
GeneralMerge results Pin
knopppen12-Apr-05 10:04
knopppen12-Apr-05 10:04 
GeneralRe: Merge results Pin
Ritesh123413-Apr-05 3:09
Ritesh123413-Apr-05 3:09 
Generalado.net Pin
Member 187540712-Apr-05 1:25
Member 187540712-Apr-05 1:25 
GeneralRe: ado.net Pin
Ritesh123412-Apr-05 1:48
Ritesh123412-Apr-05 1:48 
GeneralConnecting to a remote server. Pin
RuchirD12-Apr-05 0:24
RuchirD12-Apr-05 0:24 
GeneralDataBinding: problem after DataSet.Tables["table"].Clear() Pin
Vexta11-Apr-05 21:52
Vexta11-Apr-05 21:52 
GeneralSelect view Pin
Yulianto.11-Apr-05 16:38
Yulianto.11-Apr-05 16:38 
GeneralRe: Select view Pin
Colin Angus Mackay14-Apr-05 1:35
Colin Angus Mackay14-Apr-05 1:35 
QuestionHow to Export a database using Script Pin
Iridania11-Apr-05 16:03
Iridania11-Apr-05 16:03 
AnswerRe: How to Export a database using Script Pin
Albert Pascual13-Apr-05 6:15
sitebuilderAlbert Pascual13-Apr-05 6:15 
GeneralQuery Pin
11-Apr-05 3:55
suss11-Apr-05 3:55 
GeneralRe: Query Pin
Yulianto.11-Apr-05 16:31
Yulianto.11-Apr-05 16:31 
QuestionHow can i select more records Pin
bibipopopopo11-Apr-05 2:49
bibipopopopo11-Apr-05 2:49 
AnswerRe: How can i select more records Pin
RChin11-Apr-05 3:38
RChin11-Apr-05 3:38 
GeneralRe: How can i select more records Pin
Colin Angus Mackay11-Apr-05 4:56
Colin Angus Mackay11-Apr-05 4:56 
AnswerRe: How can i select more records Pin
Colin Angus Mackay11-Apr-05 4:54
Colin Angus Mackay11-Apr-05 4:54 

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.