Viewing 15 posts - 15,436 through 15,450 (of 26,486 total)
Lynn Pettis (5/28/2010)
WayneS (5/28/2010)
@Lynn - I was wondering how you were going to answer this one - you did a superb job!
Thank you, now I just have to see if...
May 28, 2010 at 3:53 pm
Here is a good blog post (if I do say so myself) regarding performance between inline code, inline TVF's, and scalar functions:
Comparing Hardcoded functions, In-Line TVF's, and Scalar Functions
May 28, 2010 at 1:48 pm
You are. Direct from Microsoft:
MULTIPLEXING: USE OF MIDDLEWARE, TRANSACTION SERVERS, AND MULTITIERED ARCHITECTURES
Sometimes organizations develop network scenarios that use various forms of hardware and/or software that reduce the number...
May 28, 2010 at 1:40 pm
WayneS (5/28/2010)
@Lynn - I was wondering how you were going to answer this one - you did a superb job!
Thank you, now I just have to see if he follows...
May 28, 2010 at 1:27 pm
Jeff Self (5/28/2010)
I can open connection to server A in management studio and run query with...
May 28, 2010 at 1:05 pm
Bring this from the other thread:
TravisDBA (5/28/2010)
You know, I don't know that this needs any kind of legislation. The middle ground is horrible for everyone involved except the companies who...
May 28, 2010 at 12:50 pm
I would love to explain my code snippet to you, but first I'd like you to try and explain it to me. To do this you first need to...
May 28, 2010 at 12:26 pm
elutin (5/28/2010)
DBA can switch server into Bulk-logged or Simple Recovery model (if it's currently set to a Full Recovery ) and then use...
May 28, 2010 at 9:30 am
Are you using Windows Authentication or Mixed mode (SQL Server and Windows Authentication)?
May 28, 2010 at 8:24 am
Definately not the way it should be done. They should have taken a backup of the database and sent you that. Depending on how the mdf was copied,...
May 28, 2010 at 8:20 am
Anyone with knowledge of Operations Manager, please see if you can help here.
May 28, 2010 at 8:12 am
david.ostrander (5/28/2010)
May 28, 2010 at 8:10 am
Is the table you are insert data into initially empty?
You may want something like this:
declare @rows int;
set @rows = 10000;
while @rows <> 0
begin
insert into dbo.JBMTestA
...
May 28, 2010 at 8:03 am
crookj (5/28/2010)
Freedom (It is Memorial Weekend for us in the U.S.)Rembember to give a moment of thought and thanks to those who gave their all for our Country.
Joe
We should also...
May 28, 2010 at 7:43 am
Viewing 15 posts - 15,436 through 15,450 (of 26,486 total)