Wednesday, March 28, 2012
Problem with Best Practices Analyzer and set nocount on.
There is a bug with BPA.
When you configure a server with sp_configure 'user options',512 or EM
(default connection options) seting to NOCOUNT ON, BPA fails when reading
the catalog.
Esio
Thanks Esio for reporting this issue.
We shall work on fixing this issue in future release of BPA
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
"Esio Nunes" <esio_nunes@.hotmail.com> wrote in message
news:%239d5MqL%23EHA.3988@.TK2MSFTNGP11.phx.gbl...
> Hi.
> There is a bug with BPA.
> When you configure a server with sp_configure 'user options',512 or EM
> (default connection options) seting to NOCOUNT ON, BPA fails when reading
> the catalog.
> Esio
>
Friday, March 9, 2012
Problem when moving index with included columns to another filegroup
Hi,
This may be a GUI bug. When I manually create and then execute a script to move an index with included columns to another filegroup, it works.
When I try to edit the storage property of the index through the GUI, index properties, then when I ask to generate the script for the change to the clipboard, I get an error
Could not add [FirstIncludedColumn] to the collection because it already exist. Microsoft.sqlserver.Smo
it works if the index does not includes addtl columns.
Is that a bug? It really looks it works when done manually.
Thanks, Philippe
Moving this thread to the Tools forum since this is not a TSQL/DDL issue.|||This sounds like a bug to me. Please file a defect report here: http://lab.msdn.microsoft.com/productfeedback/Default.aspx
If possible, please include the T-SQL to create the index that causes problems. It also helps if you can include really detailed instructions for what you clicked/typed in the index dialog to make the storage change.
Thanks,
Steve