Forum Replies Created

Viewing 15 posts - 961 through 975 (of 2,038 total)

  • RE: Are the posted questions getting worse?

    Just want to confirm Jack. I tried the link and it was working as I tried first. Now it's down for some reason.

    Good night guys and gals

  • RE: Are the posted questions getting worse?

    GSquared (5/13/2009)


    Florian Reischl (5/13/2009)


    GSquared (5/13/2009)


    Florian Reischl (5/13/2009)


    GSquared (5/13/2009)


    Florian Reischl (5/13/2009)


    Maybe Klingons use ThinkPads which are much stronger and survive the combat.

    I don't know ... I have trouble with making a...

  • RE: Trying to add PK to existing Table

    Jacob Pressures (5/13/2009)


    You know I developed a whole database of about 20 tables using DDL, but unless you use it all the time, it seems that its easy to forget....

  • RE: Are the posted questions getting worse?

    GSquared (5/13/2009)


    Florian Reischl (5/13/2009)


    GSquared (5/13/2009)


    Florian Reischl (5/13/2009)


    Maybe Klingons use ThinkPads which are much stronger and survive the combat.

    I don't know ... I have trouble with making a connection between Klingons...

  • RE: Trying to add PK to existing Table

    I'm no guru with the table designer. I think you will become faster in your development and get a better knowledge about the insides if you try to handle your...

  • RE: In operand

    Hi

    I don't know the values of your @code and @key variables but you cannot use a list of values within your ISNULL clause.

    If this doesn't work please provide a complete...

  • RE: Are the posted questions getting worse?

    GSquared (5/13/2009)


    Florian Reischl (5/13/2009)


    Maybe Klingons use ThinkPads which are much stronger and survive the combat.

    I don't know ... I have trouble with making a connection between Klingons and anything associated...

  • RE: Paging Problem SQL 2005 using row_number and order by

    Nish (5/13/2009)


    this solves the problem, but it seems there's another one.

    the order by column and page numbers come from UI(ASP.NET), so it'll only send column name i.e "JobCount" , but...

  • RE: Are the posted questions getting worse?

    Luke L (5/13/2009)


    Florian Reischl (5/13/2009)


    Maybe Klingons use ThinkPads which are much stronger and survive the combat.

    Nope I'm thinking they more likely prefer ToughBooks. They can bludgeon you to death...

  • RE: Trying to add PK to existing Table

    Try to add the column via SQL:

    ALTER TABLE TestColumn ADD Id INT NOT NULL IDENTITY(1,1)

    Greets

    Flo

  • RE: Are the posted questions getting worse?

    I'm also glad that I took the x64 version. I don't use Hyper-V but VMWare. I'm currently running 8GB RAM and hope this sufficient for the next years ;-).

  • RE: sys.Syscomments not showing all the rows

    My miss. I didn't read the "sa" part correct...

    It's a security feature. Users can only see the object definition with correct permissions. Same depends on sys.sql_modules, OBJECTDEFINITION, INFORMATION_SCHEMA.ROUTINES and some...

  • RE: Are the posted questions getting worse?

    Maybe Klingons use ThinkPads which are much stronger and survive the combat.

  • RE: Trying to add PK to existing Table

    Hi

    If you try to add a NOT NULL column to an existing table you have to:

    * Either define the column as IDENTITY column to create a incremental ID for the...

  • RE: sys.Syscomments not showing all the rows

    I cannot reproduce this effect on my system. Which kind of objects are you missing?

Viewing 15 posts - 961 through 975 (of 2,038 total)