Questions tagged [datadude]

Data Dude is another name for Visual Studio 2008 Database Projects. These have been replaced by SQL Server Data Tools (SSDT) and the SQL Server Project type in Visual Studio 2012.

Data Dude is another name for Visual Studio 2008 Database Projects. These have been replaced by SQL Server Data Tools (SSDT) and the SQL Server Project type in Visual Studio 2012.

For more details see: http://blog.navantis.com/ssdt-vs-data-dude-part-1/

33 questions
0
votes
1 answer

Visual Studio DB GDR2 - Can I deploy to a File without SysAdmin Privleges?

I have a Data Solution that has a Database Project and a Server Project. I want to deploy to an SQL Script. I don't want to have to have SysAdmin privileges on the SQL Server (SQL 2008). Is there a way to do this? I really don't want to set any…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
-1
votes
2 answers

VSDBCMD vs. SQLCMD

Which is a better option for deploying databases VSDBCMD or SQLCMD when using a database project (VS 2010). Is there any major drawback other than the defaulted variables (databasename, datapath and logpath)?
-1
votes
1 answer

Looking for a good "create" database scripting tool (not diff scripting)

I'm looking for a db script tool which can do the following: Create "create-scripts" for each table in the database and place them in separate files. Note: these files should not contain relational constraints. Create scripts for relational…
Marius
  • 9,208
  • 8
  • 50
  • 73
1 2
3