Viewing 15 posts - 616 through 630 (of 817 total)
We're still using OEM for SQL Server monitoring, using version 10.2.0.5. It works but I find different nuances every week.
Follow my links from above, the Oracle documentation is good.
I'm...
March 17, 2011 at 9:12 am
Roland, thanks for the comment, looks like I missed an edit.
The name of the endpoint on the mirror should be 'MirrorEndpoint'. So yes, the two connect statements should read:
create...
March 14, 2011 at 12:30 pm
I can do this one, also. It's similar to the other port article.
March 14, 2011 at 10:01 am
I am smack in the middle of this at my job. My manager is all about security/process/documentation, while other parts of management (and even the upper management) has a...
March 10, 2011 at 9:36 am
I love the image you chose, D&D PnP dice and Player's Handbook definition of wisdom. Brought back memories...are (were) you a gamer, Steve?
March 7, 2011 at 10:20 am
We're currently studying for the 70-432 certification also. I passed the 70-431 exam, so have some experience here.
As David stated, knowing the T-SQL behind the scenes will give a...
February 11, 2011 at 4:00 pm
It probably has something to do with a 32bit library vs. a 64bit library. 'procexp' might show you that.
Curious, why are you going to SQL Server 2005? You're...
February 11, 2011 at 3:35 pm
This is a total shot in the dark, so do some research before, but maybe the .dll isn't registered.
You could modify the account that the SQL Server agent...
February 11, 2011 at 2:38 pm
Wow...duh! Thanks GS. Forgot my set theory for a second.
Is a join the only way to do this?
February 7, 2011 at 2:51 pm
Interestingly enough, when I read this I felt a twinge of guilt. Not that I lied on my interview nor did I embellish, but I had just passed my...
February 7, 2011 at 11:16 am
I've always wanted to buy some land on the moon on the slight chance that it's legit. I could see my descendants saying something like: "great great great grandpa...
February 4, 2011 at 9:13 am
Don't handle things twice. If you pick something up, open an e-mail, etc., handle it then. The single largest source of double-work and lost time you will ever encounter is...
February 3, 2011 at 9:27 am
Try this:
select * from sys.database_principals
where type = 'A'
Reference:
http://msdn.microsoft.com/en-us/library/ms187328(v=SQL.90).aspx
February 1, 2011 at 5:27 pm
Viewing 15 posts - 616 through 630 (of 817 total)