Viewing 15 posts - 76 through 90 (of 95 total)
I know its transactional:cool:.I am asking something else i.e. about fetching static data.Static data means no DMLs..I guess. Vyas can you elaborate your point?
Vivek
February 5, 2010 at 3:51 am
You have mentioned about fetching static data from the transactional table.Please clarify what does it mean?If data is static, there will be no DMLs then. For reporting purpose, I guess...
February 5, 2010 at 3:19 am
I just cross posted it in SQL Server 2008 forum beacause I thought people might not be navigating enough in SQL Server 2005 forum.Thats it.:cool:
January 21, 2010 at 7:15 am
Any suggestion will be appreciated.
January 18, 2010 at 3:23 am
If your database allow for switching recovery models for rebuilding idexes, then its acceptable.
I was saying what if you can't switch from Full to any other model due to any...
January 15, 2010 at 3:24 am
Try running DBCC FREESYSTEMCACHE('ALL') in tempdb and then shrink the file.Check if it works.
January 14, 2010 at 7:27 am
Options 1 & 2 are sometimes not possible to do on Production environment.If option 3 is true,then its fine.
January 14, 2010 at 5:33 am
After rebuilding indexes, log file size increases due to fragmented space released.Its not possible to keep bigger log file size if you rebuild indexes frequently.Thats why I am looking for...
January 14, 2010 at 5:07 am
Thanks for the reply.I know very well that identity is a property not a datatype.I asked this because I had in my mind what would happen if the column on...
January 12, 2010 at 5:31 am
After 2 billion insertions or max of the datatype limit the identity column has reached what will happen and how to tackle that?
January 12, 2010 at 4:59 am
Its in SQL Server 2008. How to do it in 2000 and 2005?
January 12, 2010 at 4:30 am
I am looking from the DBA perspective.
January 12, 2010 at 2:05 am
Viewing 15 posts - 76 through 90 (of 95 total)