Search
Refine Search Results
Status
Votes
Total Votes (at least)
Workarounds
Total Workarounds (at least)
Validations
Total Validations (at least)
Comments
Total Comments (at least)
Time
Created in the last (days)
Updated in the last (days)
Product Search Results
Sort By:
You searched for: items submitted by Jeff Fischer for this product (signing in could show even more results)
Showing 1 - 7 of 7 Previous 1 Next

1
0
Sign in
to vote
From Connection: SQL Server
SQL Text containing a byte order mark errors with a vague error message. DECLARE @BinaryTest varbinary(2) = 0XFFFE DECLARE @SQL nvarchar(max) = ' SELECT * FROM ( VALUES ' + ISNULL(CONVERT(nvarchar(m…
Created on 6/10/2013 (updated 1 week ago) | 0 validations | 0 workarounds | 0 comments | feedback id: 789853  | 
Active
2
0
Sign in
to vote
From Connection: SQL Server
SSDT SqlPackage.exe does not recognize case sensitive updates. Therefore, it fails to deploy case-only xpath updates to scripts.
Created on 2/9/2013 (updated 14 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 778893  | 
Closed
as Won't Fix Help for as Won't Fix
2
0
Sign in
to vote
From Connection: SQL Server
DECLARE @Message nvarchar(max) = '' SELECT @Message = REPLICATE('1', 8000) PRINT LEN(@Message) DECLARE @Message nvarchar(max) = '' SELECT @Message = @Message + REPLICATE('1', 8000) PRINT LEN(@Message…
Created on 4/13/2012 (updated 57 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 736837  | 
Closed
as By Design Help for as By Design
1
0
Sign in
to vote
From Connection: SQL Server
If you accidentally rename your columns including any square brackets, the column is renamed incorrectly.
Created on 2/2/2012 (updated 70 weeks ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 722776  | 
Closed
as By Design Help for as By Design
1
0
Sign in
to vote
From Connection: SQL Server
This SQL query will not concatenate results unless you supply the TOP keyword to the concatenation query. It instead returns only the last row's value within the @Content variable (and corresponding …
Created on 11/16/2011 (updated 2 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 704389  | 
Closed
as By Design Help for as By Design
2
0
Sign in
to vote
From Connection: SQL Server
Databases names containing control characters such as ASCII 127 (DEL char) do not display correctly in the interface. Control characters should be disallowed from databases names as they are indistin…
Created on 10/1/2010 (updated 101 weeks ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 608963  | 
Closed
as Won't Fix Help for as Won't Fix
3
0
Sign in
to vote
From Connection: SQL Server
I'm receiving an error from the sp_help stored procedure when running it on a table. I've scripted the table and condensed the script to focus where the bug is being caused by. It's being caused by …
Created on 10/7/2009 (updated 186 weeks ago) | 1 validation | 0 workarounds | 5 comments | feedback id: 496501  | 
Active
Showing 1 - 7 of 7 Previous 1 Next