Click here to Skip to main content
15,918,050 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to build Chart of Accounts using VB 2010 Pin
Mycroft Holmes23-Jun-15 21:54
professionalMycroft Holmes23-Jun-15 21:54 
GeneralRe: How to build Chart of Accounts using VB 2010 Pin
Dave Kreskowiak24-Jun-15 2:16
mveDave Kreskowiak24-Jun-15 2:16 
QuestionCompact and Repair of a sql server database Pin
satc23-Jun-15 1:05
satc23-Jun-15 1:05 
AnswerRe: Compact and Repair of a sql server database Pin
Tim Carmichael23-Jun-15 2:00
Tim Carmichael23-Jun-15 2:00 
AnswerRe: Compact and Repair of a sql server database Pin
Dave Kreskowiak23-Jun-15 2:42
mveDave Kreskowiak23-Jun-15 2:42 
AnswerRe: Compact and Repair of a sql server database Pin
Eddy Vluggen23-Jun-15 3:48
professionalEddy Vluggen23-Jun-15 3:48 
GeneralRe: Compact and Repair of a sql server database Pin
satc23-Jun-15 13:44
satc23-Jun-15 13:44 
GeneralRe: Compact and Repair of a sql server database Pin
Eddy Vluggen23-Jun-15 23:27
professionalEddy Vluggen23-Jun-15 23:27 
satc wrote:
that my database size continue to increase , and even when I delete records the size is not decreased.
The size of the file is not affected, since it is not removing the record; it is merely marking it as free space. That is by design Smile | :)

satc wrote:
Is this a problem ?
Most database-servers will not release the space.

satc wrote:
And if yes , what I can do from inside of my application ?
You could shrink the file if the space is that important, but that may piss of the DBA if it is done at an inconvenient time.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionHow to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Member 1178537422-Jun-15 21:39
Member 1178537422-Jun-15 21:39 
AnswerRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Eddy Vluggen22-Jun-15 22:33
professionalEddy Vluggen22-Jun-15 22:33 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Member 1178537423-Jun-15 5:30
Member 1178537423-Jun-15 5:30 
AnswerRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Ralf Meier23-Jun-15 7:21
mveRalf Meier23-Jun-15 7:21 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Member 1178537423-Jun-15 21:28
Member 1178537423-Jun-15 21:28 
AnswerRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Ralf Meier23-Jun-15 21:40
mveRalf Meier23-Jun-15 21:40 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Eddy Vluggen23-Jun-15 7:34
professionalEddy Vluggen23-Jun-15 7:34 
QuestionRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Ralf Meier22-Jun-15 22:41
mveRalf Meier22-Jun-15 22:41 
AnswerRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Member 1178537423-Jun-15 5:31
Member 1178537423-Jun-15 5:31 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Ralf Meier23-Jun-15 7:18
mveRalf Meier23-Jun-15 7:18 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Eddy Vluggen23-Jun-15 7:32
professionalEddy Vluggen23-Jun-15 7:32 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Ralf Meier23-Jun-15 7:47
mveRalf Meier23-Jun-15 7:47 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Dave Kreskowiak23-Jun-15 10:17
mveDave Kreskowiak23-Jun-15 10:17 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Ralf Meier23-Jun-15 18:59
mveRalf Meier23-Jun-15 18:59 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Eddy Vluggen23-Jun-15 10:28
professionalEddy Vluggen23-Jun-15 10:28 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Ralf Meier23-Jun-15 18:32
mveRalf Meier23-Jun-15 18:32 
GeneralRe: How to Increase the Height of the Form to 1000 in Visual Basic 2010 Pin
Member 1178537423-Jun-15 20:56
Member 1178537423-Jun-15 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.