Viewing 15 posts - 1 through 15 (of 31 total)
Hi,
I have installed SP1 but facing for same issue. Can anyone help me on this?
October 21, 2007 at 10:44 pm
Hi, Jignesh,
Thanks for the comment. I should have added that part too.
Assembly can be added to the GAC by using .NET framework 2.0 Configuration. This is listed under Control Panel->...
August 21, 2007 at 1:36 am
Points are taken. I agree with Peter too. The whole purpose of this article was giving an introduction of creating UDT with CLR components and I tried my best to...
May 25, 2007 at 7:49 pm
OK, It seems that the example I have taken has caused you all to think about UDTs in different way. Actually, I just want you to show the way...
August 2, 2005 at 12:01 pm
Hi Malcolm,
Yes, you can use Cache instead of Session/Application. All store your live reference but Session with StateServer and SQL Server. Have a look on this http://west-wind.com/weblog/posts/1214.aspx. This speaks...
February 10, 2005 at 8:48 pm
No doubt you can increase performance of the application by eliminating round-trips and re-querying. I have much...
February 25, 2004 at 9:00 pm
February 11, 2004 at 10:54 pm
In fact, what I wanted to show is how to cache most-frequent and static (considerably) data....
February 11, 2004 at 5:15 am
Please improve the SEARCH. For an example, if I search on "SOUNDEX", should display some result but nothing. I do not know whether this is a bug in my...
November 24, 2003 at 3:52 am
This is what I did.
creation and starting:
------------------------------------------
declare @rc int
declare @TraceID int
declare @maxfilesize bigint
set @maxfilesize = 5
exec @rc = sp_trace_create @TraceID output, 2, N'E:\Traces\monitor', @maxfilesize, NULL...
July 26, 2003 at 1:32 am
Ok. What I want is : create a trace using sp_trace_create with option 2. That's what I have done. But I cannot read the tracefile untill I stop and...
July 24, 2003 at 4:34 am
Hi Andy,
It is today I read this article. I am having a problem with fn_trace_gettable. I have created my trace through sp_trace_create with option 2.
Error is :
Server: Msg 567,...
July 23, 2003 at 10:00 pm
Hi Currym,
I have tested the script and had not found any error. Let me know the exact code you ran.
Dinesh
MCP MCSE MCSD MCDBA
July 22, 2003 at 4:38 am
Hi noggin,
BOL stand for Books Online
Dinesh
MCP MCSE MCSD MCDBA
July 15, 2003 at 9:41 pm
See whether the link http://www.sqlservercentral.com/columnists/dPriyankara/comparisonofbusinessintelligencestrategiesbetweens.asp is helpful.
MCP MCSE MCSD MCDBA
June 24, 2003 at 5:38 am
Viewing 15 posts - 1 through 15 (of 31 total)