Click here to Skip to main content
15,905,229 members
Home / Discussions / Database
   

Database

 
QuestionHow to find a stored procedure by Author's HostName or LoginName Pin
Mphirana15-Sep-15 2:42
Mphirana15-Sep-15 2:42 
AnswerRe: How to find a stored procedure by Author's HostName or LoginName Pin
Eddy Vluggen15-Sep-15 4:51
professionalEddy Vluggen15-Sep-15 4:51 
AnswerRe: How to find a stored procedure by Author's HostName or LoginName Pin
CHill6015-Sep-15 7:02
mveCHill6015-Sep-15 7:02 
GeneralRe: How to find a stored procedure by Author's HostName or LoginName Pin
Eddy Vluggen15-Sep-15 8:08
professionalEddy Vluggen15-Sep-15 8:08 
AnswerRe: How to find a stored procedure by Author's HostName or LoginName Pin
Kornfeld Eliyahu Peter15-Sep-15 20:52
professionalKornfeld Eliyahu Peter15-Sep-15 20:52 
QuestionHow can i remove duplicate item from combobox with datasource? Pin
Member 1051522510-Sep-15 2:51
professionalMember 1051522510-Sep-15 2:51 
AnswerRe: How can i remove duplicate item from combobox with datasource? Pin
Eddy Vluggen10-Sep-15 3:28
professionalEddy Vluggen10-Sep-15 3:28 
QuestionMemSQL.. Explored yet? Pin
Schatak8-Sep-15 21:02
professionalSchatak8-Sep-15 21:02 
AnswerRe: MemSQL.. Explored yet? Pin
Eddy Vluggen8-Sep-15 23:20
professionalEddy Vluggen8-Sep-15 23:20 
AnswerRe: MemSQL.. Explored yet? Pin
Kornfeld Eliyahu Peter8-Sep-15 23:51
professionalKornfeld Eliyahu Peter8-Sep-15 23:51 
GeneralRe: MemSQL.. Explored yet? Pin
Schatak9-Sep-15 21:39
professionalSchatak9-Sep-15 21:39 
AnswerRe: MemSQL.. Explored yet? Pin
jschell11-Sep-15 12:14
jschell11-Sep-15 12:14 
QuestionC# DELETE FROM Parameter problem Pin
Magnus Vinterhav6-Sep-15 2:06
Magnus Vinterhav6-Sep-15 2:06 
AnswerRe: C# DELETE FROM Parameter problem Pin
Kornfeld Eliyahu Peter6-Sep-15 2:21
professionalKornfeld Eliyahu Peter6-Sep-15 2:21 
Questionjava Pin
Member 119613805-Sep-15 0:23
Member 119613805-Sep-15 0:23 
SuggestionRe: java Pin
Richard MacCutchan5-Sep-15 0:41
mveRichard MacCutchan5-Sep-15 0:41 
SuggestionWhat should be the choice.. MongoDB or Sql Server? Pin
Schatak2-Sep-15 18:40
professionalSchatak2-Sep-15 18:40 
GeneralRe: What should be the choice.. MongoDB or Sql Server? Pin
CHill603-Sep-15 5:53
mveCHill603-Sep-15 5:53 
GeneralRe: What should be the choice.. MongoDB or Sql Server? Pin
Schatak3-Sep-15 20:22
professionalSchatak3-Sep-15 20:22 
GeneralRe: What should be the choice.. MongoDB or Sql Server? Pin
jschell11-Sep-15 12:28
jschell11-Sep-15 12:28 
GeneralRe: What should be the choice.. MongoDB or Sql Server? Pin
Eddy Vluggen3-Sep-15 8:23
professionalEddy Vluggen3-Sep-15 8:23 
Schatak wrote:
I am going to start a big construction project with MVC. I am confused about Db
choice.
I would recommend postponing the choice.

Schatak wrote:
Although worked with SQL server from past 5 years. but now thinking to use
MongoDB.
They are not the same, and one would perform poor in the area where the other excells. SQL Server would be preferred for relational data, especially if you are on a Microsoft stack.

I cannot determine whether or not MongoDB supports SQL92. It would be nice to know, since;
  • You could postpone the choice of which database-class to use by programming against the IDbConnection interface.
  • Inject any database-driver in there
  • And if you keep your SQL compatible with SQL92, then any database supporting the standard could be used.
SQL92 is not as rich as the Sql dialect of the server, but it does offer the advantage to swap out the database entirely, simply by changing the configuration.

..but in general, you take risks in small and simple projects; it would be very not fun if you had to make a lot of changes in a very large project after some months of work, and breaking it in the process.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: What should be the choice.. MongoDB or Sql Server? Pin
Jörgen Andersson3-Sep-15 9:14
professionalJörgen Andersson3-Sep-15 9:14 
GeneralRe: What should be the choice.. MongoDB or Sql Server? Pin
Eddy Vluggen3-Sep-15 10:08
professionalEddy Vluggen3-Sep-15 10:08 
GeneralRe: What should be the choice.. MongoDB or Sql Server? Pin
Jörgen Andersson3-Sep-15 9:16
professionalJörgen Andersson3-Sep-15 9:16 
GeneralRe: What should be the choice.. MongoDB or Sql Server? Pin
Schatak3-Sep-15 20:30
professionalSchatak3-Sep-15 20:30 

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.