Viewing 15 posts - 16 through 30 (of 270 total)
Thanks..
I have never heard of this vertical vs horizontal but I would use your first schema.
ME: I wasnt being technical, just using some colour to explain my point of...
January 17, 2012 at 2:33 pm
Do you mean
C:\..\DBMyWebProject.mdf
August 20, 2011 at 7:18 pm
What the code to use
DBCC SHRINKFILE
When its a database, or is it a log file ??
My Database name is : DBWebProject
So do I do this:
DBCC SHRINKFILE (DBWebProject,64);
August 20, 2011 at 7:01 pm
I use the same code structure above, I have only 3.5 million records. So it takes about a 1 second. I can live with that.
The base table has an primary...
July 11, 2011 at 1:16 pm
phew...lucky I asked:w00t:
so I should
DBCC SHRINKFILE (MyDB,10);
ALTER INDEX ALL ON DIM_Data REBUILD
****ONLY on DOWNTIME, not automatically via job
QUESTION : MyDB bloats up from 500Mb, to 1000MB quickly after a...
June 7, 2011 at 1:54 pm
Ooops I stuffed up the date selection, went forwardm should have gone backwards
Should be....
Format MM/dd/yyyy
01/01/XXXX
04/01/XXXX
07/01/XXXX
10/01/XXXX
Only the above dates can be returned.
When date is 02/20/2011, then I would want 01/01/2009
When...
May 22, 2011 at 10:30 pm
Then I assume that the developer edition crosses many versions, and its just depends on what features I have used in the Dev edition as to if it will work...
May 20, 2011 at 3:05 pm
http://www.microsoft.com/sqlserver/2008/en/us/editions.aspx
From this link I assume I can take a DB from developer edition and isntall it into a web edition?
May 20, 2011 at 2:45 pm
Thanks for this link
http://sqlfool.com/2010/04/index-defrag-script-v4-0/
But I cant work out where to install it..
Do I install it on myDB (main database), or do I install it in a myTestDB and...
May 18, 2011 at 5:36 pm
Thanks.
Ok I run the back up daily.
With what frequency do I run or should I at all run Integrity check and index optimization.
And what about this code that I run...
May 18, 2011 at 4:39 pm
Viewing 15 posts - 16 through 30 (of 270 total)