Click here to Skip to main content
15,890,512 members
Home / Discussions / Database
   

Database

 
GeneralRe: HP 6767 NoteBoOk sql sERVER 2005 Pin
Colin Angus Mackay4-Apr-08 0:27
Colin Angus Mackay4-Apr-08 0:27 
GeneralRe: HP 6767 NoteBoOk sql sERVER 2005 Pin
blackjack21504-Apr-08 2:23
blackjack21504-Apr-08 2:23 
GeneralEdit multiple rows at once Pin
Yevgeny Efter3-Apr-08 20:38
Yevgeny Efter3-Apr-08 20:38 
GeneralRe: Edit multiple rows at once Pin
A Wong4-Apr-08 2:42
A Wong4-Apr-08 2:42 
Generalwhy it is not work Pin
tittly3-Apr-08 17:03
tittly3-Apr-08 17:03 
GeneralRe: why it is not work Pin
SimulationofSai3-Apr-08 18:29
SimulationofSai3-Apr-08 18:29 
GeneralRe: why it is not work Pin
tittly3-Apr-08 19:34
tittly3-Apr-08 19:34 
Generalslow updating Pin
Xmen Real 3-Apr-08 16:18
professional Xmen Real 3-Apr-08 16:18 
hello there,
im updating my table of about 1300 rows through C# but i always got error that server time out, then i copied the query and executed in the sql, and it took 25 secs that is too much

the query is written something like this :
update mytable set id = '1100001',deptid = 1, Cid = 1 where id = 'A1100001'
update mytable set id = '1100002',deptid = 1, Cid = 1 where id = 'A1100002'
update mytable set id = '1100003',deptid = 1, Cid = 1 where id = 'A1100003'
.
.
.
. 


here are around 1300 lines like this,
about table
id nvarchar(25) PK
deptid tinyint
Cid tinyint

any idea how to speed up?? because 25 secs with core2 processor is too much

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y<p?jxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

GeneralRe: slow updating [modified] Pin
Blue_Boy3-Apr-08 18:59
Blue_Boy3-Apr-08 18:59 
GeneralRe: slow updating [modified] Pin
Xmen Real 3-Apr-08 22:27
professional Xmen Real 3-Apr-08 22:27 
GeneralRe: slow updating Pin
Blue_Boy4-Apr-08 7:22
Blue_Boy4-Apr-08 7:22 
GeneralRe: slow updating Pin
Xmen Real 4-Apr-08 7:25
professional Xmen Real 4-Apr-08 7:25 
GeneralRe: slow updating Pin
Blue_Boy4-Apr-08 8:01
Blue_Boy4-Apr-08 8:01 
GeneralRe: slow updating Pin
Xmen Real 4-Apr-08 14:51
professional Xmen Real 4-Apr-08 14:51 
QuestionCalling Web Service From SQL Stored Procedures Pin
Adewale3-Apr-08 5:25
Adewale3-Apr-08 5:25 
GeneralRe: Calling Web Service From SQL Stored Procedures Pin
pmarfleet3-Apr-08 9:38
pmarfleet3-Apr-08 9:38 
QuestionPassing IN clause to SP via Parameter Pin
stuebbie3-Apr-08 3:53
stuebbie3-Apr-08 3:53 
GeneralRe: Passing IN clause to SP via Parameter Pin
Mark J. Miller3-Apr-08 4:13
Mark J. Miller3-Apr-08 4:13 
AnswerRe: Passing IN clause to SP via Parameter Pin
stuebbie3-Apr-08 21:57
stuebbie3-Apr-08 21:57 
GeneralRe: Passing IN clause to SP via Parameter Pin
SimulationofSai3-Apr-08 13:04
SimulationofSai3-Apr-08 13:04 
QuestionHow to register custom control Pin
lav naphade3-Apr-08 2:13
lav naphade3-Apr-08 2:13 
AnswerRe: How to register custom control Pin
pmarfleet3-Apr-08 9:34
pmarfleet3-Apr-08 9:34 
GeneralRegarding SQL Query Pin
sandhya143-Apr-08 1:28
sandhya143-Apr-08 1:28 
GeneralRe: Regarding SQL Query Pin
Rob Philpott3-Apr-08 2:37
Rob Philpott3-Apr-08 2:37 
QuestionWhat is the diffrence between CTE(Common Table Expression) and Derived table Pin
Krishnraj3-Apr-08 0:27
Krishnraj3-Apr-08 0:27 

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.