Forum Replies Created

Viewing 15 posts - 5,596 through 5,610 (of 6,678 total)

  • RE: Using a variable with IN

    ehlinger (3/1/2009)


    Jeffrey,

    You aren't missing anything. I just didn't explain the whole picture well enough. The reason it won't work to do filtering on the adjustments table is because...

  • RE: Using a variable with IN

    I really don't understand why you even need the #PointPartners table. Since all you are doing is filtering that table where the AdjustmentName is like 'PP_%' - and, you...

  • RE: Passing a #TempTable and running an ALTER ADD on it

    I think I understand what you are trying to do, but I am not sure it is needed. Can you just create a new formatter procedure with the new...

  • RE: Query Help

    barunpathak (2/27/2009)


    No..still not getting what i wanted to...

    Okay, so what have you tried and why does it not work? Read the article in my signature and post some create...

  • RE: dynamically determine parameter values

    I ran into this issue before and found the only way to get this information was to get it from a server side trace. I was not able to...

  • RE: a SQL statement with a large number of comparisons in WHERE...

    Okay - wasn't sure, but since your are on SQL Server the EXCEPT operator is available and can be used.

  • RE: t-sql question!!

    SELECT REPLACE(col2, '\' + col1, '');

  • RE: a SQL statement with a large number of comparisons in WHERE...

    Your query does not look like T-SQL, so I don't know if this will work in your product. In T-SQL we could use the EXCEPT operator, as in:

    SELECT {column...

  • RE: NTLM to Kerberos

    One of the things I noticed is that the SPN record must match exactly how you are connecting to SQL Server. In other words, if your SPN is setup...

  • RE: SQL 2005 installation and memory

    The default max memory setting after install is 2TB, regardless of the amount of memory available on the server.

    On x64 platforms - you want to always set the maximum to...

  • RE: Result set truncated from view when using order by

    noeld (2/25/2009)


    Watch out for SQL 2005 has issues with ORDER BY in the definition of the views!

    No, the only time it is not valid is when you use TOP 100...

  • RE: Index Question -Why the optimizer use ..

    In addition to what GSquared stated, how many rows out of the 20,000,000 rows have a value in col2?

    If most of those are populated, then SQL Server is going to...

  • RE: Backup Software

    Jason Crider (2/25/2009)


    Ok, I agree on speed, compression, and encryption.

    What about the portability of not deal with a third party file extension?

    What about your backup and restore scripts working anywhere...

  • RE: Backup Software

    Besides compression, the number one reason we use Litespeed is speed.

    I can backup my 350GB database, with compression to a 60GB file in about 40 minutes.

  • RE: New views do not come across in backup

    steve smith (2/24/2009)


    Well, let's see... I take a backup. I zip the file before copying it across from one server box to another server box. Then I unzip...

Viewing 15 posts - 5,596 through 5,610 (of 6,678 total)