Viewing 15 posts - 10,501 through 10,515 (of 49,566 total)
arooj300 (1/5/2014)
whenever we try to upload the data...the application will be hang or it stop uploading data.please tell me how to resolve this issue
No where near enough information. There's not...
January 5, 2014 at 11:59 am
Define: 'not working properly'
What's the purpose of partitioning? What do you expect to achieve?
January 5, 2014 at 3:39 am
1 and 2: Google backup log SQL Server
3: Google index data physical order (and be prepared to weed out the true from the false). Rather weird interview question.
January 4, 2014 at 10:18 am
If that's the error you're getting, refer to the section in that article on SQL being unable to access the error log. Last section iirc
January 4, 2014 at 7:13 am
See if this helps, or at least lets you narrow down the cause: http://www.simple-talk.com/sql/backup-and-recovery/the-sql-server-instance-that-will-not-start/
January 3, 2014 at 2:06 pm
Do a once-off shrink and then rebuild your indexes afterwards. Don't shrink to the minimum, leave some space free.
January 3, 2014 at 2:06 pm
arrjay (1/3/2014)
January 3, 2014 at 3:26 am
arrjay (1/3/2014)
January 3, 2014 at 3:21 am
VLFs only apply to log files.
No, there's no downside to having the TempDB data files (which I assume is what you were asking about) be larger than strictly necessary. It...
January 2, 2014 at 10:35 pm
arrjay (1/2/2014)
January 2, 2014 at 11:32 am
arrjay (1/2/2014)
I have created 5 separate database instances within the one physical instance.
Can you clarify what you mean by 'instance'?
January 2, 2014 at 9:50 am
Nope.
The optimal size for TempDB files is large enough that they don't have to grow under regular operations.
January 2, 2014 at 7:19 am
Grant Fritchey (1/2/2014)
Badly written apps provide nothing, or, as in this case, something misleading. But it can be anything.
Implying that Management Studio is badly written (but we already knew that)...
January 2, 2014 at 6:20 am
Andy CP (1/2/2014)
How can I determine the 'normal threshold' for my server?
Monitor it for a period of time, see what the particular counter you're interested in (logins/sec in this case)...
January 2, 2014 at 5:53 am
david.alcock (1/2/2014)
Actually, would a maintenance plan that is scheduled show as management studio rather than a sql agent job.
Yes.
A fact that I discovered the hard way the first time I...
January 2, 2014 at 5:45 am
Viewing 15 posts - 10,501 through 10,515 (of 49,566 total)