Viewing 15 posts - 61 through 75 (of 150 total)
I beleive the answer is incorrect. Bulk logged also supports PIT recovery, with a caveat. From BOL..."If the log backup contains bulk-logged changes, point-in-time recovery is not allowed. Attempting to...
May 22, 2006 at 7:33 am
Thanks Peter.
That is my assumption and understanding also, and I appreciate the confirmation. Do you know of any good documentation on this?
Also, I ran a trace on each method,...
May 5, 2006 at 2:38 pm
Thank you Gordon, but that is the list for DTC. I am looking for the same enumeration for the Transaction Log, event 54.
Terry
May 4, 2006 at 11:34 am
It usually gives that message because you don't have enough available memory at the time of install. Ignore the message, if you can, and run the install.
From BOL:
3SCC will warn...
May 4, 2006 at 10:29 am
Agreed this is not very clear. I think QOD is a very popular feature. Perhaps a little more effort could be given to reviewing the questions prior to release?
Terry
May 2, 2006 at 1:10 pm
Points for D please. Cut and paste the code (change Bob to a valid user) and see for yourself.
April 25, 2006 at 9:31 am
Number 4 "Create a DDL trigger on all database scoped events" would also do the trick, so it should also be considered correct though excessive.
Terry
April 19, 2006 at 9:32 am
Thank you Mike.
It is my understanding that intraquery paralellism is available on both editions also. But MS has scared management here with a verbal commnents. Do you have any documentation...
April 13, 2006 at 8:52 am
Only when the SPAM filter gets it. And that is random but about 2 times a week.
Terry
April 13, 2006 at 8:21 am
Congratulations!
Great work, great site, and great community!
Terry
April 10, 2006 at 10:05 am
try this...the first line tells which node is active
Declare
@CMD varchar(4000),@Server_Name varchar(100)
Set
April 7, 2006 at 8:55 am
When you create a DTS and then schedule it from the DTS interface, it is executed in the resulting job step by referencing the GUID of the DTS. Each new...
April 6, 2006 at 11:52 am
In 2005 use certificates. The data is encytped when writted to the column, and decrypted when read. Very nice.
Terry
April 5, 2006 at 8:22 am
SQLAgentUserRole or SQLAgentReaderRole will work per the source referenced in the QOD.
April 4, 2006 at 8:16 am
Viewing 15 posts - 61 through 75 (of 150 total)