Forum Replies Created

Viewing 15 posts - 6,016 through 6,030 (of 7,164 total)

  • RE: Copy From FlatFile Using Wildcard in File Name

    jason.spamalicious (6/17/2011)


    Thanks a million.

    Awesome 😎

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

  • RE: Problem using IF EXISTS(SELECT * FROM MYVIEW)

    Thanks for posting back.

    I looked at the article to see how you arrived at a query that used "IF 0 NOT IN" because I had never seen that as an...

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

  • RE: New-WebServiceProxy error when working to script out SSRS report definitions

    Ahhh...when you launch PowerShell from SSMS I think you're actually running a SQLPS session which is a mini-shell (real term :-)) different from a standard PS shell.

    See section "Adding the...

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

  • RE: Replicating a VIEW

    I think we're having a terminology disconnect here...

    I am talking about using SQL Server transaction replication to replicate the resultset of a VIEW from a publisher (the operational database) to...

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

  • RE: Agent Job Check for file existence

    sturner (6/17/2011)


    I use xp_fileexist It is probably undocumented (which will freak out some purists) ...

    Not sure if I'm a purist but your post freaked me out a little.

    PowerShell +10,000

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

  • RE: Problem using IF EXISTS(SELECT * FROM MYVIEW)

    Something did not come through correctly through the copy/paste/website translation...can you please save the execution plans on your local disk and attach them to the thread?

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

  • RE: Problem using IF EXISTS(SELECT * FROM MYVIEW)

    We want the Actual Execution Plan saved as an XML file (.sqlplan extension).

    From the article with some relevant items in bold:

    To save an execution plan by using SQL Server Management...

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

  • RE: Problem using IF EXISTS(SELECT * FROM MYVIEW)

    Sounds like you're doing something when trying to gen it or save it where it's not giving you the proper result. Please have a look at this article:

    http://msdn.microsoft.com/en-us/library/ms190646.aspx

    Edit: See the...

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

  • RE: Use of temporary tables

    PaulB-TheOneAndOnly (6/17/2011)


    opc.three (6/17/2011)


    Concrete tables used in a temporary way and truncated before and/or after each use are a common design choice. What I see a lot of people fail to...

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

  • RE: Problem using IF EXISTS(SELECT * FROM MYVIEW)

    :ermm: I'm not well-versed in reading text plans...could you provide graphical plans? You can save them as .sqlplan files locally and attach them to the thread.

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

  • RE: Error handling for dynamic sql - please advise

    You're close. See if this makes more sense. I updated your script so it runs independently and just prints what would be run...just uncomment the EXEC command if you want...

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

  • RE: Problem querying sql table from PHP 5

    Just curious because I have supported PHP clients talking to SQL Server...what drivers are the PHP devs using? Is it PHP on Windows or *ix?

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

  • RE: Replicating a VIEW

    PaulB-TheOneAndOnly (6/17/2011)


    I would set a proper ETL process...

    Define proper? In what way is a replicated VIEW improper?

    ...SSIS packages based solution usually does the trick.

    This is an option. The SSIS package...

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

  • RE: How to make DT_NTEXT work in Excel destination in SSIS

    This thread has the answer in it:

    http://www.sqlservercentral.com/Forums/Topic349843-148-1.aspx

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

  • RE: High CPU

    Am being pushed for a CPU upgrade maybe mutiple processors, is this likely to make any difference or will this only make a difference for multi-threaded applications?

    Sorry, but there is...

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

Viewing 15 posts - 6,016 through 6,030 (of 7,164 total)