Forum Replies Created

Viewing 15 posts - 10,591 through 10,605 (of 26,489 total)

  • RE: case in sql server 2000

    Please continue all further posting here. By starting a new thread you are just going to fragment any responses you get and everyone is going to get frustrated.

    Don't get...

  • RE: join

    One last thing, don't tell us how it must be done. Nothing wrong with saying how you would like to see it, but trust us to look at the...

  • RE: join

    ColdCoffee (7/20/2012)


    raghuldrag (7/19/2012)


    i need the ouput by using case.... wat u doesnt get it

    Did u see my post ? can you give me the data you provided in a readily-usable...

  • RE: Which is Best to use, #Temp Table or @Table Variable?

    I'll keep it short. It depends. How many rows of data are you putting in the #tmp or @tmp? How are you using #tmp or @tmp.

    The best thing...

  • RE: Create 15 min inc time matrix?

    Okay, once I finally decided to look at the code again after getting home, this is what I came up with base on your post about totals. Nothing big,...

  • RE: Create 15 min inc time matrix?

    tacy.highland (7/19/2012)


    I can see value in getting both the sum per route and sum for each 15 min period. So it would be adding a grand total row (summing...

  • RE: Create 15 min inc time matrix?

    I can partially answer your question:

    WITH

    /* Create the dynamic tally table (0 based) ...

  • RE: Snapshots

    As I stated earlier, I over thought the question. I actually accept that I got it wrong. I just also stated that it was still possible to revert...

  • RE: Create 15 min inc time matrix?

    Is it too early to ask about the additional changes that need to be made?

    Remember, sample data and expected results. As we build, keep the sample data from previous...

  • RE: Shrinking DB not working

    cmoy (7/19/2012)


    well, it's not on the default filegroup. Hmm...why do you ask and/or what info are you looking for?

    If it isn't the primary file group you could try this...

  • RE: Shrinking DB not working

    Here is a dumb question, in what file group does your data reside?

  • RE: Create 15 min inc time matrix?

    If you look carefully at my code you may notice something. Starting at the top, each piece that follows either builds upon that piece or combines two pieces together...

  • RE: Shrinking DB not working

    SQL ORACLE (7/19/2012)


    Robert Davis (7/19/2012)


    SQL ORACLE (7/19/2012)


    Make a full backup for this database and then shrink the database.

    What difference will that make?

    We need to truncate the log to release the...

  • RE: Create 15 min inc time matrix?

    You should note that some of what I am saying above is very basic and there is much more to most of it. Just not sure if it can...

  • RE: Create 15 min inc time matrix?

    tacy.highland (7/19/2012)


    Well I'm more than happy to gush in copious amounts about how everyone has been so incredibly helpful and knowledgeable. This has gone way above and beyond my...

Viewing 15 posts - 10,591 through 10,605 (of 26,489 total)