Viewing 15 posts - 961 through 975 (of 1,536 total)
I've not had to renew anually, so a one off deal I would say.
January 17, 2005 at 9:15 am
I would use a completely different server as the distributor, it offloads all the work to that server, easing up the load on the other two.
As for the snapshot, you...
January 17, 2005 at 9:14 am
Before going to the extreme of REPAIR_ALLOW_DATA_LOSS I would try a couple of things. Firstly drop and recreate all the indexes on the table. If this doesn't work, drop the...
January 17, 2005 at 9:09 am
The first one works like a charm however.
I've changed the int to a bigint (as it's storing the date a milliseconds since 1970).
Thanks Frank
January 14, 2005 at 9:07 am
The second one converts the literal string into the binary value before returning it as an integer.
January 14, 2005 at 8:46 am
Dong, you can set up certain RAID levels within Windows, however this has an extremely high performance overhead which, in most cases, negates the point of having RAID in the...
January 12, 2005 at 1:54 pm
If you can afford a SAN it's the way to go.
Otherwise, go for the external array for your user db, keep the system on internal RAID10 (personal preference again).
January 12, 2005 at 12:38 pm
You could alternatively run it on a different server, or through the Windows Task Scheduler.
January 12, 2005 at 10:09 am
I personally prefere RAID10 across the board, but that's just me.
Unfortunately stuck with RAID5 and nothing I can do about it
January 12, 2005 at 10:08 am
Randy, cluster admin rules. Honestly. It handles everything in the failover for you, fully automated.
You'll set up the disk on the array so that it can be seen by both...
January 12, 2005 at 9:37 am
Wish I could take the credit for the idea, but someone else in the forums gave it to me....here's the code that I use... I am using a proc usp_sendmail...
January 12, 2005 at 8:27 am
The problem is that with over 135 jobs it's a nightmare logistically.
January 12, 2005 at 8:24 am
As Shane says, you've got an external RAID Array there, rather than a NAS. External RAIDs perform great, depending on the setup, and I've found are second in performance only...
January 12, 2005 at 8:23 am
Can you not use the ADIS objects to query Active Directory?
January 11, 2005 at 9:29 am
Paul,
you could also add a trigger to the sysjobhistory table to email when a job fails. This negates you having to micromanage the job failures notifications.
I do this and include...
January 11, 2005 at 9:28 am
Viewing 15 posts - 961 through 975 (of 1,536 total)