Skip to main content

Home/ Agency Oasis Developers/ Group items tagged sql

Rss Feed Group items tagged

1More

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).
1More

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.
1More

CASE (Transact-SQL) - 0 views

  •  
    case
1More

bcp Utility - 0 views

  •  
    queryout
1More

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'

MSDN - 0 views

1More

NHibernate for .NET - 1 views

  •  
    .NET ORM
1More

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.
1More

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.
1More

Multiple Ways to do Multiple Inserts - 0 views

  •  
    Use Batch Update of ADO.NET 2.0 DataAdapter Object
1More

ConnectionStrings.com - 0 views

  •  
    Forgot that connection string? Get it here!
1More

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

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