Viewing 15 posts - 1 through 15 (of 25 total)
Hi Gail,
Thanks once again your quick reply.
I got your point and will go with selective index maintenance optimisation by using script NOT WITH MAINTENANCE PLAN.
You are right probably my some...
January 16, 2012 at 2:56 pm
Hi Gail,
Thanks for your quick reply and providing me URL's.
You suggest me to use Point 2. in my previous post which is mainly use the script and do index maintenance.
This...
January 16, 2012 at 2:22 pm
Thanks a lot all,
After going through your discussion I came to know that I have 2 options which are tsql and SSIS script component.I will explain both options to client...
April 26, 2011 at 1:30 pm
Hi All,
Thanks for your replies.
We are using SQL Server Standard edition and currently we are using staging table.
I have brought down transfer time to 15 min but management are asking...
January 3, 2011 at 10:16 am
Can you please let me know what are other solutions?
What is the trickle feed?
Thanks
Nick
December 22, 2010 at 8:35 am
Thanks for your advise.
On price table it does :
if Price Date exists with different value then moves data from Main table to archieve table
then Updates with new values on Main...
December 22, 2010 at 5:11 am
We having same issue in our one of the production box and users are complaning that connection is closed.
Is there any solution for this?
Thanks
Nick
December 9, 2010 at 9:43 am
Primary key columns are Id & Date(compsite key)
Thanks
Nick
October 14, 2010 at 2:34 am
Sorry about that,
This is equity price table and it contains many combination and it would be very hard to give all cases.
You can imagine that we are storing 100,00 equity...
October 13, 2010 at 3:54 pm
declare @Prices TABLE (
Id int NOT NULL,
Date smalldatetime NOT NULL,
CreatedDate smalldatetime NOT NULL,
Price float NOT NULL,
Currency int NULL,
LastChangeDate smalldatetime NULL
)
insert @Prices
select 1,'20030101','20090203','9.48',6,'20030101' union all
select 1,'20030102','20090203','9.48',6,'20030102' union all
select 1,'20030103','20090203','9.48',6,null union all
select...
October 13, 2010 at 2:28 pm
Thanks for reply.
Your code updates both NULL values with same max date which is not I am looking.
First Null value in table should be updated with LastChangeDate=20030102
******
Second Null value...
October 13, 2010 at 10:40 am
Thanks for your reply.
I think this is what I am looking but could able give bit more details about your code.
What I understood that before running Processing task it should...
October 13, 2010 at 10:33 am
Sorry,Probably I was not clearly gave my requirements:
Processing data can happend any numbers of time in a given day but Transfering to other database can happen only once/twice a day
I...
October 13, 2010 at 8:45 am
Can you please elborate what do you mean.
Currently both are using TCP/IP and ANSI_NULL is on.
Thanks
September 21, 2009 at 7:24 am
Hi,
Thanks for quick reply.
But the store proc returning total around 18,000 ods no more then that.
This is very stragne behivaour i have seen first time.
If anyone come across same situation...
September 21, 2009 at 6:33 am
Viewing 15 posts - 1 through 15 (of 25 total)