Viewing 12 posts - 1 through 12 (of 12 total)
Hi
you can not convert existing column with computed expression.You can add new column as Computed one in a existing table.
Thanks,
Naginder
June 7, 2011 at 10:08 am
Hi Steve ,
Thanks for your reply .
We are not worry about loosing highability . Later on we want to convert AS NLB. I am...
December 8, 2010 at 3:24 am
Thanks for reply .
I am installing from hardware not from CD.
Thanks
Naginder Pathania
October 8, 2010 at 6:13 am
Try Below Technique :
CREATE TABLE [dbo].[Area](
[Region] [varchar](50) NULL,
[Country] [varchar](50) NULL,
[City] [varchar](50) NULL
) ON [PRIMARY]
INSERT INTO
([Region],[Country],[City])VALUES('asia','japan','kyoto')
INSERT INTO
([Region],[Country],[City])VALUES('asia','japan','tokyo')
INSERT INTO
([Region],[Country],[City])VALUES('europe','uk','edinburgh')
INSERT INTO
([Region],[Country],[City])VALUES('europe','uk','london')
INSERT INTO
...
May 12, 2010 at 9:32 am
Once Again Thanks for Ur Reply
In our Application, this particular table is used for searches and get list data and data in tables is insert in bulk and delete...
August 4, 2009 at 1:55 am
in my Case , ProductCode and supplier are not unique , As per sarvanane views it could be fine to add ID idenity column in table...
August 3, 2009 at 8:42 am
Thanks for ur reply again
There is dupliecate data like same supplier and productcode have been repeated , there are another coplumns that are hidden , i acn not give...
August 3, 2009 at 7:36 am
Thanks for ur reply,
My Situation is that data in table is reduntant or duplicate . So We Need to maintain the Identity Column in Table to maintain uniqunes...
August 3, 2009 at 6:48 am
Hi , thanks for ur reply, i have another field month that can be used as in sort, but i need mdx code to use it . pls help me...
December 3, 2008 at 12:52 am
Efficent solutions comes with efficent resources. In VLDB environment don't think about Visual Studio , think abt ERWIN more or less abt Microsoft Visio.
September 24, 2008 at 4:24 am
clearly write ur issue and situation . So that i can tell u about exact solution or what do want to capture or process in ur job. you can handle...
September 24, 2008 at 3:58 am
Hi First You have to configure database mail in Management folder after that create a new job in agent , there you will find different options
such as step,...
September 24, 2008 at 3:31 am
Viewing 12 posts - 1 through 12 (of 12 total)