Viewing 15 posts - 46 through 60 (of 67 total)
Sorry about the assumption Gail that you were an American. Those guys have natural disasters like we South Africans have Eskom power cuts, Union Strikes, and Taxi Violence. :w00t::w00t::w00t:
Luckily...
November 25, 2009 at 11:40 pm
Hahaha!
Gila you sound like Doomsday Prophet. This is South Africa. The only natural disaster we know of so far is a flood 21 years ago that destroyed a town. Last...
November 25, 2009 at 7:51 am
Gila the reason we use mirrors is because this is for a stock exchange trading application.
If the database fails for some reason, the mirror kick in. If there is as...
November 25, 2009 at 7:32 am
Atul
Is it really necessary to make Transaction Log Backups every 30min/hour?
November 25, 2009 at 7:09 am
Well the company has n strong policy on the mirroring issue. So that ain't going away.
Currently Full Backup are made on a daily basis.
Transaction Log Backups I have tried, but...
November 25, 2009 at 4:44 am
So what your saying is, Atul, is take the Database off mirroring, make backups, set to Simple, Truncate en then reverse the process to mirror it again?
Just a bit of...
November 25, 2009 at 4:19 am
Just a note:
The Database is also mirrored on a backup server. Don't know whether that will make a difference to the whole scenario.
Somehow truncating the log just doesn't have any...
November 24, 2009 at 1:48 am
Thanks Paul.
It seems like I have to go back to ye ol' drawing board and rethink my approach to this problem. :unsure:
November 20, 2009 at 4:27 am
Well the formula in short works like this.
------------------------------------------
Get Last Value from a History Summary table
Get Summarized Value from a Current Transaction table
Insert the current value into History Summary so it...
November 20, 2009 at 2:34 am
Garadin ... the easiest way was using INFORMATION_SCHEMA.ROUTINES.
I have also implemented it in such a way that every hour a job runs a procedure that will compare a previous version...
November 2, 2009 at 7:43 am
THANKS diamondgm
Your solution works the best.
Problem is guys we are getting source safe next year so for now i need an easy and uncomplicated solution.
October 30, 2009 at 3:06 pm
Well the problem is that I want this to be an automated process for all by procedures and functions.
If possible I want to auto schedule this for specific intervals eg:...
October 30, 2009 at 4:53 am
Thanks guys
OpenDBiff will do for know till the managers decide we can purchase SQL Delta.
OpenDBiff ain't the best I've seen but its free and at least I can see what...
September 15, 2009 at 8:42 am
Seems like I spoke to soon. The following ESSENTIAL Excel functions are not in SSAS-2K5.
Standardize
NormDist
NormsDist
Do anybody now whether there are function like those in SSAS-2K5?
http://msdn.microsoft.com/en-us/library/aa178231(SQL.80).aspx
The above link explains that these...
August 25, 2009 at 5:13 am
SQLBOT: I actually have written that function from the formula on Wikipedia. But for some re3ason it doesn't bring back the correct result. Not even close.
POWER(1/SQRT(2*PI()),-1*(POWER([@BINVALUE],2)/2))
Matt: I actually found that...
August 25, 2009 at 12:57 am
Viewing 15 posts - 46 through 60 (of 67 total)