Posts
Sort by recent activity
Scheduled backups are not placed in individual folders
Hey there,
On my Server Options screen I have the "File name format" define as...
<DATABASE>\<DATABASE>_<TYPE>_<DATETIME yyyymmdd_hhnnss>
But my schedules backups are not placed in a folder per dat...
Cannot access network folder
I just installed SQL Backup v6.5 and I cannot backup to a network folder or copy to a network folder. The share is on a remote server and everyone has full access (just trying to get it to work). ...
Certain keywords are not capitalizing in Visual Studio 2010
Hello,
When I try to create a table in Visual Studio the data types and nullability keyword do not capitalize. I have the SQL Prompt setting to capitalize all reserved keywords and it works great i...
Persistent connections in Visual Studio
I find it very annoying that every time I open a file or switch files in Visual Studio I have to reconnect to the server in order to get the benefits of SQL Prompt. If I am modifying a database th...
GO capitalization issues
GO never seems to capitalize. If I type "g" and hit ENTER or TAB it capitalizes...but not if I type the word "go" and then hit ENTER. This is odd because it works with other keywords.
v4 formats this differently than v3
I recently upgraded to v4.0.3 from v3.9 and when SQL Prompt auto generates my insert statement it now does this...INSERT dbo.PortfolioServicingType ( PortfolioID, ServicingTypeID )
VAL...
DB Pro 2005: System.ArgumentException: Unable to create AST
I am trying to do a Schema Compare between my project and the dev database and VS 2005 crashes when it gets to the part "Comparing Databases". I can compare the test database to the dev database, ...
Doesn't capitalize keyword where
When I type a query such as this...
SELECT *
FROM sys.databases
where [name] = 'temp'
I will capitalize SELECT and FROM when I hit tab, but not WHERE. It also capitalizes GROUP B...
Feature Request: Customizable key words
I like the feature that capitalizes key words like SELECT or CREATE, but there are a lot of words that it doesn't auto complete or capitalize. I would like the ability to add my own words to a dic...
VS Error in Unit Tests
I get this error when I try to write a database unit test.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text...