Viewing 15 posts - 31 through 45 (of 244 total)
Hi,
Thanks steve,
Could you say a little more about how "sawpping down" method works. Alsois the PAE switch seperate from the /3gb switch?
Thanks,
Jules
May 27, 2009 at 1:10 am
Is my post not clear? Do i need to use switch? or can i explicitly drop partitions?
May 14, 2009 at 5:17 am
nice one mark. Didnt know you could use partition with count.
May 7, 2009 at 6:09 am
for a large dataset would it not be better to insertt he results of the cte1 into a temp table and run the max query on that
May 7, 2009 at 1:26 am
but this means having another statement. I could use a max subquery to get these values in a second statement which i think would perform better than a cross...
May 6, 2009 at 8:00 am
i hope its clear that its the second column i want to get. the first one is gerenerated by a rownumber function
May 6, 2009 at 6:04 am
nice one jeff. So dropping a big table hardly uses any CPU at all. super
May 5, 2009 at 3:34 am
of course but this would mean losing the transaction since the back up was taken. It doesnt sound like there is an elegant way of achieveing what i am trying...
May 4, 2009 at 2:28 pm
yes abnd what technology would you recommend for keeping the staging enviromment in sync with the production enviromment?
May 4, 2009 at 2:21 pm
ok so for a big roll out the options are take the live box down for a while or run the scripts on live and hope the testers did their...
May 4, 2009 at 2:15 pm
David my point is to use the fail over as a place to roll out changes before switching the secondary to be the master. So avoiding the load on the...
May 4, 2009 at 1:44 pm
So mirroring and log shipping will allow me to run schema updates on the secondary or slave DBs whilst the transactional replication will continue feeding the uneffected tables?
May 4, 2009 at 1:30 pm
What are my options for a high availability system that requires regular roll out of schema changes. I am looking for an HA solution that allows hot fixing of SQL...
May 3, 2009 at 8:49 am
Create a 'data source'
then create a 'data source view'.
This can be done in SSBIS or SSMS
March 29, 2009 at 4:04 pm
Viewing 15 posts - 31 through 45 (of 244 total)