Forum Replies Created

Viewing 15 posts - 2,911 through 2,925 (of 7,164 total)

  • RE: ASP.NET App and SQL Server identity

    mister.magoo (10/9/2012)


    Obviously, you must ensure the web site has only ASP.NET Impersonation and Windows Authentication enabled in the "Authentication" settings for this to work...

    You do make it seem simple, but...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: ASP.NET App and SQL Server identity

    JimS-Indy (10/9/2012)


    I see. Any resources on how to verify the user is in an AD group?

    .NET System.DirectoryServices.AccountManagement Namespace

    I'm also really confused about App pools. Any resources on those? They look...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: What would be the major concerns for running WCF services and xp_cmdshell on SQL Server?

    You're very welcome. Happy to assist!

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: ASP.NET App and SQL Server identity

    JimS-Indy (10/9/2012)


    Yeah, so I'm getting the impression the ASP.NET app must accept all comers, authenticate them, then use the Network Service to access the db. I can live with that....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: shrinkfile and LOB data

    Query that checks for LOB columns:

    SELECT t.name AS ,

    c.name AS [column],

    c.system_type_id,

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Clustered index, mandatory or optional?!

    Appropriate for all? No. Pick a spot, maybe 90, monitor fragmentation, and adjust up or down.

    I would be careful using a variable length column in a PK, especially if their...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Yes, and references to the movie that made his flagship car famous:

    http://en.wikipedia.org/wiki/DeLorean_time_machine

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Trigger with OSQL

    I agree with the advice to use something other than a direct call inside the transaction. Write the data you need to export to a table and then have an...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: restore log backups to another server

    No sense in reinventing the wheel. Even though the servers cannot communicate directly you can still use Log Shipping. You'll just need to automate the copying of the tran log...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: package configurations

    Duplicate post. Direct replies here:

    http://www.sqlservercentral.com/Forums/FindPost1368405.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: linked server using JDBC?

    Not directly. Linked Servers use OLE DB providers only. I did a quick Google session looking for an OLE DB Provider for JDBC but cameup empty.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Process hung with PREEMPTIVE_OS_PIPEOPS as lastwaittype

    Another reason not to use xp_cmdshell...

    Hung connection wait type PREEMPTIVE_OS_PIPEOPS

    Consider changing the process to a SQL Agent job that calls your script.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL 2005 vs SQL 2008

    lonhanner (10/8/2012)


    I have a client I am writing a VB.NET 2010 program. The client is running SQL SERVER 2005. I am using SQL SERVER 2008 EXPRESS.

    Will I have a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2008 import wizard - importing excel xls workbook

    Thanks. For future posts you can make the picture appear in your post by using the Image icon above the text window. Copy the link of the uploade image, yours...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Splitting backups at specified size

    kingrudedog (10/8/2012)


    I want it all automated bro!

    I want to say:

    (automatically) estimate the backup size of this database and split it up so that each backup portion is never bigger than...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,911 through 2,925 (of 7,164 total)