How can we help you today? How can we help you today?
kknyazev

Activity overview

Latest activity by kknyazev

SQL Code Guard from command line
Hello! Can i run SQL Code Guard from command line and parse results? Thanks!Best regards, Konstantin Knyazev
1 follower 1 comment 0 votes
Yes. The most surprising is that in sql select T.ID, T2.Name from #Tmp2 T Invalid only alias, not table name or even column name!  / comments
Yes. The most surprising is that in sql select T.ID, T2.Name from #Tmp2 T Invalid only alias, not table name or even column name! 
0 votes
It's same but have CREATE. Very strange... I don't  have error on compile on SQL Server 2017 Enterprise Edition. / comments
It's same but have CREATE. Very strange... I don't  have error on compile on SQL Server 2017 Enterprise Edition.
0 votes
Now error is no showed but alias not recognized at all (there are no any hint message), only standard SSMS warning displayed, and procedure not recognized as invalid object, although execution returns error [image] / comments
Now error is no showed but alias not recognized at all (there are no any hint message), only standard SSMS warning displayed, and procedure not recognized as invalid object, although execution retu...
0 votes
I have checked - distance is 140 rows, ParserLookAheadDistance = 3000. Thank you for your attention! / comments
I have checked - distance is 140 rows, ParserLookAheadDistance = 3000.Thank you for your attention!
0 votes
Thank you for answer! During investigations, i found that reason is temporary table. So, SQL Prompt can not check about invalid aliases in query with temporary table [image] select T.ID from Table1 T1 join #Table2 T2 on T2.ID = T1.ID / comments
Thank you for answer! During investigations, i found that reason is temporary table. So, SQL Prompt can not check about invalid aliases in query with temporary table select T.ID from Table1 T1...
0 votes