When the query below is executed a bug occurs in the substring expression as if the charindex('@', email) <> 0 would fail to avoid those rows for which it evaluates to zero. The problem occurs in the…
Created on 2/6/2013 (updated 4 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 778678
|
|
|
Closed
as By Design
|
|
SSMS 2012 T-SQL Debugger doesn't handle correctly dynamic SQL debugging which SSMS2008 was doing fine.
When the debugger reach the Exec statement, a windows for Dynamic SQL displays but with no code…
Created on 1/17/2013 (updated 4 weeks ago) | 1 validation | 0 workarounds | 3 comments | feedback id: 776807
|
|
Happen while tracing events:
sp:stmtStarting
sp:stmtCompleted
sql:stmtStating
sql:stmtCompleted
While debugging with F11. Looking at the surrounding statements (very probably generated by de de…
Created on 8/31/2012 (updated 17 weeks ago) | 1 validation | 0 workarounds | 1 comment | feedback id: 760684
|
|
The FOR XML clause produce a attribute name with characters not present in the column name. Here is an example:
create table test ( twips_x_deb int, twips_y_deb int)
insert into test values (1, 1)
S…
Created on 5/11/2012 (updated 47 weeks ago) | 1 validation | 0 workarounds | 2 comments | feedback id: 741713
|
|
|
Closed
as By Design
|
|
SQL Server 2012 And SQL2008R2 and SQL2008 (french version) cannot install if the regional settings are set to something else than French(France).
If you try with French (Canada) it stops with an erro…
Created on 5/8/2012 (updated 18 weeks ago) | 1 validation | 0 workarounds | 1 comment | feedback id: 741147
|
|
This bugs cccurs in With SSMS SQL2012, while in the query pane.
When I activate the database drop-down menu with CTRL-U, and I type in a character as a mean to select the first database that starts wi…
Created on 5/8/2012 (updated 6 weeks ago) | 5 validations | 0 workarounds | 9 comments | feedback id: 741144
|
|
|
Closed
as Fixed
|
|
There is no property relevant to functions that helps to identify a CLR_TABLE_VALUE_FUNCTION, while ObjectpropertyEx succeed in identifying CLR_STORED_PROCEDURE with the 'isProcedure' property. It se…
Created on 11/2/2011 (updated 65 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 698499
|
|
|
Closed
as Fixed
|
|