SQL script

Chas17

Well-known Member
Joined
Oct 16, 2002
Messages
657
I have sql script which generates a table in sql server (2000-2008).

How do I run this script? Do I have to have an SQL server?
 
That's a SQL Server script alright, methinks.
Here's a link for SQL Server Express Management Studio (SSMSE) at MSDN ... it at least gives you an environment to view and administer a database (which also, btw, needs to be created before the tables are created). It's not a typical way for end users to interact with the data, but you can work directly with your data via SQL in management studio.
 
Upvote 0

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Thanks.
I thought I had downloaded all that already, clearly Microsoft has me confused and I must admit I do not know what I am doing with this. Color me stupid but Microsoft websites drive me batty.
Thanks for help but I am going to have to stop and do some reading, or get a MAC...

Chas
 
Upvote 0
I still get confused with the MSDN pages myself.

If you search at Amazon for SQL Server Express books, you'll find a number of books that get you started. Probably they have the same software on CD behind the back cover - more importantly, should be a general introduction to SQL Server.

Overall, you can make a distinction between SQL (a language used for interaction with relational databases), and an RDBMS, or relational database management system. SQL Server, Oracle, IBM, and so forth all provide tools for creating and managing databases - this is the part that tends to be a little different in each system, and also can be quite complex as it comprises everything related to storage management, users, network services, backup and restore, and so on, as well as enhancements to SQL for programming databases.

In other words, you need to know SQL (a basic tool for working with your data). And you need to know a little about the database system you are working with - in this case, SQL Server. The express editions are often much like the full-blown enterprise editions, but generally are limited to a smaller size (maybe 2-4 gigabytes). Nevertheless, they do get you up to speed pretty well though, and SQL Server Express is used by a beginners to pros alike.

Hope this helps,
Alex
 
Upvote 0
Thanks.
Will need to read up, entered new territory.
Thanks for reccomendations, I'll check out those books, etc.

Chas
 
Upvote 0

Forum statistics

Threads
1,225,415
Messages
6,184,851
Members
453,263
Latest member
LoganAlbright

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top