Forum Replies Created

Viewing 15 posts - 22,606 through 22,620 (of 26,490 total)

  • RE: not both

    Gaius Baltar (2/4/2009)


    Good Day,

    I am working on a query for SQL Server 2005 and need some

    help with a logic problem. I want to add to the WHERE clause

    some...

  • RE: SQL Injection

    It would also be nice if Paresh Prajapati would post back as well. I'd be curious to see if he has learned anything valuable from this post?

  • RE: SQL Injection

    Well, there is a difference. This site is really just the "water cooler". It provides a place for venting, in an appropriate manner (no foul language), and if...

  • RE: help with query

    Magy (2/4/2009)


    I have a query that I use for searching that contains a FREETEXTTABLE statement.

    I now need another query to search another table, but this table is not text indexed.

    I...

  • RE: Who Do You Report To ?

    My title is System Administrator. I'm actually the Senior DBA and team lead for our database group. I report to the Director of MIS.

  • RE: CREATE TABLE ##nnnnnnn appears to loop

    Based on your last comment, local temporary tables may not work. They are only good for the current session, and if the table name is being passed back to...

  • RE: Will you consider changing job in this economic tough time?

    I'd be reluctent to change jobs right now. But then I work for a K12 Public School District, and it has some significant advantages. the first is that...

  • RE: statement runs very slow what have I done wrong or what could I change to make it better

    Again, this is PeopleSoft. What version of the software and peopletools are you using? Is this query maintained by the application or is it a custom query?

  • RE: Order by

    You need to explain the requirements better. Looking at your expected results doesn't really make much sense.

  • RE: CREATE TABLE ##nnnnnnn appears to loop

    Perhaps instead of Global Temporary Tables (##) they could use Local temporary Tables (#).

  • RE: 3 months rows

    rpatil22 (2/4/2009)


    Table will contain data for a year (2008 and 2009) (400K+ rows)

    Consider Today's date - 02/04/2009

    So 3 months back date is - 10/04/2008.

    so i want to delete rows from...

  • RE: Replace String in column

    Agree with Luke I do, not enough info to help.

  • RE: 3 months rows

    So, rpatil22, answer the question are you? Help you I would like.

  • RE: 3 months rows

    I'd need a little more information regarding what you are looking for regarding the past 3 months. There are several ways to "read" that requirement. The last three...

  • RE: Number of columns in composite key

    I'd never use 6th normal form. Why would you want a table for evey column in your database? Think of all the joins you need to get the...

Viewing 15 posts - 22,606 through 22,620 (of 26,490 total)