Viewing 15 posts - 16 through 30 (of 31 total)
Sorry -forget to mention you can only mirror to one server.
Thanks
Imran
July 8, 2011 at 6:52 am
Hi Anil,
Please check out this link ; as its much detailed then my reply.
http://sqlserverpedia.com/wiki/Setting_Up_Log_Shipping_(SQL_Server_2005)
Thanks
Imran
July 8, 2011 at 6:33 am
Hi Anil,
In this mode the servers work synchronously; that means the principal server waits for a response from the mirror server. The mirror server then responds when it has hardened...
July 8, 2011 at 3:35 am
Hello,
This might be helpful for you .
In high-availability mode, you need all the three server roles: principal, mirror, and witness. In this mode, the transaction safety level is set...
July 8, 2011 at 3:00 am
Hi ,
Looks like your SQL Job is fine and trying to send the notification mail but your exchange server is unavailable or something wrong on that side.
The below link will...
July 7, 2011 at 7:21 am
Thanks for your Advice Gianluca.
Yes ;that what I have followed .Its Column Id's looks like maxed out. So I am doing an new table and check the max id which...
July 7, 2011 at 3:47 am
Hi Gail,
Your answers are really good.
Is there a way to check which update cause the problem and can it be rolled back. I know it happened on one of our...
July 5, 2011 at 3:32 am
To run SQL Server Profiler, on the Start menu, point to All Programs, Microsoft SQL Server 2005/2008, Performance Tools, and then click SQL Server Profiler.
If its there ; you can...
July 4, 2011 at 3:54 am
Hi Here is a query which I would use to get the Buffer Cache Hit Ratio informations.
SELECT
(CAST(SUM(CASE LTRIM(RTRIM(counter_name)) WHEN 'Buffer cache hit ratio'...
June 29, 2011 at 3:50 am
Hi Azhar,
I am not a guru but hers is the link below which might help you as some one get it resolved following the post.
Thanks
ImI
June 20, 2011 at 3:43 am
Thanks much. It really worked for me.Much appreciated.
June 17, 2011 at 4:18 am
Thanks for you advice.
It's resolved now. I have to re-ran the process. It was the indexes which were causing the problem so I have to drop the indexes and resolved...
February 10, 2011 at 10:26 am
Thanks Lowell
but I am doing it as below
WITH (SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF) ON [INDEXES]
ImI
February 7, 2011 at 10:04 am
Thanks Gianluca
Ran your query along with the script and
its coming back as
Internal object MB Space=43374.125000
Internal Object dealloc MB Space=0.437500
Any advice.
Thanks Again
February 7, 2011 at 9:32 am
1) It Drops the Table every time -the job runs and there is only one no clustered index on the table created.No I am not shrinking it again and again....
February 7, 2011 at 8:03 am
Viewing 15 posts - 16 through 30 (of 31 total)