Tangra Inc.
  • HOME
  • SERVICES
  • PRODUCTS
  • BLOG
  • CONTACT US
  • Search
  • Menu Menu
  • The Wisdom of the Geeks

    Random Ramblings About Technology

Plamen Ratchev

Passing a Variable to an IN List

February 28, 2007/7 Comments/in SQL Server/by Plamen Ratchev

Every once in a while there is a need to do something like this: SELECT person_id, person_nameFROM MyUsersWHERE person_id IN (@search_list); And @search_list contains some form of a delimited list. However, this is not a supported syntax and will fail. Here is one solution to this problem: — Create the test tableCREATE TABLE MyUsers ( person_id […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2007-02-28 13:35:002017-02-11 08:03:28Passing a Variable to an IN List
Plamen Ratchev

SQL Server 2005 Service Pack 2

February 22, 2007/5 Comments/in SQL Server/by Plamen Ratchev

The long awaited SQL Server 2005 SP2 is released! This is important for a few reasons, not the least of which that Vista requires SP2 to run SQL Server. It is an all inclusive service pack, which means it includes everything from service pack 1. The installation requires 1.9 GB of disk space available to […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2007-02-22 08:52:002017-02-11 08:03:59SQL Server 2005 Service Pack 2
Plamen Ratchev

SQL Server 2005 Compact Edition

February 19, 2007/0 Comments/in SQL Server, sql server compact/by Plamen Ratchev

While using SQL Server Compact Edition for mobile applications makes perfect sense, using it for regular desktop applications may not be the best choice. Here is a summary of pros and cons of using the Compact Edition with desktop applications. Pros: – Very small footprint (only 7-8 DLLs needed, no services installed, runs as in-process […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2007-02-19 11:24:002017-02-11 08:11:11SQL Server 2005 Compact Edition
Plamen Ratchev

Convert Tree Structure From Nested Set Into Adjacency List

February 15, 2007/5 Comments/in SQL Server/by Plamen Ratchev

Tree structures are often represented in nested set model or adjacency list model. In the nested set model each node has a left and right, where the root will always have a 1 in its left column and twice the number of nodes in its right column. On the other side the adjacency list model […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2007-02-15 21:11:002017-02-07 13:45:02Convert Tree Structure From Nested Set Into Adjacency List
Plamen Ratchev

DST 2007 and SQL Server

February 10, 2007/0 Comments/in SQL Server/by Plamen Ratchev

Beginning in 2007, daylight saving time (DST) will be extended in the United States. DST will start three weeks earlier on March 11, 2007, and end one week later on November 4, 2007. This results in a new DST period that is four weeks longer than previously observed. How that does affect SQL Server users? […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2007-02-10 23:38:002017-02-11 08:19:10DST 2007 and SQL Server
Peter Staev

Developing & deploying custom user controls in WPF

January 25, 2007/0 Comments/in .NET Framework, Custom User Controls, WPF, XAML/by Peter Staev

In WPF the development and deployment of custom user controls is similar to the development and deployment of user controls in ASP.NET. Let say that you have made a user control named MyUserCtrl1 in your main application project. In order to use this control in a Window you must first declare a namespace for it. […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Peter Staev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Peter Staev2007-01-25 12:47:002017-02-06 16:58:10Developing & deploying custom user controls in WPF
Page 15 of 17«‹1314151617›»

Categories

  • .NET Framework
  • best practices
  • Binding
  • books
  • CLR
  • Cryptography
  • Custom User Controls
  • Excel
  • LINQ
  • mobile
  • NativeScript
  • obfuscation
  • PASS
  • Security
  • Silverlight
  • SQL Server
  • sql server compact
  • SQLRally
  • SQLSaturday
  • WCF
  • WPF
  • XAML
  • XML

Archives

  • August 2018
  • June 2017
  • March 2017
  • February 2017
  • April 2016
  • March 2016
  • October 2011
  • May 2011
  • February 2011
  • January 2011
  • October 2010
  • August 2010
  • July 2010
  • February 2010
  • January 2010
  • August 2009
  • June 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007

SITE MAP

  • HOME
  • SERVICES
  • PRODUCTS
  • BLOG
  • CONTACT US
  • TERMS
  • PRIVACY

SEARCH

Copyright © 2025 Tangra Inc.
Scroll to top