How would you get to this point. Do you have a reference that explains how to set up what you did before you created the database? I want to do this on an actual server. not a localhost. Thanks and God Bless.
@thirumalamohan I am assuming by your statement above that you are using mysql as your database engine and your sql scripts are written in t-sql or a derivative of an sql language. There are some differences between them mysql uses ASCII sql, Microsoft uses T-SQL, Oracle has a similiar language. Send me your script and I will see what I can do to help lead you in the right direction. my email is palmpredeveloper@gmail.com
@woofwoofbone Depends, if it is Microsoft Access, microsoft provides a free access to SQL converter. I use it all the time. Youtube will not allow me to put in urls - but Google - Microsoft Access to SQL Migration Tool and you will find it.
I'm a new student and using SQL Server 2008. When I click at dbo. SAMPLETABLE there don't have open table in the feature. What suggestion do you have to be able to open the table?
@MadStylezuk MySQL and MS SQL Express are both free, depends on your preference. MySQL will work fine, but uses a different interface to interact with the tables, also it is closer to ANSI SQL than MS SQL which is the Microsoft way. MySQL is open source and is used on more servers than Microsoft's SQL.
@leggos SQLite comes in different flavors. I use it when creating mobile software for the Palm Pre and Pixie. There is a plug-in for SQLite for the firefox browser which will allow you to create and manage SQLite stuff. But, the SQL command structure for creating a table depends on the environment you are using to create the tables.
Check your database table truncation means that your data being inserted into one of your fields is longer than allowed. For example if State is set to nvarchar(2) and you are entering in 3 characters, you will generate this type of error. Whenever you see the word truncated, that should trigger you to think, OH SOMETHING IS LONGER THAN ALLOWED. Hope that helps
Dr. King, great video. It has helped me a lot. At 8:15 when you right click the dbo., you get a menu with open table option. My version does not have this. Do you know how I can get mine to do this? I have SQL Server 2008.
It is pleased to see the sql tutorials here, thanks very much for your work, you r so kind to dedicate knowledge for people. BTW, do you upload the whole tutorial of SQL Server 2008, or just a few parts, if you have time, please upload all content, or important parts, please Mr King, I am really enjoying your video. Thanks again.
Sorry it took so long. I was on another project. No, the requirements are not too big. You can go to Microsoft's Web site and download the express version.
You are welcome. If you have additional questions let me know. I have a new phone the Palm Pre, I will answer pretty much in a matter of minutes if I am not in meetings
How would you get to this point. Do you have a reference that explains how to set up what you did before you created the database? I want to do this on an actual server. not a localhost. Thanks and God Bless.
Ibbignerd 1 month ago in playlist Uploaded videos
thx ..........................dear
thesouvikdk 2 months ago
Thanks for the good video. The mistakes add to a "real world" experience.
jaa546o 3 months ago
THANK U BRO
XoRr0WBi7ch 3 months ago
Thanks for the tutorial here. Made it alot easier to understand database creation. Kudos and probs bredda.
gregzyw123 4 months ago
i watch tutorial videos of SQL because our prof. is so boring and making it really boring and useless....
kj91gorre 5 months ago
Thanks a lot brother. Please upload some more tutorials/
liquidxblades 5 months ago
You are my savior when it comes to SQL...I really needed this video to help get me on track...THANX...I got an A....
nannoo28 8 months ago
herbert the pervert
rainbowcrak 8 months ago
you jackass, if you dont know what you'r talking about don't put up videos, or cut out the mistakes
guramika1 9 months ago
why do you have a 100 apps running at a time?
guramika1 9 months ago
you sound sad :( like your wife just left you or something....
Poohinc 10 months ago
goddam your voice is so boring!
chubbywank 1 year ago
ok so on the insert into what i am calling [Timeclock] i have a bad syntax somewhere....
insert into [TIMECLOCK] (name,date)
value('1','12/12/2012'
please help
-Kris
Bioh4zardGaming 1 year ago
@Bioh4zardGaming values not value
billaking 1 year ago
@Bioh4zardGaming ah got it thanks !!!
Bioh4zardGaming 1 year ago
@Bioh4zardGaming : This should work
insert into [TIMECLOCK] ([name],[date])
values('1','12/12/2012')
ChidiAbba 4 months ago
HOW do we insert a lot of data from a text file?
is there a way to do that .. maybe a video??/ :)
pcmatt2000 1 year ago
@pcmatt2000 Put a GO after each insert line
billaking 1 year ago
HOW do we insert a lot of data from a text file?
pcmatt2000 1 year ago
@pcmatt2000 Put the GO keyword after each insert string
billaking 1 year ago
This has been flagged as spam show
i having some .sql file.
i uploaded the this files to sql data base,but it showing one error,
"some tables are in mysql promt . plz change or execute in mysql"
plz give the commands for uploading the filesto mysql.plz
thirumalamohan 1 year ago
i having some .sql file.
i uploaded the this files to sql data base,but it showing one error,
"some tables are in mysql promt . plz change or execute in mysql"
plz give the commands for uploading the filesto mysql.
thirumalamohan 1 year ago
@thirumalamohan I am assuming by your statement above that you are using mysql as your database engine and your sql scripts are written in t-sql or a derivative of an sql language. There are some differences between them mysql uses ASCII sql, Microsoft uses T-SQL, Oracle has a similiar language. Send me your script and I will see what I can do to help lead you in the right direction. my email is palmpredeveloper@gmail.com
billaking 1 year ago
thank you so much for the video it is very clear
varma690 1 year ago
@varma690 You are very welcome.
billaking 1 year ago
I wonder if i can create a database of all my old records. Do you have to pay to store it on an sgl server?
woofwoofbone 1 year ago
@woofwoofbone Depends, if it is Microsoft Access, microsoft provides a free access to SQL converter. I use it all the time. Youtube will not allow me to put in urls - but Google - Microsoft Access to SQL Migration Tool and you will find it.
billaking 1 year ago
I'm a new student and using SQL Server 2008. When I click at dbo. SAMPLETABLE there don't have open table in the feature. What suggestion do you have to be able to open the table?
stankanz07 1 year ago
Hello DR William A King JR,
Do i need to Get Mysql Server to be able to make tables ect ?
Thank you in Advance
JT
MadStylezuk 1 year ago
@MadStylezuk MySQL and MS SQL Express are both free, depends on your preference. MySQL will work fine, but uses a different interface to interact with the tables, also it is closer to ANSI SQL than MS SQL which is the Microsoft way. MySQL is open source and is used on more servers than Microsoft's SQL.
billaking 1 year ago
i feel like i have played wow with some1 with the exact same voice. good video!
leeroyjenkins1234123 1 year ago
Thank you very much!
this video really helped me :)
ahmedsamy 1 year ago
Create a new table named ComputerSci of bookType CS with appropriate primary key and foreign key(s) containing the following columns:
bookCode, bookTitle, authorNumber, publisherCode, branchNumber, unitsOnHand
Data type of each column is same as in its parent table.
im having problems completing this query is anyone able to help me with how to create this TABLE On SQLite
leggos 1 year ago
@leggos SQLite comes in different flavors. I use it when creating mobile software for the Palm Pre and Pixie. There is a plug-in for SQLite for the firefox browser which will allow you to create and manage SQLite stuff. But, the SQL command structure for creating a table depends on the environment you are using to create the tables.
billaking 1 year ago
Boring!
eminemchu99 1 year ago
Check your database table truncation means that your data being inserted into one of your fields is longer than allowed. For example if State is set to nvarchar(2) and you are entering in 3 characters, you will generate this type of error. Whenever you see the word truncated, that should trigger you to think, OH SOMETHING IS LONGER THAN ALLOWED. Hope that helps
billaking 2 years ago
Dr. King, great video. It has helped me a lot. At 8:15 when you right click the dbo., you get a menu with open table option. My version does not have this. Do you know how I can get mine to do this? I have SQL Server 2008.
Thanks.
billduke23 2 years ago
It is pleased to see the sql tutorials here, thanks very much for your work, you r so kind to dedicate knowledge for people. BTW, do you upload the whole tutorial of SQL Server 2008, or just a few parts, if you have time, please upload all content, or important parts, please Mr King, I am really enjoying your video. Thanks again.
mingceliu 2 years ago
thank you so much for this vid. this'll be a great help, mr. king. just one question: are the requirements for installing it too big?
landlifter 2 years ago
Sorry it took so long. I was on another project. No, the requirements are not too big. You can go to Microsoft's Web site and download the express version.
billaking 2 years ago
i had problem with SQL ,i'am first year in high scholl and we have sql on lessons
thanks for help
NovacCky 2 years ago
You are welcome. If you have additional questions let me know. I have a new phone the Palm Pre, I will answer pretty much in a matter of minutes if I am not in meetings
billaking 2 years ago