October 15, 2008 at 12:20 am
hello,
send me any good link for how to use cache in sql server 2005.
Thank you
Dastagiri.D
Thanks
Dastagiri.D
October 15, 2008 at 12:29 am
October 15, 2008 at 1:20 am
Data cache? Procedure cache?
What do you want to know about it?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 15, 2008 at 1:40 am
hello,
I need data cache and procedure cache.
Thanks
Dastagiri.D
Thanks
Dastagiri.D
October 15, 2008 at 1:54 am
What do you want to know about them?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 16, 2008 at 1:00 am
hello,
I want data from database but each time I need data I want to go to database and get data.So I want to reduce this attacking each time with database.
Send me any source code for data cache and Procedure cache.
how to impliment in my project works.I need information lot about this topice.
Regards:
Dastagiri.D
Thanks
Dastagiri.D
October 16, 2008 at 1:30 am
There's a big, big difference between SQL's internal caches (which is what Kishore and I were talking about) and client-side caching
What front end language are you using?
You may get better answers on client-side caching from an appropriate developer forum. It's not a SQL Server topic.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 16, 2008 at 9:25 am
Is he asking about pinned tables ?
From BOL 2005
This functionality was introduced for performance in SQL Server version 6.5. DBCC PINTABLE has highly unwanted side-effects. These include the potential to damage the buffer pool. DBCC PINTABLE is not required and has been removed to prevent additional problems. The syntax for this command still works but does not affect the server.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply