ObjectSharp

The leading provider of Developer Services in Canada for the Microsoft .NET Platform.
Welcome to ObjectSharp Sign in | Join | Help
in Search

Browse by Tags

All Tags » Home » SQL Tips   (RSS)
  • Visual Studio and SQL Server 2008 Conflicts

    I'm just passing along some information that has been making the rounds (I found it on Guy Burstein's blog). If you attempt to install SQL Server 2008 on a machine that has Visual Studio 2008 installed, it will fail. The requirement is to have VS 2008 SP1 installed, an update that is still about a week away from release. And you need the 'real' ...
    Posted to Bruce Johnson's SOA(P) Box (Weblog) by bruce on August 11, 2008
  • SQL CLR Configuration - A Head Slapping Moment

    This post is basically a reminder to a future me. The client I'm working with right now (basically an ISV) is using SQL Express as part of their project. And included in their database are a number of CLR stored procedures. In other words, the stored procedures are written in C#. While a little unusual, this is not particularly extraordinary. The ...
    Posted to Bruce Johnson's SOA(P) Box (Weblog) by bruce on August 5, 2008
  • ORA-01008 Not All Variables Bound error

    I have recently had the opportunity to work (once again) with Oracle. Specifically, I had to create a mechanism that would, based on configurable settings, update either a SQL Server or an Oracle database. In and of itself, this is not particularly challenging. Not since ADO.NET implemented a provider model using the Db... classes that are part of ...
    Posted to Bruce Johnson's SOA(P) Box (Weblog) by bruce on July 28, 2008
  • Decrypting Stored Procedures

    As part of work that I was doing recently, I had to generate the creation script for a SQL Server database. While running through the Generate Script task in Management Studio, I received an error that indicated that the stored procedure was encrypted. Never having running into encrypted stored procedures before, I was a little surprised. It turns ...
    Posted to Bruce Johnson's SOA(P) Box (Weblog) by bruce on January 24, 2007