Forum Replies Created

Viewing 15 posts - 1,561 through 1,575 (of 6,104 total)

  • RE: Synching SQL Logins/password during log shipping.

    Take apart sp_helprevlogin to understand how it is extracting the password. Use that to update the password on the second server if the password has changed.

    K. Brian Kelley
    @kbriankelley

  • RE: Successful DBA

    Nisha N.Kumar (10/24/2007)


    Yes I am fresher just out of college.

    I had undergone training for some months but have never worked on live projects.

    But they have put me in a project...

    K. Brian Kelley
    @kbriankelley

  • RE: SSMS - Authenticate with alternate Domain credentials

    Start SQL Server Management Studio with an alternate set of credentials. There are two ways of doing this:

    1) Hold down the shift key and right-click on the icon. Choose the...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Server Management Studio for the masses

    It's a tool. Unless there is a training impact, let them have the tool. From a security perspective, trying to keep them from using that tool means they'll go and...

    K. Brian Kelley
    @kbriankelley

  • RE: REPORTING SERVICES = HIGH AVERAGE DISK QUEUE LENGTH?

    SSRS's backend databases are a killer on disk I/O in general, so I am not surprised by this. A lot has to do with how the reports are...

    K. Brian Kelley
    @kbriankelley

  • RE: Recommended SQl Server 2005 Books

    For SQL Server Management Studio, do a search on Amazon.com for Dale Elizabeth Corey. She wrote a book on SSMS that used to be distributed via SSC. I don't know...

    K. Brian Kelley
    @kbriankelley

  • RE: Message System

    It might help you to spend a bit of time researching how mail servers like Exchange do threading. That'll give you a running start on designing your own system. There...

    K. Brian Kelley
    @kbriankelley

  • RE: logon audit

    Kenneth Fisher (10/24/2007)


    One really nice feature of SQL Profiler 2005 is that it will let you export the script trace definition to a script for SQL 2000 or 2005.

    This can...

    K. Brian Kelley
    @kbriankelley

  • RE: Installing Analysis servers on shared server

    As you might expect, both consume resources. And it depends on how heavily both will be used. With respect to Reporting Services, however, the reporting services databases can generate a...

    K. Brian Kelley
    @kbriankelley

  • RE: Install SQL Server 2005 Cluster on 1 node only

    If you install SQL Server 2000 from one of the nodes, you can install a SQL Server 2005 instance to it.

    Make sure you have your domain groups created ahead of...

    K. Brian Kelley
    @kbriankelley

  • RE: How to allow users with only public role permissions to run select statements against the sysusers and sysmembers tables in SQL Server 2005

    If you're using SQL Server 2005, you should get away from using the sysusers table and other system objects from SQL Server 2000 as they are deprecated. In some cases,...

    K. Brian Kelley
    @kbriankelley

  • RE: How do I interpret sp_who2 results?

    Hi Robert,

    have you tried querying sys.dm_os_waiting_tasks to see what the wait types are for the SPIDs?

    K. Brian Kelley
    @kbriankelley

  • RE: Dynamic reporting services..

    I don't know about modifying Reporting Services itself, but it should be fairly easy to do this with a .NET (or even ASP) page that gets the user's credentials and...

    K. Brian Kelley
    @kbriankelley

  • RE: CREATE VIEW error

    In doing a Google search, I saw some reports of this happening on several forums and blogs when the database and server collations don't match up. Could that be the...

    K. Brian Kelley
    @kbriankelley

  • RE: CREATE TABLE command error in SSMS vs EM

    For those looking how to change this, in SQL Server Management Studio:

    Tools | Options | Scripting

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 1,561 through 1,575 (of 6,104 total)