Viewing 15 posts - 1,336 through 1,350 (of 2,647 total)
Do you mean SQL Server Express Edition with Advanced Services? If so, that instance can only be used as a subscriber. Therefore, you cannot set up replicatioon or create...
March 26, 2012 at 10:57 am
eforta.it (3/25/2012)
You said in your explaination of dirty pages:
'Dirty page: A page that has changed (has transactions committed to it) and has not been written back to disk.'
Reference: http://support.microsoft.com/kb/78363
Quote: 'To...
March 26, 2012 at 9:35 am
Does the data change on this database or does it just get added to? If it is only added to, is it possible to partition (I know it is a...
March 26, 2012 at 9:13 am
You could try SELECT TOP 1 1 FROM database.schema.table and see if an error is returned or not. Or, if it is a linked server it would be linkedserver.database.schema.table
March 26, 2012 at 9:05 am
Lynn Pettis (3/22/2012) In fact, in production code I even use table aliases in single table queries. You never know when you may have to add a second table...
March 22, 2012 at 12:11 pm
Have you verified the integrity of the backup file? Also, why are you dropping and restoring versus simply overwriting the database? Just curious on the last one...
March 21, 2012 at 3:22 pm
Why drop instead of alter?
March 21, 2012 at 12:50 pm
Why do you think that doing this all at once is going to decrease the amount of time; i.e. it may take 30 seconds/db now, but when you run it...
March 21, 2012 at 12:40 pm
Yes, that's exactly what I mean. I'm not sure how to check which they are using, but there are several out there that can have issues. Maybe someone else can...
March 21, 2012 at 12:26 pm
When you did the ping, did you use IP or server name? If you used servername and it was fast, then I think it probably something to do with the...
March 21, 2012 at 12:03 pm
GSquared (3/21/2012)
March 21, 2012 at 12:01 pm
And that number is 10/minute? 20/minute? 2000/minute? How are you judging that it is too many? Every time a connection is reusing a pool, it is executing this. ...
March 21, 2012 at 11:54 am
Viewing 15 posts - 1,336 through 1,350 (of 2,647 total)