Forum Replies Created

Viewing 15 posts - 16 through 30 (of 37 total)

  • RE: multiple a number with time dataType

    this my table with test data

    CREATE TABLE [dbo].[Karmand](

    [KarmandID] [smallint] IDENTITY(100,1) NOT NULL,

    [SematID] [tinyint] NULL,

    [FName] [nvarchar](50) NOT NULL,

    [LName] [nvarchar](50) NOT NULL,

    [Sh_Sh] [decimal](11, 0) NULL,

    [FatherName] [nvarchar](50) NULL,

    [Birthday] [varchar](10) NULL,

    [Tel] [varchar](11) NULL,

    [Mobile] [varchar](50)...

  • RE: confused With View , Function and Store Procedure

    ok i got it thanks alot

  • RE: confused With View , Function and Store Procedure

    1-for example in insert , delete , update i must use function or store procedure? could u give me example for store procedure and function

    2- if our select has parameter...

  • RE: problem with join T-Sql

    Jason-299789 that work but i dont know how to mark it as answer

  • RE: problem with join T-Sql

    I edit My question with creation table and insert test data query and say all the detail

  • RE: Remove All Identity Tables

    Gazareth (10/9/2012)


    vahid.arr (10/9/2012)


    Performance is not important Because I want To Do it One Time.I want All Removed Data from My Main Database Come to Another Database So I remove...

  • RE: Remove All Identity Tables

    Gazareth (10/9/2012)


    Lokesh Vij (10/9/2012)


    Gazareth (10/9/2012)


    Nils Gustav Stråbø (10/9/2012)


    Lokesh Vij (10/9/2012)Here you go:

    Won't work. Only one table at the time can have IDENTITY_INSERT OFF

    Only one table at the time can have...

  • RE: Remove All Identity Tables

    Lokesh Vij (10/9/2012)


    Nils Gustav Stråbø (10/9/2012)


    Lokesh Vij (10/9/2012)Here you go:

    Won't work. Only one table at the time can have IDENTITY_INSERT OFF

    It will certainly work. Execute the query - this will...

  • RE: Remove All Identity Tables

    Nils Gustav Stråbø (10/9/2012)


    When you say "Set Identity Off", do you mean that you don't want the column to be be Identity anymore?

    SELECT DISTINCT 'SET IDENTITY_INSERT '

    ...

  • RE: Remove All Identity Tables

    NO friend

    I want To Set Identity Off for All Tables not drop table.

  • RE: cant get backup on drive C:\

    yes the database is central and is in the server but i cant Find Sql Account on security tab.where exactly is that?

  • RE: Error With Query

    i want alo info of last date of AraziEghdamat and when I want To select them it give this error:

    Msg 8120, Level 16, State 1, Line 1

    Column 'AraziEghdamat.Eghdamat' is invalid...

  • RE: Insert A List OF Data To sql

    tnx Dave Ballantyne

  • RE: A Database with 70 Table

    I solve All Of them Except This one :

    I have Table with 40 column that 10 column of that table is Image Type(varbinary(max)) and my question is that:

    is it not...

  • RE: A Database with 70 Table

    What is the question here. Seems a bit overkill to have 40 varbinary(max) columns in the same table. I suspect normalization would help here but with no more details it...

Viewing 15 posts - 16 through 30 (of 37 total)