TFS, Visual Studio, SQL Server, BizTalk, SharePoint, .Net, and more ...
January 2006 - Posts
-
This may seem trivial but interesting. In the world of compliance with XHTML 1.0 the best approach I have found to the nowrap attribute is in CSS white-space attribute, examples ... <td style="white-space: nowrap;"> <a style="white-space: nowrap;"> Read More...
|
-
Just thought I would jot down some interesting information I ran across while trying troubleshoot securing down SQL Server 2005. Symptoms: TDSSNIClient initialization failed with error 0x7e, status code 0x60. TDSSNIClient initialization failed with error Read More...
|
-
Did you know that you can drag your Outlook file attachment directly into Sharepoint? It is straightforward with a few exceptions. Here are the steps: Open your SharePoint site Select the Document Library to store the file Select the "Explorer View" of Read More...
|
-
With SQL Server 2005 a new concept was introduced ... varchar(MAX) and nvarchar(MAX). This allows the rich features of varchar functions without the practical limits from previous SQL versions. I ran across this when I was trying to secure fields in a Read More...
|