Viewing 15 posts - 16 through 30 (of 49 total)
Ola solution is good, but that's something i cant implement right now. Due some complexities.
May 21, 2014 at 6:43 am
Thank you for your reply. I am trying to find out which DMV can help
May 21, 2014 at 6:41 am
thank you so much. Yes, imy manager is also inclined towards Red Gate product
October 14, 2013 at 6:18 am
i understand that, I specifically looking a tool for SQL server and cheap because i need to convince financial people in the company. However can you advice some names?
October 11, 2013 at 6:22 am
there are so many options available on the MS website. i am not sure which one to pick. Release note is little confusing for me
http://www.microsoft.com/en-us/download/details.aspx?id=26727
July 10, 2013 at 8:11 am
quick question:
The above query is taking 5 secs to fetch 21 records in 150k records table. Is that speed ok??
January 8, 2013 at 11:22 am
thanks. one more thing, how you look the future of Big Data? should i jump into Big Data or should i continue working in SQL server. I am little...
January 8, 2013 at 8:18 am
thanks,
I thought of using table values param. However, This would need to change application code and its not possible at this point in time... (time constraints ) . But...
January 7, 2013 at 8:44 am
Thank you so much.
I just realized that i wasnt covering the index properly. Seems like no more look up... no high performance gain but no more key look ups.
I need...
January 7, 2013 at 8:30 am
</description>
<description name="Item23" isnull="true" iskey="true">
<description...
June 23, 2011 at 7:27 am
yes view is indexed and tables have indexes too (exectly the same). and infact, view has extra filter 'user_name () = user'
....same number of rows in result set.
March 1, 2011 at 3:45 pm
--begin tran
----rollback
if exists ( SELECT1
FROM sys.objects o
join sys.columns c on c.object_id = o.object_id
WHERE o.name = N'MYTABLE'
AND type = 'U'
and c.name = 'MYCOLUMN')
begin
declare @default varchar(1000)
declare @comment varchar(500)
select @default...
February 24, 2011 at 10:31 am
OR if any one can help me with the script which checks for a index on column.....drops it.... and recreates it.
All i would pass is table name and column name
Thanks
February 24, 2011 at 9:44 am
Viewing 15 posts - 16 through 30 (of 49 total)