Viewing 15 posts - 16 through 30 (of 37 total)
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)...
March 22, 2013 at 6:59 am
ok i got it thanks alot
March 8, 2013 at 12:52 am
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...
March 4, 2013 at 5:32 am
Jason-299789 that work but i dont know how to mark it as answer
February 12, 2013 at 4:46 am
I edit My question with creation table and insert test data query and say all the detail
February 12, 2013 at 1:15 am
Gazareth (10/9/2012)
vahid.arr (10/9/2012)
October 9, 2012 at 3:43 am
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...
October 9, 2012 at 3:28 am
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...
October 9, 2012 at 3:13 am
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 '
...
October 9, 2012 at 3:11 am
NO friend
I want To Set Identity Off for All Tables not drop table.
October 9, 2012 at 2:52 am
yes the database is central and is in the server but i cant Find Sql Account on security tab.where exactly is that?
October 6, 2012 at 11:18 pm
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...
October 6, 2012 at 11:11 pm
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...
September 22, 2012 at 6:34 am
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...
September 19, 2012 at 10:46 pm
Viewing 15 posts - 16 through 30 (of 37 total)