Viewing 15 posts - 16 through 30 (of 43 total)
nikki123 (2/19/2010)
Msg 201, Level 16, State 4, Procedure SP_SOAC_REPORT_SUMMARY, Line 0
Procedure or function 'SP_SOAC_REPORT_SUMMARY' expects parameter...
February 21, 2010 at 4:15 am
I dont know if i am wrong but is there a easy way out for this.
May be if i say.
Partition function fx(10,20,30)
partition scheme sc on fx all to primary
Create...
February 18, 2010 at 1:03 pm
Yes Thats right, That is not the complete story, Just saw on the internet that the Table Which is Partitioned should never be altered, there is the datapage corruption issue,...
February 12, 2010 at 12:41 pm
The issue is not what we are thinking!.
Well to Explain it
--------------------------------------------------------------------------------------
Partition1 | Partition2 | ...
February 3, 2010 at 9:03 am
Let me Re - query the same,
The idea is to have 3 paritions for each month when we hit the limit then remove the last partition, Issue here is when...
January 8, 2010 at 5:10 am
Thank you, i was just looking at the SqlServer supported operating systems it had no mention of he Windows7 hence my question.
Many Thanks and will let you know.
how it works.
June 11, 2009 at 3:11 pm
could you plese look at the sql scripts i belive the sql script will tell whats my issue. The issue is not with performence the issue is realy with the...
April 15, 2009 at 2:37 pm
Sorry for bumping in to it again,
I belive the dba is going to do this work. this is one of the proc which we used to get the process...
April 15, 2009 at 2:16 pm
do you want all the tables to be copied.
else do the following.
@sql = 'Select * ' + ' INTO ' + @TargetDb+'.'+@Schema+'.'+ @TableName + ' From '+...
April 15, 2009 at 1:42 pm
Thank you this is realy usefull.
April 15, 2009 at 6:11 am
you should have had a similar output. in both select statements. could you paste your code so that we can see the results of the execution.
April 15, 2009 at 5:51 am
Ok,
Thanks for you honest feedback, Well then do the following to test the theory dont do it on production database.
dbcc freeproccache
go
dbcc dropcleanbuffers
go
set statistics profile on
go
set statistics time on
go
[exec .......
April 15, 2009 at 5:02 am
Hi,
I see that its written there as newbibe, Ok
1) Views are a way to represent data from mutiple tables. the easy way to see that is you are having...
April 15, 2009 at 3:55 am
Couldnt realy follow it.
do you want to order by or some thing?
not clear.
is it a calculated col.
if you send some details like create table and insert into commands and then...
April 13, 2009 at 12:56 pm
Viewing 15 posts - 16 through 30 (of 43 total)