Viewing 15 posts - 211 through 225 (of 408 total)
Shwetha -
Unless you've set up columns in or triggers on your tables to accept this type of information or are runnning a "log explorer" type tool there is no way...
August 24, 2007 at 9:53 pm
select * will mess you up everytime - by selecting * you're forcing SQL to go back to the base row in the table regardles of indexes including including covering...
August 24, 2007 at 9:42 pm
You could try adding a local user account with the exact same user name as the users corresponding user name in your domain (e.g. domain user namt is domain\cliffordj, create...
August 24, 2007 at 9:39 pm
Talk to your firewall folks about setting up an IPSec connection between your offices and the remote users. Depending on the settings of the IPSec connection a changing IP may...
August 24, 2007 at 9:30 pm
Probably the first thing I would look at is whether or not SQL Server can determine the primary key of the remote table; does the remote table have constraints, etc? ...
August 24, 2007 at 8:59 pm
I tend to keep the nicer shirts (e.g polo's with collars) the rest, especially X-large t-shirts (I'm a medium all the way regardless of brand) end up being sleepwear for the...
August 24, 2007 at 8:56 pm
Jim -
I've got to side with Jeff on this one - been there done that, even against 300-400 million row/200GB+ databases, it's possible to write distance calculations that return subsecond...
August 24, 2007 at 8:51 pm
Deltatuk -
I just have to ask, why can't you use linked servers or replication? Sounds to me like somebody has made a decision without all of the facts.
Joe
August 24, 2007 at 8:35 pm
Ahhh, the joys of our electronic world, short of emoticons (:sick and <grins>, it is often difficult to judge the intent of the message...
Joe
August 24, 2007 at 7:00 pm
Hmm... how did you take your snapshots? Is the production database set to auto update statistics or is there a sheduled reorg/reindex that might not have taken place on the development...
August 22, 2007 at 8:57 am
Art -
You'll want to get the servers to be as nearly identical to each other as possible. If I interpreted your post correctly you've got difference O/S's at different service...
August 21, 2007 at 11:41 pm
Have you tried logging in using the same account that the agent is running under? I know you said you tried while logged in as a domain admin, but was...
August 21, 2007 at 11:24 pm
All -
Select <> Insert. You're comparing apples to oranges in that a select is a simple data retrieval operation limited only by the time for your source database server to...
August 21, 2007 at 11:18 pm
Steve makes a couple of good points - there is always more than one way to solve a problem.
One thing that I would probably recommend doing is taking...
August 21, 2007 at 11:02 pm
Identical hardware? You've got a couple of variables there so solving for one is going to be difficult.
Assuming that your first environment is a development environment you're going to want...
August 21, 2007 at 10:39 pm
Viewing 15 posts - 211 through 225 (of 408 total)