Viewing 15 posts - 511 through 525 (of 583 total)
My first question would be, can you connect to the windows share \\Primary Server1\backup from the secondary server via windows explorer? Are the 2 domains trusted?
I have, in the...
February 11, 2009 at 12:04 pm
nevermind I have found it. It is specifying the use of bitwise filter.
for anyone else who is interested
http://support.microsoft.com/kb/269181
thanks for the help.
February 6, 2009 at 12:27 pm
This works great and is better then my solution because it does not need UDF.
Would you happen to have a reference for the numbers after userAccountControl? I am the...
February 6, 2009 at 12:23 pm
I have figured out how to get disabled users out of the useraccesscontrol value. When converted to binary the second bit signifies whether account is enabled or disabled. So with...
February 6, 2009 at 10:12 am
I have just realized that I am trying to find the wrong value. What i wanted it disabled users, not locked users. I have found which attribute has this info...
February 6, 2009 at 9:42 am
I cannot just use lockouttime attribute as is because when doing so as in the query below, I receive the following error.
Cannot get the data of the row from the...
February 5, 2009 at 3:12 pm
Erm ... If the process is blocked it can not do anything ... putting code in the blocked procs would not work.
I didn't think that one all the way through...
February 2, 2009 at 2:59 pm
I have one suggestion that wouldn't involve polling. What about adding the check if process is blocked and timing inside the stored procs you are trying to time. You would...
February 2, 2009 at 8:17 am
Unfortunately the blocked process report event does not exist in 2000. You are posting in the 2005 form so even though, looking back, I see you stated you were on...
January 29, 2009 at 9:35 am
You could setup a trace on the blocked process report event and have that trace logged to a table. This event doesn't trigger immediately but only after the process...
January 29, 2009 at 8:26 am
check out this link
http://support.microsoft.com/default.aspx?scid=kb;en-us;271509#kb2
It explains how to write blocks to a file but im sure the process can be modified to write to a table. It creates a store proc,...
January 28, 2009 at 10:49 am
1. the integration services....isn't that the business intelligence development
Analysis services is business intelligence, integration services is for ETL(Extract,Transform,Load) which can be used for BI but is not exclusive to...
January 28, 2009 at 7:55 am
If you are on version 9.0.1399 (which is RTM) you need to have integration services installed an running to create maintenance plans. If you upgrade your server to Service pack...
January 27, 2009 at 2:24 pm
sysfiles has mostly the same info in 2000
January 27, 2009 at 7:39 am
check out sys.database_files system view.
http://msdn.microsoft.com/en-us/library/ms174397(SQL.90).aspx
January 26, 2009 at 3:28 pm
Viewing 15 posts - 511 through 525 (of 583 total)