Forum Replies Created

Viewing 15 posts - 601 through 615 (of 790 total)

  • RE: Deny delete and drop permission to the sql user

    use [Your_Database]

    GO

    GRANT INSERT TO [Your_User]

    GO

    use [Your_Database]

    GO

    GRANT SELECT TO [Your_User]

    GO

    use [Your_Database]

    GO

    GRANT UPDATE TO [Your_User]

    GO

    use [Your_Database]

    GO

    DENY DELETE TO [Your_User]

    GO

    Your_User --- is user that you want grant select insert & update but not...

  • RE: DDL Triggers Implementation

    nice stuff here!

  • RE: SQL Query - join table

    Yeaa all assists are wellcomed... and I can see that these assists are coming so friendly and I can feel that we are big SQL family here!

    :w00t:

    Thnx for all...

  • RE: snap-in creation failed

    ok Terry sorry for my mistake on writing ok ...It was fast reply and little mistake on writing ok!

    :hehe:

  • RE: Oracle 11g* vs *SQL Server 2008

    I know for the wide question...but just to know couz some people and also some report and articles in the Internet many of them they said that the SQL Server...

  • RE: snap-in creation failed

    where did you do installation, in your local PC or in Server!

    what OS you are using and just to notify you that the SQL Server 2000 has 4 service packs...

  • RE: IN Enterprise manager (snap-in creation failed) Error

    Double ... Do not post the double post plz! - Someone will see your request here and sure that someone will help you soon!

    Be patient with double post you never...

  • RE: How to Design

    Also you should read more for the data types during the creation of tables! Lot of things believe me I do not have idea where to start to help you...

  • RE: How to Design

    Is very wide request!?

    So first of all you should identify the entities and attributes, shortly you will identify for these customer what kind of information do you want to save...

  • RE: SQL Query - join table

    David Stubbington (10/4/2008)


    I'm not an expert, and I'm certain there are more elegant ways of performing this task but one approach is to use a subquery to total the payments...

  • RE: unknown character

    O man o man,

    once again the Tally table Maestro is here ...Jeff thnx for your professional feedback here with you amazing table "TALLY"

  • RE: WHAT IS THE SQL SERVER 2000 N SQL SERVER 2008?

    john_izzy (10/4/2008)


    anyone can explain to me what is the different SQL Server 2000 with SQL Server 2008?

    regard,

    johnizzy,

    http://johnizzy.wordpress.com/%5B/url%5D

    SQL Server 2000 is the old version of SQL Server and it has 4...

  • RE: Index ID

    Raghavender (10/4/2008)


    Thanks a lot Buddy, I got answer.

    You get the answer from here or from other resources!

  • RE: Convert Start and End Dates to Time records

    Jeff Moden (10/4/2008)


    Sure... but let me ask a question... what does "Duration" contain? It can't be the number of months because there's actually only 3 months between the two...

  • RE: Oracle 11g* vs *SQL Server 2008

    Jeff you collected to much things here... I think if anyone knows the one of them that you mentioned above or have any information at least in one thing for...

Viewing 15 posts - 601 through 615 (of 790 total)