Viewing 15 posts - 76 through 90 (of 275 total)
good advice.....but it would be even better to put that SQL code into a Stored Procedure....better performance, better datatype checking, better security, better split of DB responsibility between front-end +...
November 8, 2006 at 2:27 am
Sounds like while you are changing the connection string to point to the new server, you are not (re)establishing the connection to the new server afterwards....
I'd agree...please post a sample...
November 3, 2006 at 3:13 am
Cheap and cheerful....put a series of "typcial" scripts (select + updates, etc) together that can be randomly called by some utility....possibly either off the schedule or via multiple client sessions.
For...
November 2, 2006 at 3:15 am
"Put the 'read only' copy on a development server."....that is what I implied...I was expecting an element of mind-reading
October 31, 2006 at 10:24 am
Setup read-only copy of production for developers to run their queries against.
October 31, 2006 at 2:39 am
"disable all jobs for next 1 hour. So that they won't be refired in that 1 hour window."....would it not be simpler to just disable the SQLAgent for 1 hour???...at what...
October 26, 2006 at 2:49 am
I don't ring Anhauser-Busch when I see their ad's either. Advertisers shouldn't expect a 100% response rate. Not being upfront about price ranges also...
October 25, 2006 at 3:34 am
Your issue now makes sense given that this is the 'replication' forum.....I must at the forum title more to get the context of the question. You may benefit by posting...
October 20, 2006 at 5:43 am
Is this a table named "conflict" or a table with which there is some data load which generates "conflicts"....your problem description is too vague.
You will have to provide DDL and...
October 20, 2006 at 2:59 am
Ability "to execute" is far more important than any "paper that says you passed an exam".....as is the ability to fit in and work with the new team.
October 20, 2006 at 2:55 am
Don't treat the SAN as 1 big lump of disk space....segmenting the SAN into different areas (for data, logs, temp files, etc) would be advantageous in terms of performance.
October 18, 2006 at 2:29 am
Can you give us an example with sample data???...involving parent and child data (+ table DDL?)
October 18, 2006 at 2:27 am
The cheap way would be to schedule a 'master job' to run every minute....and for it to call the 'slave job' 6 times....seperate by a (near) 10second delay....trouble there is...
October 18, 2006 at 2:25 am
1. Undo the RAID setting...RAID brings a data storage overhead. I know it's useful, but it does have a capacity cost.
2. Investigate file compression as a possible solution to increasing...
October 17, 2006 at 2:40 am
Quite possibly you have a bottleneck elsewhere in your application that is preventing the CPU breaking 7%. Optimisation is an ongoing exercise in (re)moving bottlenecks...you solve one problem, you move onto the...
October 16, 2006 at 2:42 am
Viewing 15 posts - 76 through 90 (of 275 total)