Viewing 15 posts - 76 through 90 (of 392 total)
yes you can ,change the compatibility when it finish.
Changing the compatability level does not maintain the databases structure as that of a 2000 db. It does allow the db to...
July 11, 2012 at 10:44 am
Works well. there are not any extra steps, but it is important to remember that you cannot take the 2008 database back to 2000.
July 11, 2012 at 9:00 am
Add another to the incorrect correct answer. Again, how can a question such as this be multiple choice:w00t:
July 5, 2012 at 8:09 am
Yes, you can shrink the PRIMARY, but I would ask first does this database grow? Will you shrink the file and then later need to have it expand? Doing this...
July 3, 2012 at 12:54 pm
Nice toy. I did something similiar for same reasons - have been 4-wheeling ever since.
June 27, 2012 at 9:28 am
We have a startup SP that notifies us of the startup as well as the status of each database. We have a 2nd SP to notify us of an outage...
June 20, 2012 at 8:21 am
640K ought to be enough for anybody
Scary, I remember saying that as well. I had a choice of 512KB or 640KB for a computer. I wanted to make sure that...
June 20, 2012 at 7:22 am
This is true, these are normally factors you wouldn't consider in a question of this nature... except that the additional factor of file system was made part of the answer...
June 20, 2012 at 7:20 am
Good way to return from vacation. Good question, but reading the answers was a new experience in eyeball manipulation:crazy:
June 13, 2012 at 8:50 am
Mike,
I have the exact same situation and setup. Are you using a T1 between your location and the stores? T1 is a major bottleneck when it comes to this type...
May 18, 2012 at 7:26 am
A good article on a very complex subject. My question though is why would you have articles that can be reinitialized in a matter of seconds or minutes to an...
May 18, 2012 at 7:17 am
select MyColumn from @MyTable
where MyColumn like '%'+@variable+'%'
Set up full text search on mytable/mycolumn and change your select from a like to a contains.
Using a wildcard at the front of the...
May 9, 2012 at 6:53 am
You may also look at the length of time you have set for subscriptions to expire. Increasing the amount of time for expiratin will not necessarily fix whatever caused your...
May 9, 2012 at 6:42 am
Nice question - almost missed it. Re-Review of code caused me to change my answer at the last minute. 🙂
May 9, 2012 at 6:11 am
Mandip
I am experiencing high latency issue on distributor to subscriber in transactional replication setup. sometimes for particular artcile "A"(single object) the latency can be as high as 3 hours where...
March 21, 2012 at 8:36 am
Viewing 15 posts - 76 through 90 (of 392 total)