Forum Replies Created

Viewing 15 posts - 13,906 through 13,920 (of 26,486 total)

  • RE: Database Mirroring VS FileStream

    gmamata7 (3/6/2012)


    Hi,

    We have enable FileStream feature for instance INS1 and configured RBS for Share Point Content databases using filestream

    We have another database called Mydb which is NOT configured for Filestream....

  • RE: multiple convert decimal commands

    mtillman-921105 (3/6/2012)


    Lynn Pettis (3/6/2012)


    Drove to Denver for fifteen years, not really a problem. Starting again seven years later and it was just kicking my *** physically.

    Haven't really started doing...

  • RE: Multiple count() in a single SQL

    siva 20997 (3/6/2012)


    I am pursuing my methods and developing applications

    The T SQL Logic which every one seems to want is effient code

    What they dont seem to reaalise is that it...

  • RE: multiple convert decimal commands

    mtillman-921105 (3/6/2012)


    My guess is that they are trying to get a specific answer - to 5 decimal places rather than none. If you can, run the original way and...

  • RE: file backup of open database

    I would not rely on those backups for recovery of any database. Most likely they will be in an inconsistent state and unusable.

    You really need to use either SQL...

  • RE: Using table result within a script

    I'd be curious about the definitions of the tables used in each of the queries as well.

    Also, what is with select the top 5 from one table into the temporary...

  • RE: Multiple count() in a single SQL

    siva 20997 (3/6/2012)


    Ok I get it now. You had posted the solution earlier on which I had not tested or Sree had accepted

    The thread continued for another 2 pages...

  • RE: Using table result within a script

    Can't see what you are doing. Try posting all the code not just pieces of it.

    Plus, your first select statement needs to be part of the query that follows...

  • RE: Multiple count() in a single SQL

    siva 20997 (3/6/2012)


    Then and now, I try to solve the problem mathematically and then write the TSQL

    That would always get a solution but might be heavy on resources

    What people are...

  • RE: Error converting varchar to Float

    I like earning extra cash on the side as well.

    One thing I would also look at changing are the UDFs. I would rewrite them as in-line table valued functions...

  • RE: multiple convert decimal commands

    Not knowing your system, it really is hard to say what it is doing or why.

  • RE: What causes parameter sniffing to start?

    Just food for thought. If the procedure(s) have been working well for months (or longer) and then suddenly start having issues, it could be a result in changes in...

  • RE: Average date difference between two columns

    CELKO (3/6/2012)


    ...

    Code should be in Standard SQL as much as possible and not local dialect.

    ...

    I completely disagree with this statement. If you are working with MS SQL Server...

  • RE: Best approach to let users create and manage their own tables and data

    agustingarzon (2/29/2012)


    ...

    This would be fool proof, and monitored by DBAs for performance problems, but this is just a small project.

    ...

    I find this part the toughest. There really is no...

  • RE: Large table cleanup with minimal locks

    jberg-604007 (3/6/2012)


    can't index a table variable

    Not quite true. You can define a primary key index while declaring the table variable. You can't add indexes to a table variable...

Viewing 15 posts - 13,906 through 13,920 (of 26,486 total)