Viewing 10 posts - 76 through 85 (of 85 total)
I'm not aware that replication, generally, is being deprecated any time soon. While there may be other, better options, in SQL 2012 to achieve your requirements, if you need...
August 20, 2012 at 11:28 pm
Do you actually have the replicated DB online Jeff? I've used a couple of flavours of SAN replication but the database is not actually mounted at the other end
August 17, 2012 at 11:46 pm
ESpigle (8/16/2012)
August 17, 2012 at 12:34 am
rVadim (8/16/2012)
....missed EXEC and RECEIVE.Also, what about UPDATE/INSERT/DELETE @tablevar ?
I missed RECEIVE too. I have to say not a lot of work has gone on in our office this...
August 17, 2012 at 12:25 am
uncle_boris (8/7/2012)
August 9, 2012 at 10:06 pm
Thanks Gianluca
The reason I was veering away from parameter sniffing is that this problem occurs even when the procedure cache is clear. I had considered the OPTIMIZE FOR query...
August 9, 2012 at 12:00 am
A very large transaction will cause the log to grow. There isn't anything you can do to 'deal with it' apart from ensure you have sized the transaction log...
July 23, 2012 at 11:02 pm
Not sure how 'automated' you need this process to be? If you're able to generate the snapshot then go in and manipulate the relevant .sch files before running the...
July 23, 2012 at 5:54 pm
cascade-enterprise (8/10/2011)
August 10, 2011 at 10:25 pm
All local. The issue scales with volume anyway and the particular query is largely irrelevant. A query that runs <1 sec on the test box takes 23 seconds...
February 17, 2011 at 3:31 am
Viewing 10 posts - 76 through 85 (of 85 total)