Viewing 15 posts - 16 through 30 (of 81 total)
GilaMonster (3/12/2013)
Drop the indexes 'IX_Advertise_BrandCopy_Price_Stock' and 'IX_ITEMS_ADVFLAG_PARETN_PRICE_STOCK' (on the table 'Items') and recreate them. Don't rebuild them, drop and recreate.
Doing so now. Our sysops guys checked the server and...
March 12, 2013 at 10:43 am
GilaMonster (3/12/2013)
Please run the following and post the full, complete and unedited output.
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
Msg 8951, Level 16, State 1, Line 1
Table error: table 'Items' (ID...
March 12, 2013 at 9:50 am
GilaMonster (3/12/2013)
Please run the following and post the full, complete and unedited output.
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
Running this now.
EDIT: This may take some time. It's only 5% done...
March 12, 2013 at 8:41 am
Also, neither is the PK or a FK or clustered.
March 12, 2013 at 8:07 am
I ran this:
USE PRICETOOL --Name of database in question
GO
DBCC SHRINKFILE (DummyFile, EMPTYFILE)
GO
ALTER DATABASE PRICETOOL
REMOVE FILE DummyFile
GO
I received this as output:
DbIdFileIdCurrentSizeMinimumSizeUsedPagesEstimatedPages
74384 ...
May 1, 2012 at 2:07 pm
My method of testing this on a test server will be this:
1) Add file to primary filegroup of test version of the same database.
2) Add a new table with some...
May 1, 2012 at 1:55 pm
PaulB-TheOneAndOnly (5/1/2012)
aurato (5/1/2012)
PaulB-TheOneAndOnly (5/1/2012)
aurato (5/1/2012)
May 1, 2012 at 1:52 pm
PaulB-TheOneAndOnly (5/1/2012)
aurato (5/1/2012)
May 1, 2012 at 12:56 pm
Perry Whittle (4/11/2012)
can you post the table definition and the exact command you used to move the table?
I was about to, wondering what you might learn from it when I...
April 11, 2012 at 11:05 am
Gianluca Sartori (3/2/2012)
No, you won't even notice the difference.CHECK constraints can get expensive when built with scalar UDFs with data access. Otherwise, the cost is negligible.
Thank you.
March 2, 2012 at 9:29 am
SQLKnowItAll (3/1/2012)
aurato (3/1/2012)
SQLKnowItAll (3/1/2012)
March 1, 2012 at 12:13 pm
SQLKnowItAll (3/1/2012)
March 1, 2012 at 11:09 am
GilaMonster (3/1/2012)
aurato (3/1/2012)
GilaMonster (3/1/2012)
aurato (3/1/2012)
GilaMonster (3/1/2012)
March 1, 2012 at 8:07 am
GilaMonster (3/1/2012)
aurato (3/1/2012)
GilaMonster (3/1/2012)
March 1, 2012 at 8:03 am
GilaMonster (3/1/2012)
March 1, 2012 at 7:56 am
Viewing 15 posts - 16 through 30 (of 81 total)