|
|
Browse by Tags
All Tags » tsbt-db » VS2008 » vsdbpro
Showing page 1 of 2 (15 total posts)
-
Per October 1st 2008 MSDN subscribers who own or buy a new Visual Studio Team System Developer license are entitled to also install the Visual Studio Team System Database Edition, and MSDN subscribers who own or buy a new Visual Studio Team System Database Edition license are entitled to install the Visual Studio Team System Developer ...
-
In today's press release titled: "Visual Studio 2010 and .NET Framework 4.0 Overview" we announced the merge of the Developer Edition and Database Edition SKU's.
Better Together – Visual Studio Team System Development Edition and Database Edition
In recognition of the increased need to ...
-
This is the last part of the 3 part diagnostics series. This part will introduce you to a little helper utility that I wrote to make configuring the diagnostics and tracing options a lot simpler and more accessible. As discussed in the previous two blog posts in this series: Diagnosing Problems and Event Monitor everything is controlled from the ...
-
In part 2 of diagnosing problems I want to introduce you to an other build-in diagnostics tools that we might ask you to run with tracking down problems, the "event monitor". The event monitor is one of those tools that we use during development of the product for troubleshooting problems during development.
Enabling the Event ...
-
How to diagnose problem inside Visual Studio Team System Database Edition is the subject for this blog post. When the product does not behave as expected we might ask you to create a trace of the activity that you are performing and send us the resulting log file. Build-in Tracing VSDB ships with build-in tracing functionality. We ship a ...
-
In case you are coming to the Developer edition of Tech·Ed next week, we have a lot of exiting things for you. As you can see below there are many sessions, hosted in both the developer and database tracks. Breakout sessions, chalk talks, panel discussions and hands-on lab, all covering Visual Studio Team System Database Edition.
It all ...
-
The reference projects needed to resolve objects that reside inside an MSDB database have been posted on the MSDN Code Gallery site.
You can find them on: http://code.msdn.microsoft.com/dbpromsdbsamples
We did not post .dbmeta files but stub projects, because .dbmeta files require the collation to match with your environment. This would result ...
-
VSTS-DB, both the 2005 and 2008 version, makes an assumption with regards to database compatibility levels, which can cause problems in certain use cases. The assumption is that the DesignDB instance used for validation of the schema inside the project is set to a 80 compatibility level when using a SQL Server 2000 project and to 90 when ...
-
This months issue of MSDN Magazine features a great article about how to use and extend Database Unit Testing written by Jamie Laflen who is the developer and tech lead in my team responsible for Database Unit Testing, Data Generation, SQL Code Coverage and Build & Deploy. So this information comes straight from the source!
Check out: ...
-
Lately we have been getting questions about self-referencing database calls. What I mean with that is that you are referencing SQL objects using a 3-part name while referencing objects that reside inside your current database context.
For example: 1: use Northwind 2: go 3: 4: SELECT * FROM Northwind.dbo.Categories 5: go
Just ...
1
|
|
|