Viewing 15 posts - 211 through 225 (of 1,158 total)
If this is a particularly busy system, I'd consider restoring a recent backup onto another server and run CHECKDB against that.
It can be a pretty intensive taskand may...
November 12, 2013 at 9:53 am
http://blogs.msdn.com/b/sqlexpress/archive/2005/05/05/415084.aspx
I'm pretty sure this is still applicable to 2008R2 Express.
November 12, 2013 at 3:55 am
+1 with Steve.
There is probably some other factor effecting your chances. Age is certainly not one of them. I'm now 35 and have been a DBA by...
November 12, 2013 at 3:51 am
We could do with seeing an example of the connection string and knowing whether you are using trusted (windows) authentication of a SQL login.
With trusted authentication you should not be...
November 12, 2013 at 3:48 am
jason123 (11/9/2013)
I am using Transnational replication of Microsoft SQL Server 2008. I always face one problem when distributor database fails eventually. It requires re-initializing subscriptions when I restore distributor database....
November 11, 2013 at 8:41 am
I'm not sure I follow. Adding a new file will not force SQL to release space taken by the tempdb. The safest way to resize tempdb files is...
November 11, 2013 at 8:35 am
Sqlsavy (11/11/2013)
Thanks. But using NOLOCK is good?
No. Just google its use and/or search these forums.
The only time I've seen a SELECT statement block a job was when it was...
November 11, 2013 at 8:31 am
I was looking for some useful information regarding connection pooling and found this excellent blog post to describe it on msdn.
November 7, 2013 at 7:46 am
http://technet.microsoft.com/en-us/library/ms143432.aspx
User connections | 32,767
http://technet.microsoft.com/en-us/library/ms187030.aspx
SQL Server allows a maximum of 32,767 user connections. Because user connections is a dynamic (self-configuring) option, SQL Server adjusts the maximum number of user...
November 7, 2013 at 7:42 am
Could you reschedule and change tsm to simply backup from DISK the native backup file you have taken already?
Taking two full backups could impact your ability to take and restore...
November 7, 2013 at 2:42 am
muthyala_51 (11/6/2013)
How to resolve this issue?
BTW this is a physical limitation of SQL. There is no "work around" other than to fix the problem
November 7, 2013 at 2:34 am
muthyala_51 (11/6/2013)
How to resolve this issue?
This should never happen because of connection pooling and points to 1 or many poorly written applications maintaining open connections. Unless you really have...
November 7, 2013 at 2:33 am
The current recommendation is to set it to the number of cores per NUMA node (if equipped), 8 for servers with 8 or more processors, 0-N for servers with less...
November 7, 2013 at 2:15 am
IMO you are probably best considering what databases are on which instance and giving a priority weighting to each. Then divide the available RAM up between these according to...
November 7, 2013 at 2:02 am
GilaMonster (11/6/2013)
November 7, 2013 at 1:55 am
Viewing 15 posts - 211 through 225 (of 1,158 total)