Guy Harwood
  • Home
  • LinkedIn
  • Stack Overflow Profile

Sql Server

A collection of 3 posts
Visual Studio

SQL71501: User has an unresolved reference to Login in Visual Studio 2012 Database Project

If you create application specific logins (which you should) then you are going to come across this error when trying to build your solution. UPDATE: 15th May 2013 - Jim commented a fix for this - "I have resolved this, it's quite simple to add the logins.
13 Dec 2012 1 min read
Visual Studio

Working with Visual Studio Database Projects

Visual Studio keeps a SQL file for each and every object in the database, and it can be cumbersome to have to maintain these manually, especially when working with tables. A more productive process is to have visual studio create a database locally for you, make your modifications in SQL
26 Oct 2012 4 min read
Visual Studio

Visual Studio 2012 - Generating SQL Data Inserts

Want to generate insert statements for a set of data in a SQL Server table? Open the table, and click the single script button... and out pops a batch of inserts, complete with IDENTITY_INSERT statements…
10 Oct 2012 1 min read
Page 1 of 1
Guy Harwood © 2025
Powered by Ghost