Viewing 15 posts - 271 through 285 (of 5,103 total)
First Itzik + Tom Moreau "Advanced Transact SQL" taught me ***a lot*** of tricks!
March 23, 2009 at 3:46 pm
RBarryYoung (3/23/2009)
GSquared (3/23/2009)
RBarryYoung (3/23/2009)
Looks "Row-by-Row" to me. 😛
On the completely non-sequitur side of things, thanks to your post, I now have the song, "Row, row, row your code, slowly...
March 23, 2009 at 3:37 pm
Outsourcing is a too wide term.
March 23, 2009 at 3:32 pm
- Multiple cascade path are simply NOT allowed if you want to use CASCADE actions.
- You must either have a delete/archive script or break the cycle (changing the design).
March 23, 2009 at 3:26 pm
This last part is pretty important 🙂
You can expect to hear a lot of whining from developers when you do this, so develop a think skin.
March 23, 2009 at 3:24 pm
Edwin (3/23/2009)
Thanks for your help and advise.I got it. 🙂
You may want to update also the Rights for INSTANT FILE INITIALIZATION now that you are at it 😉
March 23, 2009 at 3:20 pm
I don't think is possible to run that sp on standby mode.
March 23, 2009 at 3:16 pm
Noel, that's true. However, snapshot replication is much more forgiving. By dropping the article (i.e., table) out of the replication, you can then modify the keys. In this case, in...
March 23, 2009 at 2:26 pm
Table partitioning comes in handy for these cases too. Keep it in mind in case you have EE 😉
March 23, 2009 at 2:18 pm
I would start by identifying poorly performing queries and missing indexes before jumping into the scale-out train 😉
March 23, 2009 at 1:48 pm
A job can only be started if it is not already running you should check the job status first or you will get an error.
March 23, 2009 at 1:46 pm
Just one more note. Adding replication to your primary server does not come free. There is always a price to pay 😉
March 23, 2009 at 1:24 pm
steve smith (3/20/2009)
Are there any other SQL (or DBCC) commands that cannot execute...
March 23, 2009 at 1:21 pm
plavec (3/20/2009)
I know that FORCESEEK is available in 2008, but I need it in 2005 😉
Are you sure you "need" it?
March 20, 2009 at 8:24 am
Viewing 15 posts - 271 through 285 (of 5,103 total)