Viewing 7 posts - 1 through 7 (of 7 total)
I would highly recommend moving away from trying to modify the SQL sync procedures in Replication to load your data into a data warehouse. Instead I would create a...
September 1, 2010 at 11:27 am
Did the deployment fail or are you getting the error trying to connect to the cube after deployment? Need a little more information in order to be helpful. ...
September 1, 2010 at 11:09 am
Somehow you are trying to use SQL 2008 profiler to run a profile against SQL 2008 R2. If you upgrade your Profiler to R2, you will be able to...
September 1, 2010 at 10:57 am
Just use the "ROW_NUMBER() OVER" and partition by customer.
September 1, 2010 at 10:46 am
There is not really a best practice I am aware of in regards to using views/select statements vs. stored procedures to return the data. There are tradeoffs to both...
July 20, 2010 at 4:17 pm
Another possibility (and it is a real long shot) is if the job has a very tight window on time between when it succeeded and when it failed and you...
June 9, 2010 at 11:50 am
I would try running DBCC CHECKTABLE ("MyTable");
If that returns an error with the current unique clustered index, I would restore the database from a backup. If that is not...
June 9, 2010 at 10:44 am
Viewing 7 posts - 1 through 7 (of 7 total)