DCSIMG
Data Dude,Development - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Data Dude » Development (RSS)
אז מה חדש ב–TFS 11
Tweet מהרגע שחזרתי מכנס Build לקוחות שואלים אותי מה מחכה להם בגרסא החדשה של Visual Studio 11 ו – TFS 11? קצת היסטוריה – בעבר חברות רכשו מספר רב של כלים עבור כל תפקיד ייעודי בחברה, לאנשי פיתוח – Visual Studio, לאנשי בדיקות Quality Center ועוד כלים לאוטומציה, מנהלים עבדו עם Excel או MS Project ועוד ועוד כלים, הבעיה שלא היתה אינטגרציה ושיתופיות מלאה בין הכלים, מה שגרם לקשיים לא קטנים בתקשורת ובמעקב אחרי התהליך. ב – 2005 מיקרוסופט הוציאה לאוויר העולם את Team System כמוצר נפרד מ – Visual Studio שהיה חידוש...
Cannot Create Database Project - Cannot load file or assembly "Microsoft.SqlServer.Management.SqlParser"
CodeProject Couple of days ago I’ve format my computer, a fresh start . Today I tried to open a Database project I’m working on and I got the following error message: Of course I’ve installed SQL 2008 + with Management Studio and all the other things coming with Visual Studio 2010, but I did make some changes to the 2008 R2 installation… I wanted to remove the Default SQL Express coming with Visual Studio and install the complete suite. During this process I’ve removed several SQL installations from...
Implementing a WIX installer that calls the GDR version of VSDBCMD.EXE
Implementing a WIX installer that calls the GDR version of VSDBCMD.EXE   Duke Kamstra just post a great article about WIX and DB Dude. One of the cool things that shipped with the Visual Studio Team System 2008 Database Edition GDR (aka the GDR) is the command line utility VSDBCMD.EXE . By using this utility, you can take the artifacts created by building a Database Project and deploy them to a database instance. If the database doesn’t exist on the instance of SQL Server, it will be created...