Viewing 15 posts - 556 through 570 (of 1,129 total)
GilaMonster (6/15/2011)
Not sure what your question is.
In the query which i mentioned in (i) is used to find the execution plan for each batch inside a specific proc. It...
June 15, 2011 at 8:29 am
Steve Jones - SSC Editor (6/12/2011)
Also, you aren't necessarily running as administrator on the local...
June 13, 2011 at 4:51 pm
Krasavita (6/9/2011)
An insufficient number of arguments were supplied for the procedure or function fn_trace_gettable.
Other way to find the default trace,old fashioned way RDP to the server do a search with...
June 10, 2011 at 10:26 am
that is correct, i will test before making changes in production. I am trying to find most effecient and quick way if i can?
June 9, 2011 at 9:58 pm
thanks..let me provide some more details..there is a table more than 100 gb in size with a column ntext which occupies 90% of total table space. Goal is to change...
June 9, 2011 at 3:55 pm
Lowell (6/9/2011)
here's the full reference to Cast And Convert; it's good to read, it's something you end up using a lothttp://msdn.microsoft.com/en-us/library/ms187928.aspx
Select
convert(nvarchar(max),TheNTextColumn) AsColumnName
From TableName
I need to convert...
June 9, 2011 at 3:05 pm
There are few more details i am working on. The same sproc works perfectly fine on other server, i am still leaning towards tempdb. I have a case opened with...
June 8, 2011 at 8:24 am
Thanks everyone. I don't think it is parameter sniffing issue because it doesn't take any parameters at all. Mentioned below is the query where it occasionally hangs.
sELECT Row_number() OVER...
June 6, 2011 at 9:27 am
saby (6/8/2010)
Hi sam below is the KB for ur issueKB Article Number(s): 2133566
'
Hey , can you please post the actual link for the hotfix?
June 6, 2011 at 1:01 am
Craig Farrell (6/5/2011)
I realize that's kind of a leap, but it's...
June 5, 2011 at 8:42 am
Few things to check:
i) run sp_who2 every 10 secs when the last step occurs and capture the data to see if any blocking
ii)are your indexes and statistics upto date?
iii)if you...
June 4, 2011 at 12:19 pm
GilaMonster (6/4/2011)
June 4, 2011 at 11:54 am
Thanks Gail. Gail do you know of any good article which explain different types of cache in memory for sql server?
June 4, 2011 at 8:10 am
Thanks. After reading the replies sounds like i am not duplicating anything here, just will need to revisit Update stats strategy for big table. Thanks
June 3, 2011 at 10:32 am
Viewing 15 posts - 556 through 570 (of 1,129 total)