Forum Replies Created

Viewing 15 posts - 9,361 through 9,375 (of 18,926 total)

  • RE: is possible to put a instruction declare inside in a view??

    You can't do that.

     

    With more details we could provide an alternative...

  • RE: Checking for a character

    NP.  Those are good memories.  Makes me see how much I've grown in the last 2 years.

  • RE: Checking for a character

    11/2/2004

     

    I was still in my first months then .

  • RE: The SQLServerCentral.com Party

    Posted on september 4th.

    Actual post date : August 31th

    Final day for PASS rebate august 31th

    Final day for Bronco rebate July 28th.

     

    Steve how long have you posponed the release of this...

  • RE: table issue

    What was the problem?

  • RE: table issue

    Please post the table's DDL, including constraints, indexes and triggers.

     

    What command are you sending on the server to run the updates (application side)?

     

    What are the error messages?

    Do you have any...

  • RE: Selecting only the Odd Numbered Rows

    You need every other row or only row where id is odd?

     

    If the latter : Select * from dbo.Table where id % 2 = 1

     

    If the former, then you need...

  • RE: An Error :(

    insert into TableName (ColList) VALUES (ValueList)

  • RE: Tuning Time

    Thanks... I guess I forgot to mention the other option .

  • RE: sorting puzzel

    You can do anything you want with sql server.  The only obstacle is finding the best way to do it... which is not the case at the moment.

  • RE: Tuning Time

    It's not what I saw last time I was around!!!  Plenty of work going on.

     

    BTW what's the deal with that 100$ (84$ + tip) fixed fare to go from the airport...

  • RE: Tuning Time

    So I guess we'll meet next year .

     

    BTW, you can work from Denver with a Laptop.

  • RE: Tuning Time

    Ya, the same guys who are not comming to PASS 2007 .

  • RE: Tuning Time

    Ya I can't wait to see how this one ends .

  • RE: Application dies

    Just curious... how much data is that?

     

    Does the app die on all and any pc or just one or a few?

Viewing 15 posts - 9,361 through 9,375 (of 18,926 total)