Viewing 15 posts - 1,186 through 1,200 (of 1,640 total)
But our data file size of the whole database is already 10 gb.
quote: By table = 4GB, you mean the clustered index is 4GB in size?
If I go...
November 7, 2011 at 9:21 am
Thanks,
I found in the error message, when reindexing, the task failed at one of the biggest table we have.
The table is 4 gb. and index is 0.6 gb.
It seems this...
November 6, 2011 at 6:00 pm
GilaMonster (10/31/2011)
sqlfriends (10/31/2011)
When you say it's 100-120 % of original objects, you mean use the space in data file or log file.
Both.
100% the size of the index + log header...
November 5, 2011 at 5:42 pm
Thanks, so in this approach of storing constant in the table, how can we use it in sproc,
To select the value from the table? Or use a function?
November 4, 2011 at 10:55 am
Yes, we ended up to create a simple scalar function to return the value.
And what is the const table?
November 4, 2011 at 10:20 am
Thanks, Yes, I undstand that,
But at first when I do that, I reset the columns of the flat data source, and it should resync the columns too, the point I...
November 3, 2011 at 7:33 pm
SQLRNNR (11/3/2011)
November 3, 2011 at 5:03 pm
Thanks.
I will do an estimate of the reports and find out.
And also is there a way I can find out on an existing server, the drives are physical drive...
November 2, 2011 at 1:49 pm
there will be some directories left behind (RS install directory and msql_50.mssqlserver\mssql for instance) you would want to delete for completeness.
Where are those directories?
We install default instance,
I thought...
October 31, 2011 at 5:00 pm
Thanks all.
First, I see the script is so long, I will have to study it a little bit later before I use it .
Second, I checked in the maintenance plan...
October 31, 2011 at 2:23 pm
Thank you,
So now our data file currently allocated space is 10 gb, availble free space of 35%, backup file is 6.5 gb.
If it needs 120%, does it mean at least...
October 31, 2011 at 9:56 am
When you say it's 100-120 % of original objects, you mean use the space in data file or log file.
The issue we had before is transaction log full during reindex....
October 31, 2011 at 9:18 am
Perry Whittle (10/31/2011)
uninstall the sql server 2005...
October 31, 2011 at 9:13 am
sam.dahl (10/27/2011)
I assume the data loaded but the application of the constraints failed?
-- Yes, the data loaded fine, but the next step in pacakge is to add constraints, and it...
October 27, 2011 at 5:16 pm
Viewing 15 posts - 1,186 through 1,200 (of 1,640 total)