Forum Moderators: open

Message Too Old, No Replies

Using MSSQL Server

begginer wants to know how to develop sites with MS SQL

         

a2web

5:26 pm on Aug 24, 2005 (gmt 0)

10+ Year Member



Hello all,
Forgive me if this post is naive, but i really need help. i want to begin developing pages using MS SQL server and i don't know how. please can anyone help me with what is involved. Can a MS SQL daatbase be created on a client machine before uploading a site to the net?

thanks

bcolflesh

5:29 pm on Aug 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Time to start reading:

[microsoft.com...]

then maybe think about MySQL instead:

[mysql.com...]

Easy_Coder

5:56 pm on Aug 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can a MS SQL daatbase be created on a client machine before uploading a site to the net?

Yes it can. You can make a backup copy and load that or you can transfer data with DTS or you can look into replication to keep things in snych.

Have you already installed SQL Server? If so make sure you get familier with Books Online which contains all of the documentation.