Click here to Skip to main content
15,924,829 members
Home / Discussions / Database
   

Database

 
RantRe: how to use SQL language to destroy SQL Server 2000 Pin
Paul Conrad22-Aug-08 19:26
professionalPaul Conrad22-Aug-08 19:26 
AnswerRe: how to use SQL language to destroy SQL Server 2000 Pin
Ravi Sant3-May-11 0:45
Ravi Sant3-May-11 0:45 
QuestionMy Virtual memory size is increasing when i am using Insert operation and select operation.which is leading to hang the system. Pin
pallaka22-Aug-08 4:58
pallaka22-Aug-08 4:58 
AnswerTransactions ? Pin
David Mujica22-Aug-08 5:47
David Mujica22-Aug-08 5:47 
GeneralRe: Transactions ? Pin
pallaka22-Aug-08 5:50
pallaka22-Aug-08 5:50 
GeneralRe: Transactions ? Pin
SomeGuyThatIsMe22-Aug-08 5:59
SomeGuyThatIsMe22-Aug-08 5:59 
GeneralRe: Transactions ? Pin
pallaka22-Aug-08 6:06
pallaka22-Aug-08 6:06 
GeneralRe: Transactions ? Pin
SomeGuyThatIsMe22-Aug-08 7:25
SomeGuyThatIsMe22-Aug-08 7:25 
you might not be logging, but did you turn it off for the database on the server? it will automatically log inserts and updates, so that if you or something cancels the query that is bieng run it can roll back any changes. you can disable it but i've never done so and was told that it was a pain, and can cause issues. If you have any indecies on those tables you'll have to rebuild them unless your data is in order when its bieng inserted, either way the indecies will slow down inserts and if they've been corrupted will slow down any table scan, select, update etc..

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

JokeRe: Transactions ? Pin
Mycroft Holmes22-Aug-08 20:00
professionalMycroft Holmes22-Aug-08 20:00 
GeneralRe: Transactions ? Pin
SomeGuyThatIsMe25-Aug-08 2:08
SomeGuyThatIsMe25-Aug-08 2:08 
Questionhow to write this Query ?? Pin
varshavmane22-Aug-08 1:56
varshavmane22-Aug-08 1:56 
AnswerRe: how to write this Query ?? Pin
SimulationofSai22-Aug-08 2:07
SimulationofSai22-Aug-08 2:07 
GeneralRe: how to write this Query ?? Pin
varshavmane22-Aug-08 2:24
varshavmane22-Aug-08 2:24 
QuestionScript Tool to generate indexes. Pin
Chris Meech22-Aug-08 1:29
Chris Meech22-Aug-08 1:29 
AnswerRe: Script Tool to generate indexes. Pin
SimulationofSai22-Aug-08 2:03
SimulationofSai22-Aug-08 2:03 
GeneralRe: Script Tool to generate indexes. Pin
Chris Meech22-Aug-08 3:11
Chris Meech22-Aug-08 3:11 
GeneralRe: Script Tool to generate indexes. Pin
Mycroft Holmes22-Aug-08 20:03
professionalMycroft Holmes22-Aug-08 20:03 
GeneralRe: Script Tool to generate indexes. Pin
Paul Conrad22-Aug-08 20:28
professionalPaul Conrad22-Aug-08 20:28 
QuestionBulk Insert Pin
varshavmane21-Aug-08 21:03
varshavmane21-Aug-08 21:03 
QuestionFinding Datatype of fields in the table Pin
Preethi_12321-Aug-08 19:01
Preethi_12321-Aug-08 19:01 
AnswerRe: Finding Datatype of fields in the table Pin
Tripathi Swati21-Aug-08 19:17
Tripathi Swati21-Aug-08 19:17 
GeneralRe: Finding Datatype of fields in the table Pin
Preethi_12321-Aug-08 19:34
Preethi_12321-Aug-08 19:34 
GeneralRe: Finding Datatype of fields in the table Pin
Tripathi Swati21-Aug-08 19:39
Tripathi Swati21-Aug-08 19:39 
GeneralRe: Finding Datatype of fields in the table Pin
Preethi_12321-Aug-08 20:44
Preethi_12321-Aug-08 20:44 
GeneralRe: Finding Datatype of fields in the table Pin
Tripathi Swati21-Aug-08 20:56
Tripathi Swati21-Aug-08 20:56 

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.