Viewing 15 posts - 31 through 45 (of 72 total)
Thanks stewart,
I understand most of your points except the below point
>build the table on the new filegroup
I have to do partition for existing table
and can you please suggest the...
August 25, 2010 at 4:06 am
Thanks stewart,
We are using the scheduleuserid in most of the cases in where clause and sometimes questionId along with that.
and currently we have only one file group .
please suggest.
August 25, 2010 at 12:21 am
Hi ,
I hope this code meets your requirement
declare @Temptable table(Rulesid bigint ,
functiontypeid bigint,
[name] nvarchar(100),
nickname nvarchar(100),
nametype nvarchar(100)
)
insert into @Temptable
select 1, 1, 'abc', 'a', null
union all
select 1 ,1, 'def', 'd', null
union all
select...
August 23, 2010 at 1:27 am
Hi Chris,
There are 7K records and has index on column AssessmentId and this is an single statement
August 13, 2010 at 5:35 am
Thanks Fritchey... I am glad to you for helping out me
August 10, 2010 at 8:59 am
Thanks Bhuvanesh... I am glad to you for helping out me
August 10, 2010 at 8:58 am
Thanks ,but i did not get what i expected.
Let me quote the problem once again
I have User table where there is pk UserId and fk ParentId which refers pk UserId...
June 15, 2010 at 3:28 am
Sorry ,I dont have privilage for doing that.
but i can say there are table variables and temporary tables
May 25, 2010 at 2:50 am
Thanks Powell... After reading and trying your suggestion i will get back to you..
April 20, 2010 at 12:50 am
Thanks prabhu and Lowell
hi Lowell,
you are exactly correct . i logged in windows aunthentication mode and executed the...
April 19, 2010 at 10:10 pm
Hi Friend,
Can you get me the other alternative not using trigger
February 11, 2010 at 5:33 am
Thanks a lot Jack,
can you give some examples on implementing my requirement through sqlcmd
or power shell
January 7, 2010 at 9:47 pm
Then what shall i do.. No options at all?:hehe:
January 7, 2010 at 7:11 am
Viewing 15 posts - 31 through 45 (of 72 total)