Viewing 15 posts - 61 through 75 (of 129 total)
A database administrator's primary job is to protect the data. Making assumptions is a very good way to put the data at risk. Like Sgt. Joe Friday used...
March 19, 2008 at 11:49 am
The questions still says:
[font="Courier New"]You are testing an application role in SQL Server 2005. You connect with SSMS, invoke the role, and then execute various queries and stored procedures. What...
March 19, 2008 at 10:36 am
You are correct that you must use sp_setapprole to invoke the app role, but if you do this without setting the cookie you cannot revert since the cookie is what...
March 19, 2008 at 10:23 am
Again, setting the cookie is an option that is required to revert. By default this option is set to false. The question is about how to revert and...
March 19, 2008 at 10:17 am
The question never says anything about actually using sp_setapprole to create the cookie, so you can't use sp_unsetapprole to revert. I think you need to read my post again....
March 19, 2008 at 10:06 am
The answer is absolutely wrong. You can't use sp_unsetapprole because the cookie was never set using sp_setapprole. If you activate the app role before setting the cookie using...
March 19, 2008 at 8:53 am
Nice ambiguity. A schema is a container or namespace, but can't actually own an object since it is not a user. The correct answer is to assign ownership...
October 26, 2007 at 8:40 am
Andy,
I'm not sure what you mean by "standard DBA type role" since I've seen everything from a web developer maintaining the MS Access based "data warehouse" to the systems analyst...
October 18, 2007 at 5:11 pm
With the topics being covered at PASS this year and last, and the opportunity to only attend one conference during the year, TechEd and the MS BI conference seem like...
October 18, 2007 at 10:43 am
Using calculated members does not decrease processing time for the cube since only the definition is stored. It may actually increase processing time since SSAS needs to recalculate the...
September 12, 2007 at 11:29 am
Answer B is actually the most correct since MOLAP is often used for dimensions with millions of members and the note in the question author's reference supports that as...
September 6, 2007 at 10:31 am
I have to agree with James. Control characters are normally represented by the small square we see when looking at a carriage return in a varchar column. There is...
August 22, 2007 at 11:16 am
Certification may not be the best measure of whether to hire someone, but don't bash the Microsoft Official Curriculum. In my experience these classes are taught by an experienced...
August 8, 2007 at 9:47 am
Just-in-time manufacturing plants can run without their scheduling system, but for a particular auto manufacturer I worked at in the past, being without the scheduling system would have resulted in a...
July 30, 2007 at 9:55 am
Viewing 15 posts - 61 through 75 (of 129 total)