Posts
Sort by recent activity
Formatting Issue - Alignment of Equals Signs "=" on JOINs
Hello
I'm using SSMS17.1 with SQL Prompt 8.0.4.1638.
Either I'm missing something extremely obvious or you've got a usability issue with your new formatting styles: I can't find where to change the...
Red Gate IPN Service Not Releasing Locks on Directories
Hi
I started up VS 2010 by opening a .sln file from Explorer. I then closed that solution and opened up another one, did some work and did some interaction with TFS.
I left VS open and went back to...
Problem with Initial Static Data Check-In
With my initial static data check-in, no data could be found to update another database with. I'm using SVN.Steps to reproduce:
Database CPU is under source control.
Select static data from tables...
How do I Specify Where the Snippets Should be Stored?
I'm trying to change the location of where the snippets are stored, but I can't seem to find where to do that.
The default location is C:\Documents and Settings\YourUserName\Local Settings\Applicat...
SQL Prompt 5 and Visual Studio 2010
Hi
Is SQL Prompt 5 supposed to show up in VS2010? It is displaying the SQL Prompt 5 menu in my VS2010 Premium installation.
Thanks
Create a New SP with Informational Headers & TRY/CATCH Block
Snippet: cspDescription: Create a new stored procedure with informational headers and a TRY/CATCH block.Code:
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- ===================================...
Error Committing a New Database - Unexpected Token 'PAGE'
I'm adding a database to source control for the first time. I'm getting the following error:
Failed to update:
#oEc.#8Jf: Errors occured whilst parsing file C:\Documents and Settings\xxxx\Local Set...