Viewing 15 posts - 436 through 450 (of 860 total)
Well if the transaction log file is increasing it means it needs that much of space. You can shrink the log file but, your log file would increase anyway.
How...
March 27, 2009 at 7:55 am
Vera (3/27/2009)
Is it possible to delete the logfile and not work with a log file?
That's an abuse:-D.
Transaction log file is such an important part of a database. Even...
March 27, 2009 at 7:27 am
As Grant advised, chose non- clustered indexes only when needed.
Have you got any clustered indexes on your table? First start of creating clustered index and then build any non clustered...
March 27, 2009 at 7:22 am
Hari (3/27/2009)
I had created a Non clustered Index on a table on 12 Fields and other 23 tables, as the existing retrieval was slow, anticipating the increase in speed.
Before applying...
March 27, 2009 at 7:17 am
swmsan (3/26/2009)
Dear All,Can anyone give me basic guidelines on creating Indexes...pls.
Thanks in advance.
Let me give a shot too:
1.) There should...
March 27, 2009 at 7:12 am
little1 (3/27/2009)
Thanks for the advice really appreciated
My pleasure 🙂
March 27, 2009 at 6:21 am
J.K (3/27/2009)
njn paranju tannatokke nee marannu poyo
Oops not a good forum etiquette:-D. only English please 🙂
March 27, 2009 at 5:31 am
Oh! you have got hat error already saying "Primary and secondary servers are out of synch". what happens is, if you take log backups separately breaks the log chain and...
March 27, 2009 at 5:30 am
Have you checked the link I provided? Similar problem discussed there.
March 27, 2009 at 5:19 am
little1 (3/26/2009)
Eventually i realised there was a T/Log backup job running every 15mins
Is this not the job created when you have setup logshipping with a latency of 15 mins...
March 27, 2009 at 5:18 am
t.ranjith (3/26/2009)
Any one can send all basic sql commands to this ID.. t.ranjith@eretailtech.com..
Silly 😀
From here>>>>>>>>>>>>>http://msdn.microsoft.com/en-us/library/ms130214(SQL.90).aspx ...
March 27, 2009 at 5:01 am
t.ranjith (3/26/2009)
Can any one suggest me how recover deleted table in a database..uncertainly i have wrongly use the drop command..Plz give ur oppinion..
Is this a Production or Test environment? Restore...
March 27, 2009 at 4:58 am
Are you setting up this job on your local server?
Check this out, similar problem discussed here:
March 27, 2009 at 4:52 am
marees.inspire (3/26/2009)
Backup log Test with Truncate_only
and Why do you want to do this anyway:-P? That's a disaster.
March 27, 2009 at 4:35 am
Viewing 15 posts - 436 through 450 (of 860 total)