|
|
-
Rick Bielawski Commented 2 Months ago through Ask
NO.
The class is either accessible and not sealed or it's not accessible or sealed.
You can't have your cake and eat it too....
|
-
Rick Bielawski Posted 2 Months ago through Ask
After numerous searches I can't find a query that 'properly' reports the status and execution messages of SQL Server Agent job steps. Many seem to depend on unreliable information like the run_date & run_time for grouping and most don't address the...
|
-
Rick Bielawski Liked 6 Months ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
Rick Bielawski Commented 7 Months ago through Blogs
The naysayers have no imagination.
select ~-n [n-1],n,-~n[n+1],-~-~n[n+2] from (values (1),(2),(3)) x(n);...
|
-
Rick Bielawski Commented 7 Months ago through Blogs
I can't see when it would be a better way but you did miss one method:
select data [before]
,case when data like '%[^0-9]%'
then data
else replace(LTRIM(replace(data,'0',' ')),' ','0')
end...
|
|
|
|
|
-
Rick Bielawski Commented 2 Years ago through Puzzles
After failing the logic test I followed the link in the email to the test data used.
I did have a bug but after fixing it my query still failed.
I finally figured out that the test data was being mangled by the copy button provided on the testing query p
|
|
|
-
Rick Bielawski Commented 2 Years ago through Puzzles
Am I correct in assuming that any given chain can be of completely arbtrary length?That is, [Changes] can be 100,000.
|