Viewing 15 posts - 3,061 through 3,075 (of 6,679 total)
george sibbald (7/19/2011)
Best practice would be to place the system databases where you want them as part of...
July 19, 2011 at 2:26 pm
Don't forget that DBA means different things in different companies. Some companies have DBA's that are strictly production support DBA's (e.g. monitoring systems, backups, etc...), database developers and architects.
Others...
July 18, 2011 at 2:40 pm
I would also recommend that you setup a server side trace to capture all database calls that take more than xx seconds. You can start with 5 seconds and...
July 18, 2011 at 2:33 pm
The first DBA is wrong - you cannot even enable AWE on a 32-bit machine without setting the lock pages in memory right for a service account. Unless you...
July 18, 2011 at 2:26 pm
And - there are no shortcuts. You will have to wait for it to complete the rollback.
July 18, 2011 at 2:18 pm
upstart (7/15/2011)
So that's why my code basically Pings...
July 16, 2011 at 9:54 am
Check the log_reuse_wait_desc column in sys.databases for that database. If it shows up as REPLICATION, then you have an issue with replication not completing so those transactions cannot be...
July 16, 2011 at 9:44 am
Shah_hs (7/14/2011)
Do you mean i need to run setup to install fresh instance on Server A? Since Server A...
July 14, 2011 at 2:37 pm
I am a bit confused by this query - what is being counted here? I would bet anything that there is no reason to even join to all of...
July 13, 2011 at 4:23 pm
No - you do not need to take down the production system. But, you might need to stop the transaction log backups if you run them often enough that...
July 13, 2011 at 4:17 pm
GilaMonster (7/13/2011)
jpSQLDude (7/13/2011)
July 13, 2011 at 4:07 pm
Shah_hs (7/12/2011)
July 12, 2011 at 8:24 pm
ruffindmc (7/12/2011)
Both locations have SQL Server 2008 database. My location uses the BI tools SSRS, SSIS, SSAS.
Microsoft .NET framework.
What I need to do is create reports...
July 12, 2011 at 8:18 pm
opc.three (7/12/2011)
Jeffrey Williams-493691 (7/12/2011)
July 12, 2011 at 8:10 pm
I am not sure I understand the configuration you have - or what it is you want to accomplish.
There are several ways you can get data from another system, each...
July 12, 2011 at 2:25 pm
Viewing 15 posts - 3,061 through 3,075 (of 6,679 total)