Viewing 15 posts - 1,276 through 1,290 (of 5,103 total)
I have had this kind of questions in the past and the answer has always been (so far) transaction handling code overhead is negligible!!!
Just my $0.02
June 2, 2008 at 8:34 am
You need to use Kerberos to pass Windows account credetials From client-to-server-to-server. (If that is what you want you should configure the linked server for delegation )
hth
May 30, 2008 at 12:22 pm
If you are going to use the "copy" to new table method I would use "SELECT INTO..." instead of batches of inserts.
ALL these activities will require heavy I/O anyway....
May 30, 2008 at 9:06 am
Although not very well documented 😉 you can launch "Job Activity Monitor", highlight the grid, then Ctrl+C (Copy). Then on Excel do Ctrl+V (Paste)
Cheers,
May 30, 2008 at 8:52 am
Andy Leffler (5/1/2008)
May 1, 2008 at 1:05 pm
Parsing is, in my opinion, client-side responsibility. Doing these kind of things is SQL Server is not impossible neither difficult but I tend to pass that to specialized languages that...
March 20, 2008 at 9:54 am
Otis (2/26/2008)
Am I right in saying that Transactional Replication is the only way to...
February 28, 2008 at 1:22 pm
Jim Mace (2/28/2008)
February 28, 2008 at 1:14 pm
DBA (2/28/2008)
in management studio? i don't get anything when i righclick that says reports
You probably don't have SP2 installed 😉
February 28, 2008 at 1:10 pm
One thing you have not mentioned is how much bandwith do you have available
February 28, 2008 at 1:03 pm
backup and restore is the "safest" path.
February 28, 2008 at 12:58 pm
In addition repair "with_allow_data_loss" may NOT repair and may even get things worse!!!
February 28, 2008 at 12:51 pm
As far as I know to INSTALL SP or HotFixes you do need local admin rights 😉 There are also registry settings that are not commonly changed but that could...
February 25, 2008 at 1:55 pm
Loner (2/15/2008)
When I put in data in different language in that...
February 15, 2008 at 1:24 pm
Viewing 15 posts - 1,276 through 1,290 (of 5,103 total)