Click here to Skip to main content
15,893,487 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Jörgen Andersson29-Jan-16 4:25
professionalJörgen Andersson29-Jan-16 4:25 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Foothill29-Jan-16 4:32
professionalFoothill29-Jan-16 4:32 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Jörgen Andersson29-Jan-16 4:33
professionalJörgen Andersson29-Jan-16 4:33 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Foothill29-Jan-16 4:45
professionalFoothill29-Jan-16 4:45 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Richard Deeming29-Jan-16 5:10
mveRichard Deeming29-Jan-16 5:10 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Foothill29-Jan-16 5:15
professionalFoothill29-Jan-16 5:15 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Jörgen Andersson29-Jan-16 10:45
professionalJörgen Andersson29-Jan-16 10:45 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Foothill29-Jan-16 11:17
professionalFoothill29-Jan-16 11:17 
Not so much in this instance. For the above example, the IProperty object also includes a definition class which already has a MaxLength field, along with other database specific information, which is the size of the database field. I used that size first on text fields but noticed that some fields were getting extra empty characters appended to the end of the text to fill the size of the field, so I stopped using it. If I understand correctly, I should be passing the length of the data to the SqlParameter. The extra overhead I was referring to was casting the IData object to it's appropriate type (boxing and unboxing overhead) then getting the length from string.Length or byte[].Length. Trying to weigh which overhead has greater impact, code conversion or database query plans.
if (Object.DividedByZero == true) { Universe.Implode(); }

GeneralRe: SQL Server Query Plan Cache Behavior Pin
Jörgen Andersson29-Jan-16 11:42
professionalJörgen Andersson29-Jan-16 11:42 
GeneralRe: SQL Server Query Plan Cache Behavior Pin
Foothill29-Jan-16 12:51
professionalFoothill29-Jan-16 12:51 
Questiondata base and data mining Pin
mohammed.alchalabee28-Jan-16 7:48
mohammed.alchalabee28-Jan-16 7:48 
QuestionRe: data base and data mining Pin
ZurdoDev28-Jan-16 8:48
professionalZurdoDev28-Jan-16 8:48 
AnswerRe: data base and data mining Pin
Eddy Vluggen29-Jan-16 2:12
professionalEddy Vluggen29-Jan-16 2:12 
QuestionSqlconnection Pin
Member 1228733728-Jan-16 4:13
Member 1228733728-Jan-16 4:13 
Answer[REPOST] Sqlconnection Pin
Richard Deeming28-Jan-16 4:27
mveRichard Deeming28-Jan-16 4:27 
GeneralElvis Cristobal Pin
Member 1176371525-Jan-16 7:57
Member 1176371525-Jan-16 7:57 
SuggestionRe: Elvis Cristobal Pin
Richard Deeming25-Jan-16 8:37
mveRichard Deeming25-Jan-16 8:37 
QuestionDatabase Migration and Sync from MS SQL to mySQL Pin
NickPace22-Jan-16 10:33
NickPace22-Jan-16 10:33 
AnswerRe: Database Migration and Sync from MS SQL to mySQL Pin
Eddy Vluggen22-Jan-16 11:17
professionalEddy Vluggen22-Jan-16 11:17 
AnswerRe: Database Migration and Sync from MS SQL to mySQL Pin
jschell22-Jan-16 14:14
jschell22-Jan-16 14:14 
AnswerRe: Database Migration and Sync from MS SQL to mySQL Pin
Mr.Roga23-Jan-16 21:29
Mr.Roga23-Jan-16 21:29 
QuestionAccessing SQL server w/Oracle SQL Developer Pin
Member 1228129922-Jan-16 6:19
Member 1228129922-Jan-16 6:19 
AnswerRe: Accessing SQL server w/Oracle SQL Developer Pin
Eddy Vluggen22-Jan-16 7:02
professionalEddy Vluggen22-Jan-16 7:02 
Questionaccess data base Pin
mohammed.alchalabee21-Jan-16 10:39
mohammed.alchalabee21-Jan-16 10:39 
AnswerRe: access data base Pin
Corporal Agarn22-Jan-16 0:40
professionalCorporal Agarn22-Jan-16 0:40 

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.