Forum Replies Created

Viewing 15 posts - 1,066 through 1,080 (of 1,583 total)

  • RE: Retrieving Deadlock Graphs with SQL Server 2008 Extended Events

    I've tried every version of the code pasted on the page and consistently get this error:

    Msg 9436, Level 16, State 1, Line 1

    XML parsing: line 5, character 15, end tag...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Using the DelimitedSplit8k function - Help Jeff!

    Thanks so much it's for the additional feedback in this, I will test out the CLR code to see if I'm gaining any advantage over the tally table method! ...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: DMVs - What causes NULL Query_Plan values in sys.dm_exec_cached_plans

    While I am not 100% sure, I've always under the impression that procedures that had WITH RECOMPILE on them didn't retain the execution plans...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Using the DelimitedSplit8k function - Help Jeff!

    That's a very good question and in all honesty I don't know...I believe there's a uid (row guid/unique identifier) that is assigned to each row...but I'll have to check with...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Using the DelimitedSplit8k function - Help Jeff!

    MyDoggieJessie (6/7/2012)


    Would soemthing like this work, or is it defeating the purpose of Jeff's work of art?

    CREATE FUNCTION [dbo].[fx_SplitExtents]

    (

    ...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Using the DelimitedSplit8k function - Help Jeff!

    Would soemthing like this work, or is it defeating the purpose of Jeff's work of art?

    CREATE FUNCTION [dbo].[fx_SplitExtents]

    (

    ...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Using the DelimitedSplit8k function - Help Jeff!

    The number is the position, and the value can be 1-80 for some fields, 1-40 in some, and 1-20 in others

    Ex:

    dbo.SplitCMD([ts-fee-amt],80)

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Linked server issue with application

    Check out this link: http://blogs.msdn.com/b/john_daskalakis/archive/2009/11/13/9921916.aspx

    I've had this happened before (not with the JDBC drivers) and the cause could relate to your issue as well.

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Logshipping status report Throgh Mail

    Make sure the temp tables are dropped. when you first executed the script the temp tables were created then when you attempted to rerun it, it fails because that...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: The Trouble with Transactional Replication and large articles.

    jei33 (5/18/2012)


    Nice article, thanks.

    Question:

    if you have detected that huge article as the conflicting one, wouldn't be enough just to drop that article from the publication, instead of deleting the...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Logshipping status report Throgh Mail

    Please post the exact code you are using and I will take a look at it - thanks

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: The Best Way to Learn

    Videos would be great, however, examples which are more practical would be even better. All too often I've found that the examples in most books hardly ever relate to...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    If you set up transactional replication using the GUI, it does quirky things behind the scenes (like automatically set settings you really don't want). To ensure you don't take...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Column name/number of supplied values does not match table definition

    I knew I should have completely finished my first cup of coffee for the morning before posting this 😀

    Issue resolved (walking away with tail between my legs in shame...)

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Linked Server

    Might sound lame, but check to see if there's some System DSN created (in Administrator Tools, ODBC)

    Sounds like there might be a "prd" in that that's pointing to your "local"...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 1,066 through 1,080 (of 1,583 total)