Forum Replies Created

Viewing 15 posts - 4,591 through 4,605 (of 6,104 total)

  • RE: Protecting Proprietary SQL code

    WITH ENCRYPTION works against everyone, including sysadmin level accounts. However, it's not very strong.

    There's a script (I think there's a version in the script repository here) that is based off...

    K. Brian Kelley
    @kbriankelley

  • RE: Impersonation within SQL Server

    Not impersonate, no. But what you want to do, which is get information into DB2 from DB1, can be. With SP3 and cross-database ownership chains, it is possible. As long...

    K. Brian Kelley
    @kbriankelley

  • RE: How do CREATE TABLE statements function?

    Keep in mind that this if the trigger is going to fire (don't know, may be same problem when dealing with CREATE TABLE and sysobjects), it'll fire when a user...

    K. Brian Kelley
    @kbriankelley

  • RE: How do CREATE TABLE statements function?

    I haven't seen anything about that and you won't see it captured in Profiler. I concluded at least those three because they have information required for a new table.

    K. Brian...

    K. Brian Kelley
    @kbriankelley

  • RE: How do CREATE TABLE statements function?

    Well, the CREATE TABLE does a lot of things behind the scenes, so I wouldn't be surprised if it doesn't work in a typical INSERT fashion. Consider that sysobjects, sysindexes,...

    K. Brian Kelley
    @kbriankelley

  • RE: Connection Problems

    Is the Windows account you are using to connect to SQL Server in the same domain (or a trusted domain) as the SQL Server itself?

    K. Brian Kelley

    http://www.truthsolutions.com/

    Author: Start to Finish...

    K. Brian Kelley
    @kbriankelley

  • RE: How do CREATE TABLE statements function?

    Keep in mind that some of the system tables are really virtual. They are created for you on the fly when you query them. The system table syscurconfigs is one...

    K. Brian Kelley
    @kbriankelley

  • RE: SP3 Analysis Services and Desktop Engine probs

    You have to install Analysis Services separately. One way to check is to look at your services (run services.msc from Start | Run). If you see MSSQLServerOLAPService, you have Analysis...

    K. Brian Kelley
    @kbriankelley

  • RE: SP3 and DTS crashes

    Okay, here goes with the standard Microsoft answer: Did you try reapplying the service pack? Perhaps something didn't get registered properly.

    K. Brian Kelley

    http://www.truthsolutions.com/

    Author: Start to Finish Guide to SQL Server...

    K. Brian Kelley
    @kbriankelley

  • RE: Running slow with Trusted domains

    What are the access times like from other applications?

    K. Brian Kelley

    http://www.truthsolutions.com/

    Author: Start to Finish Guide to SQL Server Performance Monitoring

    http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Worm - Are we lazy

    Site Server is a real bear. I hated working with it. It never made it into production in our environment because it was just a royal mess to support. Any...

    K. Brian Kelley
    @kbriankelley

  • RE: Virus protection software for SQL Server

    Unfortunately, SQL Slammer had spread so quickly, by the time anyone had definitions out, the devestation was done. Within 3 minutes, I think it was up to 55 million scans/sec...

    K. Brian Kelley
    @kbriankelley

  • RE: View names only

    That's extremely odd... I just tested and got what I expected in both master and Northwind: only the views. When you scan sysobjects (no WHERE clause), do the tables show...

    K. Brian Kelley
    @kbriankelley

  • RE: SP3 Analysis Services and Desktop Engine probs

    Did some reading in microsoft.public.sqlserver.olap and some are having issues with SP3 and Analysis Services, though I don't see anyone mentioning the issue you cited. However, this is from the...

    K. Brian Kelley
    @kbriankelley

  • RE: SP3 Analysis Services and Desktop Engine probs

    I didn't have issues with Analysis Services, but when I was patching a couple of MSDE installations I did run into that instance name problem. Though one user had the...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 4,591 through 4,605 (of 6,104 total)