Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database servers scripting
Message
From
16/07/2003 17:21:02
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00810825
Message ID:
00810846
Views:
14
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>Do you know, what does it mean Database servers scripting? I am running out of time (need to answer 20 questions till tomorrow). The question states:
>In the WEB development environment define the term scripting. Give examples and explain how scripting is used in both web servers and database servers.
>=======================
>
>For web servers I assume, I need to talk about server-side scripting, but what exactly is database servers scripting? I am not sure.

The question is not well formulated, IMHO. If you talk about Web development you have both client and server side scripting.

Database scripting is another issue and not necesarily related to Web development (although it is usual that both collaborate). Basically, database server scripting is the way to programatically manipulate data and database objects (tables structures, triggers, stored procedures, views, UDFs, etc).

You write scripts (or in the case of SQL server, you can make the Enterprise Manager to generate them for you) to alter or create those objects, or to process data.

I think the question is quite misleading.

Hope this helps,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform