Viewing 15 posts - 1 through 15 (of 70 total)
November 19, 2018 at 12:11 am
For Audit Table we store table Name to identify each table and we will delete older data for one day.
November 8, 2018 at 1:15 am
Audit Table will be only one and it will be deleted for older data of one day back.
November 7, 2018 at 9:44 am
This option will not be viable for us, As our data is already there inside the SQL server.
November 7, 2018 at 6:21 am
Actually I am working over Drilling Software which insert 1 row a into a table after five second. We Pass Some columns as parameter to a SP for Each row....
November 7, 2018 at 1:46 am
It is the business requirement to call the SPs against each Row. I am thinking to Call After trigger on each row insert and implement Service Broker Queue to call...
November 6, 2018 at 1:50 am
Thanks This help me.
August 31, 2015 at 11:42 am
I used WMI Event watcher Task available in SSIS with infinite loop.
Explained well in link below.
http://microsoft-ssis.blogspot.com/2010/12/continuously-watching-files-with-wmi.html
September 17, 2014 at 7:08 am
Thanks for your help, your idea really work for me, I further change the query and get my required result.
Declare @SaoHeader AS Table (SAOID int,SAODate DateTime,City varchar(50),State varchar(50))
insert into @SaoHeader(SAOID...
May 5, 2014 at 12:42 pm
To implement a new Fact table, You need to maintain loading process twice, I think you should attach new dimensions with existing fact Table if you convince your Lead other...
February 20, 2014 at 3:21 am
Actually, when we define primary key on a table, data is stored in the physical order of primary key, We can't have two physical order in a table. This is...
February 20, 2014 at 3:11 am
Is Tabular model is supported in SSAS 2008?
September 19, 2013 at 6:22 am
Is there any way to bring whole cube in memory.
September 18, 2013 at 4:46 am
no,
would you please give me any clue of merge.
December 31, 2012 at 5:43 am
Backup and restore will not work b/c when I will shift DB at new server then I have to stop users activities at server1 and shift it to Server2.
April 29, 2012 at 11:48 pm
Viewing 15 posts - 1 through 15 (of 70 total)