Forum Replies Created

Viewing 15 posts - 5,761 through 5,775 (of 8,753 total)

  • RE: JOIN Tables

    Quick solution, elementary case statement!

    😎

    Note: it took about 5 min to prepare the DDL and the consumable data, less than a minute to write the actual query!

    /* In a safe...

  • RE: update from oracle db

    newbieuser (4/5/2015)


    Hi friends,

    Currently, we have SQL Server 2005 database linked to Oracle database (ANSI). We are planning on converting Oracle database to Unicode. Our customer has some scripts...

  • RE: DBCC CHECKDB - SCript Review and suggestions

    Quick suggestion, why not use Ola Hallengren's SQL Server Integrity Check rather than roll your own?

    😎

  • RE: sql 2008r2 performance issues

    guy3145 (4/5/2015)


    Hi

    thank for your answer!

    does all provided data implies high I/O utilization in sql?

    we encounter a lot of sql clients disconnected at some point of the day, it is all...

  • RE: Query Hints

    patricklambin (4/6/2015)


    Hi SQL-DBA-01 ,

    it seems that KEEPPLAN is for mainly for queries using many temp tables

    See :

    I found only these links which could be interesting for you.

    Cannot see this as...

  • RE: Error: ForEach Variable Mapping number 0 to variable "??" cannot be applied

    rhythmk (4/6/2015)


    Hi All,

    I am getting strange error mentioned below while executing my package.

    Error: ForEach Variable Mapping number 0 to variable "??" cannot be applied

    I am using SSIS 2012.

    I have an...

  • RE: How to execute SSIS package when a file is arrived at folder

    vipin_jha123 (4/6/2015)


    Hi ,

    My requirement is to execute SSIS package, when a file is arrived at a D:\MSBI_and_SQL_Guide\Incomings folder,I do not want to start the package manually .

    It is not sure...

  • RE: Update / Insert statement

    .Netter (4/5/2015)


    Can someone help me with this please

    Quick thought, you cannot mix dynamic and static sql in this way, better do a full dynamic statement. Also you should work through...

  • RE: CTE Syntax

    xsevensinzx (4/5/2015)


    GilaMonster (4/5/2015)


    Grant Fritchey (3/31/2015)


    Steve Jones - SSC Editor (3/31/2015)


    Grant Fritchey (3/31/2015)


    I use semicolons on terminators for all my statements. Everyone should.

    You do or Prompt does it for you?

    Well, Prompt...

  • RE: Running Total Performance

    Jeff Moden (4/5/2015)


    Eirikur Eiriksson (4/5/2015)


    here is a partial testing code which strongly indicates that the original testing is somewhat flawed.

    Sorry... I don't have the time to wade through a ton...

  • RE: Conversion Failed Varchar to Int - Why ??

    homebrew01 (4/5/2015)


    Why does this cause an error ??

    Seems that SQL should just care if @Col_Input is NULL or not. If so convert the 0 to ' 0...

  • RE: Running Total Performance

    Jeff Moden (4/4/2015)


    Got code and test data for that, Eirikur? And what is wrong with Wayne's test harness? Please be sure to include yours.

    Thought you would be interested;-)

    Still...

  • RE: SPROC with XML

    Quick question, did you have a look at this thread?

    😎

  • RE: dbcc checkdb ("master") with no_infomsgs runs forever, does not stop

    pbyrum (4/2/2015)


    I plan to reboot the server to free up memory. There is not enough memory to run the DBCC command.

    Quick question, what are the server's specs and configs?

    😎

  • RE: If Celko was a rock star, which one would he be?

    TomThomson (4/4/2015)


    chrisn-585491 (4/1/2015)


    Joe is definitely Keith Richards.

    β€œThe select's easy, but the join is another thing...”

    But I'm not here just to write books and make money. I'm here to say...

Viewing 15 posts - 5,761 through 5,775 (of 8,753 total)