Forum Replies Created

Viewing 15 posts - 24,976 through 24,990 (of 26,484 total)

  • RE: How to grant permission to SSIS?

    Unfortunately, I'm not sure what context you are talking about. There is the ability to connect to SSIS from SSMS, but that is limited, and I am using Windows...

  • RE: How to grant permission to SSIS?

    SSIS is not instance aware, meaning you don't have multiple instances of SSIS on a server. One instance of SSIS is used by multiple instances of the SQL Server...

  • RE: optimizing query

    First, we can't help you optimize somethig we haven't seen (ie the query). Second it would also be necessary to see the DDL of the tables, have some sample...

  • RE: How can i prevent the client to open or see the sql dataBase file (mdf) out of the application

    SQL Server databases aren't like Access databases. The .mdf and .ldf files have to be connected to an instance of SQL Server database engine. Given that, anyone with...

  • RE: Application Roles

    I don't think the question was poorly worded. The question was, in my opinion, written to make you think, what are the possible answers? How many ways can...

  • RE: I got burned today at a SQL Server Interview!

    Of course, first thing you have to do is define maturity.

    😉

  • RE: dbcc indexdefrag...Need Help

    Per BOL, DBCC INDEXDEFRAG is fully logged, so changing to BULK LOGGED is still the same as FULL RECOVERY for this operation.

    You may need to run the transaction logs more...

  • RE: I got burned today at a SQL Server Interview!

    Grant Fritchey (3/19/2008)


    Whoa! Hold on. Revelation! People who come out of college are mature adults? Hmmm... To ask this in the proper SSC manner, you have a test that proves...

  • RE: Application Roles

    The question was vague, make some assumptions. Again, how would YOU invoke the application role to accomplish testing of the role? How many ways can you invoke the...

  • RE: Application Roles

    Yes, you invoke the approle is vague, but purposeful. Put yourself in the position asked. If you are testing an application role, how would you invoke it? ...

  • RE: Application Roles

    Joshua - Read the whole question. It clearly states that you invoke the approle. How do you do that? You use sp_setapprole, therefore you are setting everything...

  • RE: Application Roles

    I did, and here is the question again with emphasis added.

    "You are testing an application role in SQL Server 2005. You connect with SSMS, invoke the role, and then execute...

  • RE: Application Roles

    Joshua Perry (3/19/2008)


    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...

  • RE: I got burned today at a SQL Server Interview!

    Consulting? Involves a level of self-confidence and self-promotion that escapes me. I do some, for non-profits, for free. They love that they can write me off at...

  • RE: dbcc indexdefrag...Need Help

    The DBCC INDEXDEFRAG command is fully logged. There are several things you could do. The first question, however, is what is the current recovery model of the database?...

Viewing 15 posts - 24,976 through 24,990 (of 26,484 total)