Activity overview
Latest activity by jl45
is it possible to set alerts to only alert at certain times
I have an alert that I want to only to be raised between 18:00 and 20:00, is it possible to do this?
table - source control is altering definition
TRY_CAST([field1] AS [int]) is being changed to CONVERT([int],[field1],0) when it is committed.
How do we stop this from happening? The source control is permanently saying this procedure has been ...
This has been acknoledged as a bug.
As a workaround you can right click the linked to url on the setup tab and select edit comparison options
and set the following option:
<ThrowOnFileParseFailed>False</ThrowOnFileParseFailed> / comments
This has been acknoledged as a bug.
As a workaround you can right click the linked to url on the setup tab and select edit comparison options
and set the following option:
<ThrowOnFileParseFailed>F...
Sparse keyword breaking source control
Can anyone help with a workaround?
The following proc breaks source control, if you remove the sparse keyword then it is fineCREATE PROC [dbo].[sparse_test]
AS
SELECT 'abc' AS i...
Thanks just sent it [image] / comments
Thanks just sent it
received the following error message any ideas?
only things that stands out about the file in question is that it contains 2012 specific code (LAG and lead function), no other file in the database does.
Errors occurred whilst parsing file C:\Use...