Viewing 15 posts - 8,881 through 8,895 (of 14,953 total)
SQL Server install disk. Just choose the option for "Client Tools Only".
August 3, 2009 at 9:58 am
Inline UDFs, like views, can be great if you use them properly. If you deviate even slightly from "optimum" use, they can kill performance very, very efficiently.
The key to...
August 3, 2009 at 8:53 am
Shouldn't. Have an undo script that reapplies the permission if something blows up.
July 31, 2009 at 1:39 pm
This is a duplicate thread. Please don't post the same question in multiple places on the site.
July 31, 2009 at 12:49 pm
Load and space would be the main things.
July 31, 2009 at 12:48 pm
You'll have to re-create it. I set them to do that in an auto-start proc that fires off when the SQL service starts.
July 31, 2009 at 12:36 pm
You might need to reinstall BIDS. That and Visual Studio share a lot of resources.
July 31, 2009 at 12:14 pm
Bulk imports usually disable triggers. I don't think there's an option to bypass that in the Import Wizard (could be wrong, take a look for something like that).
If not,...
July 31, 2009 at 12:10 pm
RedGate and ApexSQL also both sell software that's designed to help document SQL databases. I think you can get free trials from both. You might try those. ...
July 31, 2009 at 11:36 am
Add an output parameter to the stored proc, assign it the value of @@Rowcount after the insert statement, and grab the value of the output in SSIS. SSIS's Execute...
July 31, 2009 at 11:34 am
It's probably that you're getting "join multiplication". How many rows does the table you're updating actually have that fit the Where and Join criteria?
July 31, 2009 at 11:31 am
I've gotten that error a few times. It usually means either the Excel file is open (me or another user), or that the account SQL is running under doesn't...
July 31, 2009 at 11:30 am
If it's the same code, the performance will probably be the same.
The only way to know for sure would be for you to set up a test and try it...
July 31, 2009 at 11:14 am
mtucker (7/30/2009)
July 31, 2009 at 8:10 am
Those of us who believe do so on Faith. It guides us, and strengthens us. It helps us through the darkest times of lifes, and provides peace during the good...
July 31, 2009 at 7:17 am
Viewing 15 posts - 8,881 through 8,895 (of 14,953 total)