Nintex

Nintex Connect
Metalogix
Metalogix
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts From April, 2012

  • RSS
  • Add To My MSN
  • Add To Windows Live
  • Add To My Yahoo
  • Add To Google

Statistics

  • Entries (119)
  • Comments (310)

SQL Converting NChar to NVarChar 

Posted by Vadim Tabakman Saturday, April 28, 2012 8:59:00 PM Categories: SQL
While designing a database using MSSQL, I inadvertantly left some fields using the default NChar data type. The downside to using this data type, is that you specify the max number of characters for that field and when you put text into it, it pads ... read more
 

Get Feature Name from ID 

Posted by Vadim Tabakman Monday, April 09, 2012 11:30:00 PM Categories: Feature SharePoint
I recently found some SharePoint log entries that pointed to a feature but only gave me an ID (guid).  Hunting around, I found the easiest way to figure out what feature it was, was to open SQL Management Studio.  Find the SharePoint database, in my ... read more
 
Copyright Vadim Tabakman