Viewing 15 posts - 496 through 510 (of 1,129 total)
Eric M Russell (12/14/2011)
sqldba_newbie (12/12/2011)
December 14, 2011 at 7:02 pm
Henry_Lee (12/13/2011)
I am sure there should be something on HP side also.
Thanks for the suggestion. However, there's no option in their console for anything like that and no hint...
December 14, 2011 at 9:30 am
Dave Ballantyne (12/14/2011)
sqldba_newbie (12/13/2011)
May be, but that portion runs perfectly fine. Issue is really not there, i am sure there is better way to write that code but the real...
December 14, 2011 at 9:23 am
Leo.Miller (12/13/2011)
If @RId is not null and...
December 13, 2011 at 8:38 pm
Lowell (12/13/2011)
your temp table could be materialized as a CTE, and used for further processing...that is allowed in a function.show us your function, and we can probably help.
I have...
December 13, 2011 at 4:06 pm
Converting function to sproc is not a viable solution , too many changes need to be done.
After reading this article , i have added "option (recompile)" to batch of sql...
December 13, 2011 at 1:47 pm
Henry_Lee (12/13/2011)
I'm working through this issue right now. We purchased...
December 13, 2011 at 8:37 am
thanks . I am trying to tune this one query, unfortunately i wont be able to use #temp tables because this is a function, though just the query itself with...
December 12, 2011 at 9:41 pm
Dev (12/11/2011)
Please evaluate your requirements on following:Features Supported by the Editions of SQL Server 2008 R2
http://msdn.microsoft.com/en-us/library/cc645993.aspx
Selecting a High Availability Solution
Thanks.That would give me some idea but i think...
December 11, 2011 at 9:23 am
SpringTownDBA (12/10/2011)
You have a database that you wish to have copies of on multiple other servers. These copies need to always be available for querying...
December 10, 2011 at 8:17 pm
GilaMonster (12/3/2011)
If you have a repeatable crash, I recommend you call MS support.Spid -3 is a symptom, not the problem itself.
Surprisingly it ONLY happens for the database which has to...
December 3, 2011 at 6:50 pm
SQLRNNR (12/3/2011)
That is different than the -3 spid.Post the error messages you are getting.
Spid -3 happens after the crash. I am attaching the stack dump which occurs first and then...
December 3, 2011 at 11:31 am
thanks..i am not sure why is that happening, but the problem here i am trying to resolve is there is an ETL process which for some reason brings down the...
December 3, 2011 at 10:22 am
GilaMonster (10/26/2011)
GilaMonster (10/25/2011)
Last user seek can be null, but the user seeks shouldn't be able to.
Totally my fault...got confused with those column name :-). Thanks again for...
October 26, 2011 at 10:40 am
GilaMonster (10/25/2011)
October 26, 2011 at 8:43 am
Viewing 15 posts - 496 through 510 (of 1,129 total)