Skip to main content

Home/ Agency Oasis Developers/ Group items tagged sql server

Rss Feed Group items tagged

Douglas Couto

Download LINQPad - 0 views

shared by Douglas Couto on 15 Mar 10 - Cached
  •  
    "Tired of querying in antiquated SQL? Well, you don't have to! LINQPad lets you interactively query databases in a modern query language: LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Framework 3.5, and more: * LINQ to Objects * LINQ to SQL and Entity Framework * LINQ to XML * WCF Data Services & SQL Azure * LINQ to SQLite and MySQL Enterprise Server * Mindscape LightSpeed ORM * (Even old-fashioned SQL!)"
mgraber

Changing the default SQL Server backup folder - 1 views

  •  
    Changing the default SQL Server backup folder
  •  
    Changing the default SQL Server backup folder
Mark Ursino

Download details: Microsoft® SQL Server® 2008 Express - 1 views

  •  
    It's hard to find SQL Server 2008 Express files that are not R2 so here's the original DB
mgraber

SQL Server Session State Problems - SDN - 2 views

  •  
    "SQL Server Session State Problems"
Douglas Couto

The database principal owns a schema in the database, and cannot be dropped - Fix | JMJ... - 0 views

  •  
    "To change the DB_Owner to some another "Database Principal"; simply Drill Down to your Database in Sql Server Management Studio and further more Drill Down to your_DB_Name > Schemas > db_owner > right click > select properties. You would find the name of the "Database Principal" that you want to delete. Change this to some another "Database Principal"; for Example, to "dbo"."
Douglas Couto

Saving changes is not permitted (SQL Server 2008) - 0 views

  •  
    " When you design a table in a database and then try to make a change to a table structure that requires the table to be recreated, the Database Management Studio will not allow you to save the changes."
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).
Mark Ursino

SQL Server 2008 Connection String Samples - 0 views

  •  
    Samples of every connection string type for every driver
Mark Ursino

SQLServerPedia - 0 views

  •  
    Wikipedia for SQL Server
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'
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.
1 - 18 of 18
Showing 20 items per page