Forum Replies Created

Viewing 15 posts - 23,356 through 23,370 (of 26,484 total)

  • RE: Data Vices

    Anye Mercy (12/5/2008)


    Lynn Pettis (12/5/2008)


    Laurie Dunn (12/5/2008)


    Just the mentioning of Diet Dr. Pepper caused me to go get one. I am weak for its fizzy goodness.

    I really loved the...

  • RE: Data Vices

    Reading about the different diets everyone has used, I thought I'd share my experience. Please remember, I have been an active Soccer Official since January 2003, so for 20...

  • RE: Data Vices

    Laurie Dunn (12/5/2008)


    Just the mentioning of Diet Dr. Pepper caused me to go get one. I am weak for its fizzy goodness.

    I really loved the Diet Berries & Cream...

  • RE: How to down grade a database from sql server 2005 to 2000

    As you may all know, SQL Server 2005 request a minimum of 8GB RAM to work… let say satisfactorily. I first didn’t knew that and after a while from the...

  • RE: How to down grade a database from sql server 2005 to 2000

    SSIS is SQL Server Integration Services (the replacement in SQL Server 2005 for DTS). Telling you how to use SSIS just isn't possible in this forum.

    My question would be...

  • RE: How to down grade a database from sql server 2005 to 2000

    Not directly. You can script the database objects using SQL Server 2000 syntax, then use SSIS to move all the data back. Once the database itself has been...

  • RE: Poor Performance : Select count(*) takes 30 Mins ? Why ?

    Nope, just blame it on Oracle.

  • RE: Bulk inser query failed

    Try using an UNC for the file instead of what appears to be a mapped drive:

    BULK INSERT CSVTest

    FROM '\\servername\sharename\Business Services\test.txt'

    ...

  • RE: Data Vices

    My Diet Dr Pepper is my coffee. I never developed a taste for coffee.

  • RE: Data Vices

    My wife would agree with you Steve, I drink too much soda. Tried going cold turkey about 6 weeks ago, ended up with a MAJOR migraine headache that wiped...

  • RE: Command line to unzip file using winzip32

    You need to put double quotes around the filename, like this: "C:\Information technology\Dral\Dral_ENC.zip"

  • RE: Problems with CASE in WHERE

    Just so you know, this is a MS SQL Server site. There may not be many people here who will be able to help you with PL/SQL. Most...

  • RE: Deleting a few million rows

    Here is some code you can work with. If you have a test environment, test it there first. You do need to make some adjustments to the code...

  • RE: VERY SLOW query

    Andrew.Buis (12/4/2008)


    Also, I couldn't figure out why it wouldn't allow me to DECLARE a variable in a tvf, else that would be much more readable.

    Because you are working with an...

  • RE: VERY SLOW query

    What is your fiscal year for reporting? For instance Fiscal Year 2009 (our current fiscal year) is July 1, 2008 through June 30, 2009.

Viewing 15 posts - 23,356 through 23,370 (of 26,484 total)