Viewing 13 posts - 31 through 43 (of 43 total)
sreddy (4/13/2009)
find the following soln...
SELECT [ID]
,[Title]
,[fname]
,[lastname]
,[Company]...
April 13, 2009 at 12:43 pm
Well,
It go's like this, i was just looking for a example of how to do this pice of work, i learnt myself how to partion the table and put together...
April 7, 2009 at 12:44 pm
Any quick examples, for the above one.
i have shown how i am creating a Primary and Dependent tables.
so how do you want to structure the proc. Can a proc be...
April 6, 2009 at 12:57 pm
Thanks Paul,
So you say to have a sliding window, but how do i make sure about the data in the dendent tables also get archived in the same way.
The sliding...
April 5, 2009 at 9:18 am
Hi,
Thank you for your response, we want the partition in such a way that all the dependent records are also partitioned correctly.
and we have a live partition where data will...
March 31, 2009 at 12:43 pm
I am sure that if no outsourcing then the aftershocks will be rightly felt in all parts of the world.
May be a poor lad in this case but Not a...
January 20, 2009 at 12:38 pm
1) Look at the column is it a computed column.
2) Take a look at the system time on the DB Server.
3) Make sure you use always a GetUTCDate() rather than...
January 20, 2009 at 12:33 pm
What is the code you are looking at?
i.e.,
what kind of update or inserts happening what is the sequence in which it is happening.
Please provide the information as descriptively as...
January 19, 2009 at 1:15 pm
Try this it may be simple.
Select Stuff (
SELECT ','...
January 17, 2009 at 2:07 pm
Hi,
Sorry for the late reply, I dont know if this helps you but just look at the logs produced by your appliction. and also the sql server logs if you...
January 17, 2009 at 1:56 pm
Hai,
That looks great but it gives me all nulls if the column doesnot have alternative identifirer for the product.
how do i handle that.
Very good trick. but does that realy work...
February 22, 2008 at 2:57 pm
i am sorry to bother but is there an way of cubing, MDX to resove it.
February 22, 2008 at 12:41 pm
Its realy good stuff digging up Steve,
can you also say about the hotspots and how they have come over it in sql server 2005 from sqlserver 7.
what can we find...
September 2, 2007 at 4:39 am
Viewing 13 posts - 31 through 43 (of 43 total)