Posts
Sort by recent activity
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 ...
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...
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...