Viewing 15 posts - 241 through 255 (of 560 total)
Thanks Sean,
Appreciate the feedback.
July 11, 2014 at 10:12 am
Sean Lange (7/11/2014)
July 11, 2014 at 9:43 am
wak_no1 (7/11/2014)
Having just archive quite a bit of data from the main Production DB, I now have around 15% free, reclaimable space sat in the data file.
I reluctant to run...
July 11, 2014 at 8:47 am
Uwe Ricken (7/1/2014)
sql-lover (7/1/2014)
There is no difference between Unique Index and Unique Constraint, besides the obvious syntax of course.[/QUOTE]
I don't know your knowledge but such an ignorance of ANSI...
July 5, 2014 at 11:42 am
Uwe Ricken (7/1/2014)
sql-lover (6/30/2014)
The main advantage...
July 1, 2014 at 5:34 am
Joe Fuller (6/30/2014)
I've found these useful for the following reason.
Our DBA's re-index on a weekly schedule...
June 30, 2014 at 5:44 pm
Uwe Ricken (6/30/2014)
sql-lover (6/30/2014)
I would personally stay away of GUI when creating PKs. This is not only because additional locks that the GUI will create, ...
There will be no additional...
June 30, 2014 at 2:51 pm
I would personally stay away of GUI when creating PKs. This is not only because additional locks that the GUI will create, but the extra control that the DBA will...
June 30, 2014 at 1:02 pm
richard.bowles (6/18/2014)
This will explain and give options:http://sqlperformance.com/2014/06/sql-indexes/hotfix-sql-2012-rebuilds
By Aaron ... and like I suspected..
Not everyone needs to be concerned about this issue. If you are not running Enterprise (or an equivalent)...
June 18, 2014 at 2:52 pm
Answering myself. Found this: Potential for Data Loss in SQL Server 2012 SP 2
It seems that Aaron expands more on this. And it seems that the issue is when doing...
June 18, 2014 at 2:48 pm
GilaMonster (6/18/2014)
Don't.It's got a nasty corruption-causing regression bug in it. Wait for the next CU or post SP 2 hotfix, then apply it and the CU
Gail,
Appreciate the heads up.
Any...
June 18, 2014 at 2:40 pm
SQL Guy 1 (6/11/2014)
June 11, 2014 at 1:44 pm
SQL Guy 1 (6/11/2014)
If you want to get rid of a smaller...
June 11, 2014 at 12:28 pm
You need to run this...
DBCC Shrinkfile(filename2, emptyfile)
... where filename2 is the secondary database file that you created.
This command will basically move whatever data you still have there to the...
June 11, 2014 at 11:54 am
ntrovato (6/11/2014)
June 11, 2014 at 11:42 am
Viewing 15 posts - 241 through 255 (of 560 total)