Activity overview
Latest activity by Oliwa
I figured it out. You have to put the <DATABASE> tag on the folder and not the file. / comments
I figured it out. You have to put the <DATABASE> tag on the folder and not the file.
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...
petey wrote:
Does the SQL Backup Agent service startup account have rights to that network share?
Yes...everyone has access to that share. / comments
petey wrote:
Does the SQL Backup Agent service startup account have rights to that network share?
Yes...everyone has access to that share.
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). ...
Yes, my styles are set to UPPERCASE for all 3 options (keywords, functions, and types). This works fine in SSMS but not in VS.
I do not have those style options because I am using Standard Edition. / comments
Yes, my styles are set to UPPERCASE for all 3 options (keywords, functions, and types). This works fine in SSMS but not in VS.
I do not have those style options because I am using Standard Edition.
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...
I tried what you suggested and whenever I had very simple scripts the capitalization worked fine, but I know I have scripts where "go" doesn't capitalize. I will respond with more information when I encounter the behavior again. / comments
I tried what you suggested and whenever I had very simple scripts the capitalization worked fine, but I know I have scripts where "go" doesn't capitalize. I will respond with more information when...
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...