Viewing 8 posts - 1 through 8 (of 8 total)
Hugo Kornelis (2/3/2016)
"How do I do this in...
February 3, 2016 at 9:07 pm
Hi, Thank you for your reply.
I want the YearID second key to be auto-increment depending on the year of the project, if the project is for 2015, the YearID will...
February 3, 2016 at 1:20 am
Luis Cazares (1/20/2016)
set @query = 'SELECT EmployeeID
,AttType
,' + @cols + '
from
(
selectEmployeeID
,AttType
,AttTime
...
January 20, 2016 at 10:58 pm
Thanks you for this, I will try this approach on my other reports, the above union all worked out for me. Thank you so much for the help.
January 19, 2016 at 8:55 pm
It seems that my main question plus a lot more has been answered, thank you for saving me time. We are now testing the failover scenarios and adding the parameter...
June 24, 2015 at 1:45 am
Noted with thanks on that one. I have now implemented mirroring without automatic failover. But now, I should do an automatic failover because this is what was required, Assuming the...
June 23, 2015 at 1:30 am
As for the third database server, can I just use the mirror as a witness also? Should the witness be installed on a different instance?
June 22, 2015 at 11:35 pm
Thank You, I will look into this solution and try my best to understand and implement it on my scenario.
June 21, 2015 at 11:25 pm
Viewing 8 posts - 1 through 8 (of 8 total)