The response to the bug report
https://connect.microsoft.com/SQLServer/feedback/details/331830/dropping-column-causes-dm-sql-referenced-entities-to-error
suggests workaround based on TRY-CATCH. This …
Created on 5/5/2013 (updated 2 weeks ago) | 0 validations | 0 workarounds | 0 comments | feedback id: 786389
|
|
As pointed out in
http://social.Msdn.microsoft.com/Forums/en-US/transactsql/thread/17883138-143d-435e-ac21-ada414891429#17883138-143d-435e-ac21-ada414891429
the syntax graph for DECLARE @local_variab…
Created on 4/27/2013 (updated 3 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 785720
|
|
This scenario is taken from http://social.Msdn.microsoft.com/Forums/en-US/transactsql/thread/ed99d33e-ad46-4bee-8173-ee7f62ed6840#ed99d33e-ad46-4bee-8173-ee7f62ed6840
You have a view, which in a CTE …
Created on 4/24/2013 (updated 1 week ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 785518
|
|
You have a CLR procedure that uses ExecuteAndSend to execute a batch. You call this CLR procedure from a T-SQL procedure. The call to the CLR procedure is in with TRY-CATCH in T-SQL. The batch you c…
Created on 3/15/2013 (updated 4 weeks ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 781468
|
|
If you have "INSERT @tablevar EXEC sp_name", the dependency is not recorded in sys.sql_dependencies. (It is recorded in sys.sql_expression_dependencies.) Furthermore, if the stored procedure does not …
Created on 3/15/2013 (updated 4 weeks ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 781461
|
|
|
Resolved
as Won't Fix
|
|
http://msdn.microsoft.com/en-us/library/ms175010%28v=sql.110%29.aspx it says under "Best practices":
Do not use table variables to store large amounts of data (more than 100 rows). Plan choices may n…
Created on 3/15/2013 (updated 9 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 781455
|
|
In order to be able to create selective XML indexes, you need to enable your database with sp_db_selective_xml_index. The stored procedure as such is documented in Books Online, but the main topics fo…
Created on 2/11/2013 (updated 4 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 778997
|
|
You have some T-SQL code that calls a CLR stored procedure which in its turn invokes some T-SQL code. This T-SQL causes an error that aborts the batch, without rolling back the transaction (if there i…
Created on 2/10/2013 (updated 4 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 778911
|
|
The topic of Deprecated Database Engine Features says "Specifying NOLOCK or READUNCOMMITTED in the FROM clause of an UPDATE or DELETE statement."
The topic of Table Hints says about these two hints:
…
Created on 2/9/2013 (updated 14 weeks ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 778878
|
|
|
Resolved
as Won't Fix
|
|
In the topic for CREATE SELECTIVE XML index and related topic there are syntax errors in the FOR clause in the examples (comma missing on two lines).
Created on 2/8/2013 (updated 8 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 778831
|
|
|
Resolved
as Fixed
|
|