Welcome to Dream.In.Code
Getting Help is Easy!

Join 132,065 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,138 people online right now. Registration is fast and FREE... Join Now!




Database tutorial requests?

 
Reply to this topicStart new topic

Database tutorial requests?

PsychoCoder
post 9 Feb, 2008 - 10:16 PM
Post #1


using DIC.Core;

Group Icon
Joined: 26 Jul, 2007
Posts: 8,914



Thanked 117 times

Dream Kudos: 8475

Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions


If there is a topic you'd like to see covered in either SQL Server or mySQL then put your request here.
User is online!Profile CardPM

Go to the top of the page

capty99
post 9 Feb, 2008 - 10:42 PM
Post #2


the real kya

Group Icon
Joined: 26 Apr, 2001
Posts: 9,124



Thanked 15 times

Dream Kudos: 550
My Contributions


i'd be interested but i only do the basic calls and sets to them so i don't even know what else is out there.... i'm a big fan of snippets.
User is online!Profile CardPM

Go to the top of the page

Footsie
post 10 Feb, 2008 - 03:40 AM
Post #3


D.I.C Regular

Group Icon
Joined: 20 Sep, 2007
Posts: 303



Thanked 4 times

Dream Kudos: 50
My Contributions


In MySQL maybe a tutorial on granting "Priveleges", I think you have to work with the Grant tables or something.

This is one of the next things I have to research for a small project I'm busy with. I think a tutorial would help a lot.

Thanks for asking! wink2.gif


User is offlineProfile CardPM

Go to the top of the page

SamIsMe
post 17 Feb, 2008 - 05:39 AM
Post #4


New D.I.C Head

*
Joined: 9 Feb, 2008
Posts: 8


My Contributions


Hopefully this is where I need to put this...I am probably even less than a beginner when it comes to any kind of programming and maybe this forum is to advanced for me, but I have been searching through all the tutorials here tring to find out how to build a shopping cart eor a web site I am building. Everything I have found just confusses me, so I was wanting to know if anyone had a suggestion as to a book i could buy or if there is something at this forum that I miss please let me know. Please take into consideration I have no idea what I am doing. Thanks.
User is offlineProfile CardPM

Go to the top of the page

RodgerB
post 26 Apr, 2008 - 04:32 PM
Post #5


D.I.C Lover

Group Icon
Joined: 21 Sep, 2007
Posts: 2,126



Thanked 15 times

Dream Kudos: 2200

Expert In: Dot Net Technologies

My Contributions


Preventing SQL Injection in MySQL and SQL Server with a variety of languages with examples on removing its abilities. I'm still a beginner in Databases and I think it would be good to be safe with SQL before I delve into using it.

I know there is a tutorial in the PHP section, I just don't think it would be a very effective method in an enterprise application.
User is offlineProfile CardPM

Go to the top of the page

myra
post 27 Apr, 2008 - 04:23 AM
Post #6


New D.I.C Head

*
Joined: 4 Apr, 2008
Posts: 25


My Contributions


It would be good if the functions and examples of more challenging SQL queries(Eg. nested joins, aggregate functions, etc.) are included in the tutorial. Explanation on the Relational Model would also be useful for beginners like me smile.gif
User is offlineProfile CardPM

Go to the top of the page

jens
post 10 May, 2008 - 05:50 AM
Post #7


D.I.C Head

Group Icon
Joined: 9 May, 2008
Posts: 85



Thanked 2 times

Dream Kudos: 150
My Contributions


Hi!

I'd really like a tutorial on how to handle creation and updating of many-to-many relationships. E.g. student-student_klasses-klasses or name-name_phone-phone (one person has several phone numbers, one number leads to several persons.

To me personally SELECT isn't a problem but how do I update or insert? I write the name to names, then I write the phone number - if not already there - to phone numbers, but how do I know what to write in the name_phone table?

I think this whole business with inserting and/or updating tables in many-to-many relations would benefit from a good tutorial. Also; how do I handle constraints during update and/or insert?

Regards
Jens
User is offlineProfile CardPM

Go to the top of the page

jens
post 10 May, 2008 - 05:59 AM
Post #8


D.I.C Head

Group Icon
Joined: 9 May, 2008
Posts: 85



Thanked 2 times

Dream Kudos: 150
My Contributions


Hi (again)!

One other tutor I'd like to see is something about transaction handling in SQL server. How do I implement start transaction, rollback, commit? How do I handle it from VB.NET? How do I turn it on? (Seems that SQL Express doesn't require transaction handling by default)

In this tutorial (or another) I'd like to see somthing about different methods of locking, locking tables versus rows in multi user systems. And how do we handle deadlock situations?

And while we're at it, how about some philosophy on what kinds of transaction handling there are and why one is better than another in certain situations?

Regards
Jens
User is offlineProfile CardPM

Go to the top of the page

PsychoCoder
post 10 May, 2008 - 06:13 AM
Post #9


using DIC.Core;

Group Icon
Joined: 26 Jul, 2007
Posts: 8,914



Thanked 117 times

Dream Kudos: 8475

Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions


@jens: Give me some time and Ill see what I can come up with. I'm kind of swamped at work right now but when I get a free moment Ill work on something along these lines smile.gif
User is online!Profile CardPM

Go to the top of the page

PsychoCoder
post 22 May, 2008 - 07:08 AM
Post #10


using DIC.Core;

Group Icon
Joined: 26 Jul, 2007
Posts: 8,914



Thanked 117 times

Dream Kudos: 8475

Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions


There is a new MSSQL Tutorial Available


User Defined Functions In MSSQL


Happy reading smile.gif
User is online!Profile CardPM

Go to the top of the page

linuxunil
post 16 Jun, 2008 - 05:55 PM
Post #11


New D.I.C Head

Group Icon
Joined: 7 Mar, 2006
Posts: 46



Thanked 2 times

Dream Kudos: 125
My Contributions


I would like to see a couple that are not mssql or mysql, maybe postgresql or sqlite. Basics maybe even the differences in them from more main stream like mssql or mysql.
User is offlineProfile CardPM

Go to the top of the page

jens
post 12 Nov, 2008 - 02:27 PM
Post #12


D.I.C Head

Group Icon
Joined: 9 May, 2008
Posts: 85



Thanked 2 times

Dream Kudos: 150
My Contributions


A toddlers guide to stored procedures in MSSQLserver?

A little somthing about how to add a user to MSSQLserver and change what tables (s)he can use? Bonus: By using SSMSE.

/Jens
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/21/08 07:14AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month