Viewing 15 posts - 166 through 180 (of 2,037 total)
Still not sure if I got you...
Do you mean something like this:
DECLARE @t TABLE (Id INT IDENTITY PRIMARY KEY, SomeInt INT, SomeDate DATE);
INSERT INTO @t
...
November 11, 2009 at 8:38 am
Hi
If your process starts with a 1:1 copy of the data into the database, you should use BCP or something else to realize a bulk operation. This works way faster.
Are...
November 11, 2009 at 8:16 am
Here you can find Adam's blog post:
Dr. OUTPUT or: How I Learned to Stop Worrying and Love the MERGE
Greets
Flo
November 11, 2009 at 8:05 am
Hi
Please provide a more information. What do you mean with "lists all columns that contains NULL"?
Please provide some sample data and a desired result for those data. You can find...
November 11, 2009 at 7:49 am
Hi
mjarsaniya (11/11/2009)
...processing nodes takes 1 million each which are processing these records through dotnet application and it collects data and fires DML against Server.
Depending on the way how you generate...
November 11, 2009 at 7:44 am
EdVassie (11/11/2009)
My experience is ...
Oups... sorry Ed, didn't see your answer. (I've been out for lunch while answering Bob's post.)
Totally confirm your post with my current experiences. Nevertheless, I'll do...
November 11, 2009 at 4:36 am
Hi Bob
Bob Hovious 24601 (11/10/2009)
Are you saying that it takes longer to do a MERGE than to do a separate UPDATE followed by a separate INSERT?
Yep, looks like. But I...
November 11, 2009 at 4:26 am
Sorry, forgot to say that: I know Adam's post 😉 but I'd like to hear some production experiences.
November 9, 2009 at 3:13 pm
Generally..
Start profiler, remove Audit Login/Log-off and Existing Connections, remove SQL:Batch Started and Completed and keep "RPC:Completed". Use Column Filter to specify a CPU-time or a duration which means "slow" in...
November 9, 2009 at 2:47 pm
Hi
That's too less information. Do you have some special procedures to be traced? Do you have some general performance issues? Which kind of performance issues do you have?
Greets
Flo
November 9, 2009 at 2:28 pm
Hi John
Did you try this:
http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx
Greets
Flo
November 9, 2009 at 4:46 am
Hi Trudye
Hey Guys
Don't forget the gals ;-). This would exclude some of the greatest people here
To your problem:
If your data are already stored as VARCHAR(8) (why?) you don't have to...
November 7, 2009 at 2:41 pm
Simple answer: 8
Filestream is not restricted to 2GB and you can join your disks together to support the "The Thread" post-sequence. You just need a new stripe set for each...
November 7, 2009 at 12:41 pm
Alvin Ramard (11/7/2009)
Florian Reischl (11/7/2009)
PS: You can keep registered to "The Thread" but when you don't want to get email till the end of days you should unsubscribe this...
November 7, 2009 at 12:29 pm
Hi Joe
Your blog showed me some thins I really have to try in my PostgreSQL investigations! Apparently there are some things where SQL Server seems to be better, on the...
November 7, 2009 at 12:01 pm
Viewing 15 posts - 166 through 180 (of 2,037 total)