Viewing 15 posts - 31 through 45 (of 66 total)
The first index was created when primary key was created on ID column. So it means, instead of creating a new index, I just need to modify the existing index?
Also...
September 21, 2009 at 3:53 pm
I went through the link but was not able to get much.
cheers
Siddarth
September 21, 2009 at 1:31 pm
thanks for the link, will get back to you after reading the same.
Cheers
Siddarth
September 13, 2009 at 8:21 am
CREATE UNIQUE CLUSTERED INDEX [IX_R] ON [dbo].[R]
(
[ID] ASC
)
is the index created on table R
June 25, 2009 at 8:04 am
Yes, I came to know while reading the blogs and from that I got the table names 🙂
I will remove the same from the post.
But I am still not getting...
June 25, 2009 at 6:49 am
When I fired the following sqls : i dint got any results which is strange for me:-
Select * from Sys.Objects where object_ID =72057594049789952 OR parent_object_ID=72057594049789952
Select * from Sys.Objects where...
June 25, 2009 at 5:11 am
thanks everyone for the contribution.
the issuse came as I changed the @string parameter from Varchar(8000) to Varchar(Max) and the solution was posted here where the start was casted into int....
March 14, 2009 at 6:12 pm
I am not able to complie the function because of Varchar(max) for @string parameter.
March 12, 2009 at 4:33 am
I have tested the same by setting to 1 but seems i made a mistake somewhere and didnt got desired result.
thanks for the same.
cheers
February 24, 2009 at 6:14 pm
If I set the SEED to 1, the Indentity column will have the value of 2, please correcat me if I am wrong.
cheers
February 24, 2009 at 6:06 pm
the issue is sorted for me 🙂
once again, thanks
February 24, 2009 at 5:37 pm
thanks alot for the help 🙂
Cheers
Siddarth
February 23, 2009 at 3:10 am
We dont have any product for parsing the transaction logs. We also dont have any audit or trace running on sql server. The issue is some one has delete the...
January 15, 2009 at 3:03 pm
Fine, I will take care onwards.
Cheers
Siddarth
November 4, 2008 at 7:42 am
Viewing 15 posts - 31 through 45 (of 66 total)