|
yb2 -> RE: Suggestions? (5/7/2006 11:09:49)
|
quote:
Also I assume that the Server Express goes on the server and the Management Studio goes on my development machine, correct? Is your development machine a dummy of the main server? If so, I'd put Express on the dev machine with Management Studio, and put Express on the main server too. Then build your database on the dev machine, and when you are ready to let it go into the world detach it from the dev machine, move the detached file to the server, and attach it. Read this on how to attach/detach using the Object Explorer in Management Studio http://msdn2.microsoft.com/en-US/library/ms190209.aspx This is some stuff on adp and setting it up. It refers to SQL 2000 all the way through but it should work with 2005 - not that I've tested it myself! http://office.microsoft.com/en-gb/assistance/HP052731031033.aspx I just tested it, and it worked. I picked File > New, then Project using new data... from the sidebar. Name the file and save it where you like. Then a wizard starts, fill out the fields, click Next and Finish and it's done. Having said all that, Management Studio is very nice too, and you can do everything you want from there, so perhaps you don't need adp after all?
|
|
|
|