Re: Anyone tried the design templates from MSDN?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Ooops I forgot. You also need to attach that database file that is in
the APP_DATA folder to Sql Server as well. This is one way sql server
can use that database in its current location. Or, you can copy the
..mdf and the .ldf files to SQL Server Data Directory which you can find
in Program files, Sql Server, 80 folder and data directory (I think
this is it), then you need to run a stored proc to attach the database
passing in the database name and file path. See this article for
further reference

http://databasejournal.com/features/mssql/article.php/2224361

.



Relevant Pages

  • Re: Backup still not working
    ... So you may try to rebuild the RSM database if the ... > rename the existing files in this folder to a .old file extension, ... > this time unchecks "First Storage Group" under Microsoft Exchange Server. ... > 1) Open SQL Server Enterprise Manager. ...
    (microsoft.public.windows.server.sbs)
  • Re: Build
    ... As Kalen already mentioned, there is no such thing "build" in SQL Server, that term is must be about "Building a Project or Solution in Visual ... here you are talking about a specific application which seems to need more than one database and noone here except for you knows about the sample application you are working on now. ... From what I've learned, there are actually several databases that exist for every "solution", located in the output folder and project folders. ... If you can explain what you mean by "build" and some examples of what files you refer to then we might be able to add some... ...
    (microsoft.public.sqlserver.setup)
  • Re: Build
    ... SQL Server 2005 Express ed starter kit, ... But the sample database ... located in the output folder and project folders (bin/debug folder and the ... you refer to then we might be able to add some... ...
    (microsoft.public.sqlserver.setup)
  • Re: register database
    ... MSDE will not come up with normal tools graphical tools. ... This will go go to a sql prompt, there execute the sp_attach_db to attach ... This will attach the database to sql server. ...
    (microsoft.public.sqlserver.server)
  • Re: Split Mirror backup and restores
    ... Well the minute you attach the mdf and ldf files, ... to the native attach/detach within SQL Server ... We will using the flashsnap plugin to do full database ...
    (microsoft.public.sqlserver.server)