how toakeg develop project as a complete pak
-
2 mai 2012 07:34
Hi
I have created some application and i need some tables to get created autometicali in database like sql server or oracal when some body install it .
So i don't have any idea how can i do that ?
Toate mesajele
-
2 mai 2012 07:55
1. At first launch - check if the database contains needed tables.
2. If not - run SQL 'CREATE TABLE ...'
- Propus ca răspuns de Konrad NeitzelMicrosoft Community Contributor 2 mai 2012 08:50
- Marcat ca răspuns de Bob ShenMicrosoft Contingent Staff, Moderator 17 mai 2012 08:02
-
2 mai 2012 09:04
In addition to what cicatrixx replied (which is more or less the core thing I would describe as "simply do it yourself in your code"), I want to point you to http://msdn.microsoft.com/de-de/data/tools.aspx .
You will find the database project possibilities there and the MSDeploy or SqlPackage tools are described at http://msdn.microsoft.com/en-us/library/hh531248(v=vs.103).aspx .
With kind regards,
Konrad
- Editat de Konrad NeitzelMicrosoft Community Contributor 2 mai 2012 11:49
- Propus ca răspuns de DirkStrauss 2 mai 2012 11:53
- Marcat ca răspuns de Bob ShenMicrosoft Contingent Staff, Moderator 17 mai 2012 08:02
-
2 mai 2012 11:41
Hi Konrad. The links you posted seem to be wrong. For the MSDeploy with dbSqlPackage, see this link: Using MSDeploy with dbSqlPackage Provider
I cant find the correct URL to your first link either.
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. This helps us build a healthy and positive community. Happy programming!
- Marcat ca răspuns de Bob ShenMicrosoft Contingent Staff, Moderator 17 mai 2012 08:02
-
2 mai 2012 11:51
Ohh ... thank you for telling me. The problem was, that the forum included the "." to the url (The links was created by the webbased editor and now I edited my posting and added a space between the link and the dot.
With kind regards,
Konrad