Viewing 15 posts - 226 through 240 (of 408 total)
Since you're here on a SQL Server site it's probably safe to assume that SQL Server is part of the equation, read up on replication in the BOL and here...
August 21, 2007 at 10:34 pm
Scott -
One thing to take a look at in this circumstance is running multiple querys and aggregating the results (e.g. a union), rather than one nasty query that trys to...
August 21, 2007 at 10:13 pm
How much of a difference in database/table size between the two environments? One of the things that will absolutely cause your query plans to change in when the data distribution...
August 21, 2007 at 10:10 pm
I'm gonna agree with Jeff, given two points with lat/long, calculating the distance between the two points is pretty straightforward/efficient...
Joe
August 21, 2007 at 10:05 pm
"consolidated reporting"... that's what I kind of expected you to say which complicates matters - you're going to need to think through how you're going to reaggregate all that data...
August 21, 2007 at 9:17 am
Hmm... one thought would be to take your list of sql servers and compare/mix it with an export from your list of computers/servers from active directory. Depending on your arrangements...
August 21, 2007 at 9:10 am
What is the existing single database used for? Depending on what you're using the existing database for, breaking it up could be painful (e.g. aggregated reporting?).
Joe
August 20, 2007 at 11:13 pm
Scott -
The steps in the KB (http://support.microsoft.com/kb/940232) will be needed to enable remote access to SSIS from your local machine - even after you install SSIS <grin>.
The biggest...
August 20, 2007 at 11:07 pm
Compressed folders are slow, no doubt about it, especially if the compressed folder is on another server - the data still crosses the network uncompressed...
That said, a product like LiteSpeed...
August 20, 2007 at 10:39 pm
Norm -
Assuming this is a .ASP or .Net application what are the connection strings for the database specified in the web.config or global.aspx?
If your connection string specifies integrated security...
August 20, 2007 at 10:33 pm
Lisandro -
Just to clarify Steve's comments, what you need to do is teach your developers to specify the object owner when creating functions and stored procedures.
For example if I am...
August 20, 2007 at 10:26 pm
Marc -
You need to switch your users from SQL Server security to integrated/windows security - assuming that your SQL Server is in the same domain as your users it's a pretty straightforward exercise. My...
August 20, 2007 at 10:17 pm
Mike -
Backup/restore is a good way to approach the migration - but just for user databases, do not try to bring across any of the system databases. You'll also need to...
August 20, 2007 at 9:39 pm
Billy -
You're comment "I bet Oracle "materialized views" do things in a more effecient fashion." cracked me up - the answer is nope, they operate in pretty much the same...
August 20, 2007 at 9:29 pm
Why CLR when you can do the same via t-sql?
Joe
August 20, 2007 at 8:47 pm
Viewing 15 posts - 226 through 240 (of 408 total)