Viewing 15 posts - 451 through 465 (of 2,268 total)
Either by using replication; one-way transactional will provide you with real-time data on the report systems
or by using SSIS, this will work for near-real time data or data util...
April 21, 2011 at 6:51 am
winston Smith (4/21/2011)
The owner is gifted, has worked on systems in my current company and...
April 21, 2011 at 6:46 am
I don't think that index maintainence is needed after a restore, sure it wouldn't hurt. But Wouldn't the index fragmentation remain the same as it was on the first server...
April 20, 2011 at 7:11 am
What is the problem with having multiple measures per cube? surely you would not build a cube per measure.
As you have outlined one cube makes more sense, because then...
April 20, 2011 at 5:26 am
amartha_dutta (4/20/2011)
I have just started learning SSAS as I am working in SSIS, SSRS and SQL Server.
However I don't consider myself worthy enough to give any kind of...
April 20, 2011 at 4:44 am
I would setup a staging table and then read all the data from the spreadsheet into it,
then delete the neccesary data from the table and then setup another data flow...
April 20, 2011 at 4:13 am
you could possibly use a Script task and use the office connectivity to delete data from your spreadsheet.
However if would be far easier to use John's suggestion as setup excel...
April 20, 2011 at 3:56 am
Without knowing more about the business it is difficult to say for sure.
But I would always favour One cube and one datawarhouse to power the cube, unless there is a...
April 20, 2011 at 3:49 am
1) R2 is release 2 , the latest released version of SQL Server
2) do a google search on SQL 2008 editions, the differences are too many to list here
April 20, 2011 at 3:47 am
Developer edition is the equivalent of Enterprise edition not Standard.
There should not be any issues with the upgrade to 2008R2, especially since you are keeping the same editions
I also understand...
April 20, 2011 at 3:46 am
In the control flow use the Execute SQL task.
I way I would do it would be to convert the statement into a strored proc with One parameter.
then in SSIS use...
April 18, 2011 at 10:11 am
aGuareschi (4/18/2011)
You're wrong because my database in normalized for a bank's application that shows the cash flow....Thanks for all
To what level is it normalised?
Also i see that you have a...
April 18, 2011 at 9:04 am
it sounds like a job suited for Merge Replication, this will allow you to work locally and then push the changes back to the server when required.
April 13, 2011 at 10:36 am
As mentioned you can not get this info from the trace,
I would take a 'softer' approach and look at which users have the neccesary permissions to perfrom this operation -...
April 13, 2011 at 8:20 am
Raunak Jhawar (4/13/2011)
steveb. (4/13/2011)
Koen Verbeeck (4/13/2011)
Small question: what are lakhs?
100,000
from the Indian numbering system, quite common depending on where and who you work with...
http://en.wikipedia.org/wiki/Indian_numbering_system
As for...
April 13, 2011 at 4:08 am
Viewing 15 posts - 451 through 465 (of 2,268 total)