Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Starting SQL
Name: Helping2Yesica Date: July 16, 2006 at 15:55:29 Pacific OS: Windows XP Pro CPU/Ram: 2.6 GHz/ 256 RAM Product: Intel Celeron
Comment:
I would like to know which program could I install to make a sql db, if you have any link where I can download a program to star learning, tell me please the exact name of the program because I am new doing this stuff. Thank you so much.
Name: Jennifer SUMN Date: July 18, 2006 at 11:25:36 Pacific
Reply:
You would need SQL Server, which can be purchased from Microsoft.
Life is more painless for those who are brainless.
0
Response Number 2
Name: jhunt303 Date: July 19, 2006 at 01:19:09 Pacific
Reply:
SQL is, what I think, called a 4th generation language and is supported by pretty much all databases, I'm guessing cost may be an issue so take a look at mySQL and Oracle XE (http://www.oracle.com/technology/products/database/xe/index.html) and (www.mySQL.com) They both use basic SQL but the high level commands are slightly different.
0
Response Number 3
Name: OrionCA Date: August 2, 2006 at 12:42:23 Pacific
Reply:
SQL is not a Database: SQL is a tool you can use to manipulate data in a database. Almost all DB products support some type of SQL, some support the SQL standard more closely than others.
What you really need to do is decide what DB product you want to use for your application. A very small database can be maintained in Access which has both Visual Basic and SQL support. SQL Server is a high end (aka, "pricey") product used for large scale/high end databases containing terabytes of data. What I recommend for small-medium sized DBs is Visual Foxpro: It has just about every tool you can possibly imagine in its toolbox including SQL and Web support.
Summary: sir i did this by temporarily disconnecting the sql server by sc.exe and after backing up started sql server. the backup batch file is running well, but i think it is corrupting the database. what...
Summary: Hello, I just installed SQL Server 2005 Express, and am having trouble starting the Service for it. I accessed the SQL Server Configuration Manager, and the start mode for SQL Server(SQLEXPRESS) shows...
Summary: I have developed a few reports on SQL Server 2008+VS 2008 and deployed them to the SSRS built in reporting URL (http://servername/reports) During the report creation I have used SQL authentication for...