Skip to main content

Home/ Agency Oasis Developers/ Group items tagged sql

Rss Feed Group items tagged

Douglas Couto

How to Fix "PageHandlerFactory-Integrated" bad module "ManagedPipelineHandler in IIS7 - 0 views

  •  
    Apparently, the reason I was recieving the Internal Server error message was that I had installed SQL Server 2008, after installing Visual Studio 2010, and because of this it corrupted the IIS Machine level configuration files ("If you install VS2010 and then install VS2008 and VS2008 SP1, the configuration files for ASP.NET in IIS only include about 1/2 of the correct .Net 4.0 configuration sections." read more here).
Douglas Couto

Alexey Rusakov on Sitecore development - Fast Query - 0 views

  •  
    Fast Query is an exciting Crestone feature that is usually off the marketing radar. It is a subset of Sitecore Query that executes with SQL speed, meaning fast.
mgraber

CASE (Transact-SQL) - 0 views

  •  
    case
mgraber

bcp Utility - 0 views

  •  
    queryout
Mark Ursino

Remove SQL Server database from single-user mode - 0 views

  •  
    STEP1: select d.name, d.dbid, spid, login_time, nt_domain, nt_username, loginame from sysprocesses p inner join sysdatabases d on p.dbid = d.dbid where d.name = 'YOURDBNAME' STEP 2: kill STEP 3: exec sp_dboption 'YOURDBNAME', 'single user', 'FALSE'
mgraber

MSDN - 0 views

Mark Ursino

NHibernate for .NET - 1 views

  •  
    .NET ORM
Mark Ursino

NHibernate - 0 views

shared by Mark Ursino on 04 Dec 09 - Cached
  •  
    NHibernate is a mature, open source object-relational mapper for the .NET framework. It's actively developed , fully featured and used in thousands of successful projects.
Mark Ursino

MyDB Studio: Simplify your MySQL admin ! (Best MySQL front end) - 0 views

  •  
    MyDB Studio is a complete collection of powerful tools for MySQL Server administration.
Mark Ursino

Multiple Ways to do Multiple Inserts - 0 views

  •  
    Use Batch Update of ADO.NET 2.0 DataAdapter Object
Mark Ursino

ConnectionStrings.com - 0 views

  •  
    Forgot that connection string? Get it here!
mgraber

Exporting Data Programatically with bcp and xp_cmdshell - SQLTeam.com - 0 views

  •  
    queryout
‹ Previous 21 - 39 of 39
Showing 20 items per page