Viewing 15 posts - 1 through 15 (of 42 total)
So why it is called that Include column does not increase non-cluster index size......
November 8, 2012 at 4:22 pm
you all are correct,
but I want to know the usage of 251-255 these id used by indid column in sys.sysindexes....
October 30, 2012 at 1:39 pm
Hi
I had tried all possible options but relult is same.
And its due to using single line comment for multiple lines.
May 10, 2012 at 4:31 am
What is the cardinality between two tables.
If M:M then use a juncture table.
April 13, 2012 at 7:21 am
Thanks for reply.
I create a MDW to capture different type of event on a central server, But when I view report, it show detail on one server only. Can you...
February 14, 2012 at 2:55 am
Thanks a lot
without table name its works.............................................
June 23, 2011 at 12:26 am
Thanks to both of you for quik responce.
Actualy I already have a DDL trigger that capture all DDL in database.
But issue with this is that anyone can disable this trigger...
March 14, 2011 at 5:59 am
Thanks,
Query is running but I have two concern.
1-- TextData column is null
2-- If I am diable/enable triger that event is not captured in default trace.
March 14, 2011 at 4:41 am
Thanks a lot,
I am not part of DBA team so i can't view that folder.
Is there any other way to track this history.
Thanks
KD
March 14, 2011 at 3:27 am
my be you are deleting records
if so the run dbcc command
January 27, 2011 at 11:49 pm
Thanks.
Can we do same in Sql Server or in SSIS directly.
January 17, 2011 at 3:25 am
If column is Numeric then frist convert to varchar(8)
Alter table <Table name> Alter column <COlumn Name> varchar(8)
January 5, 2011 at 1:50 am
I had fix the problemmm.
As per my understanding we can't alter a datetime column directly into numeric type. So I convert frist into varchar(8) then to Numeric.
Thanks for your reply..................
December 21, 2010 at 9:36 pm
Viewing 15 posts - 1 through 15 (of 42 total)