Categories: MOSS 2007
Posted by
TK on
6/22/2008 1:44 AM |
Comments (0)
I had a requirement to show the top 3 of news listing on the home page with the option of having these links open up in a new window.
First read these 2 good articles
http://blogs.msdn.com/ecm/archive/2006/10/25/configuring-and-customizing-the-content-query-web-part.aspx
...
[More]
9a0e22ba-b41c-4e85-bdde-e833b670bc4f|0|.0
Row Constructors in SQL 2008
Let us delve into using Row Constructors
Two basic tables for test purposes
-- Customer
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[Customer]') AND type in (N'U'))
DROP TABLE [dbo].[Customer]
...
[More]
9de9d968-f993-4918-b7e5-435d4f3a0900|1|4.0
Developer centric SQL 2008 Features:
I am giving a walk through on developer centric features in SQL 2008. If you are interested to learn more about the new SQL 2008 features available for developers like Row constructors, HierarchyID and more, you can register on the link shown below:
...
[More]
f144bda5-a048-4ffd-833b-7cde4d428768|0|.0
Categories: TFS 2008
Posted by
TK on
6/9/2008 3:10 AM |
Comments (0)
Once TFS installed, the quickest way to validate it is working well is by creating a test Team project. You can use any existing templates (Agile/CMMI). Once the process is completed, try to view the Team project portal. Check SQL Reporting services for any errors.
After the intial steps are done...
[More]
0f5cf48b-f8b6-48ad-9591-06623d43c549|2|4.0
Categories: TFS 2008
Posted by
TK on
6/8/2008 4:10 PM |
Comments (1)
When you try to connect to TFS from VS 2008 after the initial setup, you may get the error message
TF31002: Unable to connect to this Team Foundation Server.
To fix the issue, check the Project Security settings on TFS Server. You need to ensure the domain acco...
[More]
d7c7a437-928a-4d1b-bf03-9298311a62d2|0|.0
When you try to create a new migration profile in MOSS 2007 which connects to MCMS 2002, you may get a sql connection issue.
This is due to the fact that SQL Server 2000 was not set to Mixed Mode. If it uses windows authentication mode only, the migration assistant in MOSS 2007 w...
[More]
9d0ea99a-7fb2-4f23-878e-ef33b0b595b4|0|.0