Viewing 15 posts - 76 through 90 (of 233 total)
First thing.. running SQL Agent service with sa account is not a good practice.
Also this error is not SQL agent error. It is from some application trying to access the...
May 17, 2013 at 7:57 am
Strange things are going on with your DB. Are your jobs have an end date specified?
Have to changed the date back to original?
Are there anything in SQL Server/ Agent error...
May 17, 2013 at 7:32 am
I would suggest to use Roles in the Database and create a Role for reporting purpose and deny that role access to OLTP DB.
Otherwise you can create a trigger on...
May 17, 2013 at 7:30 am
Which replication topology you are using?
May 16, 2013 at 11:59 am
Read through this. Very nice article by Gail Shaw.
https://www.simple-talk.com/sql/database-administration/gail-shaws-sql-server-howlers/
May 16, 2013 at 11:44 am
I believe yes you can do this.
When you are configuring your publication, do not initialize from backup.
Setup all your publication in this way and populate data in subscriber manually.
The...
May 16, 2013 at 6:47 am
I would suggest you to read through this.
https://www.simple-talk.com/sql/performance/sql-server-statistics-questions-we-were-too-shy-to-ask/
May 16, 2013 at 6:11 am
Get the value of room# in a variable based on the PK of the table. Compare that with the Vale passed the SP and then write your logic based on...
May 14, 2013 at 3:25 pm
You are always welcome.
Looking at your steps seems alright to me and as you said everything has been configured correctly. So if you see any error on the error logs...
May 14, 2013 at 9:52 am
Yes. That was what I was doing. But I wanted the fail-over to be seamless. Without getting me involved at any time.
May 14, 2013 at 7:59 am
I think I am missing something. When you restore DB in mirror, you do that with recovery switch enable. SO it will always be in restoring mode.
May 14, 2013 at 7:53 am
I have never tried that but first prerequisite for that as per MS :-
"For a mirroring session to be established, the partners and the witness, if any, must be running...
May 14, 2013 at 7:49 am
To achieve replication with mirroring you should use remote shared distributor and configure Principle & Mirror as Publisher on that distributor.
Also use that Distributor on both Principle & Mirror.
Here...
May 14, 2013 at 7:44 am
Viewing 15 posts - 76 through 90 (of 233 total)