Forum Replies Created

Viewing 15 posts - 7,081 through 7,095 (of 7,164 total)

  • RE: AD embedded groups

    This should work fine...it may just be a situation where the change has not propagated to all domain controllers, specifically one being actively used by your SQL Server instance for...

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

  • RE: SQL Server 2005 - Monitoring Specific Accounts

    Setting up a server-side trace is the first thing that comes to mind. Trace will allow you to capture the activities for a specific set of logins at a very...

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

  • RE: using oSQL utility

    PS check out the -b option of sqlcmd...it may be useful in this context if you are not handling errors within your script and do want sqlcmd to set the...

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

  • RE: using oSQL utility

    ALZDBA,

    I could see using xp_cmdshell to avoid pushing a 1GB file across the wire. I do agree with you however that sqlcmd would be preferable over osql.

    mailtosaravanan.m,

    xp_cmdshell may not...

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

  • RE: SQL Server <--> Microsoft Exchange Interface

    Here is an interesting post regarding the use of ExDAV from ASP.NET:

    http://blogs.technet.com/b/kclemson/archive/2004/01/23/62247.aspx?PageIndex=2

    There is no code sample for reading contacts but it might be worth a look.

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

  • RE: Passing on username and password to non-domain server

    Whatever or whoever is kicking off your SSIS package will be forced to authenticate to that network location.

    Can you tell us more about the execution context? Is it a...

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

  • RE: Replication design question

    I agree with that is is an "odd" choice. Setting up and maintaining replication in one environment may not be too bad...but throw in the portability issue and you multiply...

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

  • RE: processing .NAF file

    File extensions exist to let the viewer of the file name as well as to tip off the operating system as to what the program to use to open the...

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

  • RE: SQL Server <--> Microsoft Exchange Interface

    Sorry for the hasty reply initially...

    Some options are to run SQL Server Express Edition on your Exchange server so you can use ExOLEDB locally. This could let you bridge to/from...

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

  • RE: SQL Server <--> Microsoft Exchange Interface

    Lookup Linked Servers for your version of Exchange. There is a provider for 2003.

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

  • RE: Windowed Function Where Clause

    That's pretty cool Wayne...that's why I wanted "in" on this post. Running an estimated execution plan with the sub-query method using MAX()/OVER PARTITION BY and the CTE (common table expression)...

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

  • RE: Normalization Question

    GSquared already mentioned it in a previous post:

    GSquared (2/24/2011)


    What you're hitting here is the age-old conflict on how best to architect data warehouses. One is "star/snowflake schema", one is...

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

  • RE: BULK INSERT multiple files without xp_cmdshell

    SQLkiwi (2/24/2011)


    e90fleet (2/24/2011)


    Is there a way to bulk insert multiple files from a shared folder into a table without using xp_cmdshell? Using SSIS and turning xp_cmdshell on is not...

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

  • RE: Windowed Function Where Clause

    I would like to take a shot at this one...can you please provide the DDL for your tables and some DML to build some test data?

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

  • RE: Discovering Foreign Key Constraints

    Double post...please direct all replies here:

    http://www.sqlservercentral.com/Forums/Topic1069402-392-1.aspx

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

Viewing 15 posts - 7,081 through 7,095 (of 7,164 total)