Viewing 15 posts - 376 through 390 (of 8,760 total)
Even just doing a count(*) on table is different. Faster one takes 1 second and slower takes 16 seconds.
At least we are getting somewhere, and now we know that...
November 24, 2020 at 7:48 pm
It is KB.
No the files are on the C drive only for both servers.
So somewhat shy of 3GB?
😎
Something is not right here, my tablet regularly processes two...
November 24, 2020 at 5:52 pm
In SSMS, run the query, then select all the results and use CTRL+SHIFT+C to copy the results with headers, then in your reply in this forum, click "Insert Code Sample",...
November 24, 2020 at 5:13 pm
It is KB.
No the files are on the C drive only for both servers.
So somewhat shy of 3GB?
😎
Something is not right here, my tablet regularly processes two times that...
November 24, 2020 at 4:03 pm
Trying to be gentle, not always easy: https://www.sqlservercentral.com/forums/topic/sql-server-specs-question
😎
Poor sod, an accidental DBA victim.
November 24, 2020 at 3:53 pm
Sure, I'm just not sure what all you need. The text file size is 2995902. and it is around 30 columns. Both servers are running the exact same bulk...
November 24, 2020 at 3:49 pm
Hi,
I have two different servers that I do a bulk insert on the exact same text file. One will take 3 hours to do a bulk insert on the...
November 24, 2020 at 3:26 pm
Talking about efficiency, using variables and flow control in T-SQL says "defficiency" by itself.
More appropriate T-SQL statements should look like this:
SELECT @Val1 = case when @Var1=@VarA and @Var1=@VarA and...
November 24, 2020 at 3:13 pm
Sometimes you have to wonder.
I put together an extract of data for one of our clients for monthly invoicing. It's one of those clients that need to have all...
November 24, 2020 at 3:07 pm
Can you please post the full DDL for all the tables, including all keys and constraints?
😎
November 20, 2020 at 4:50 pm
November 19, 2020 at 4:10 pm
But that's not from removing a couple of IFs or ANDs (while introducing bugs!). I still say that such hyper-tuning is actually silly since that time could be spent...
November 19, 2020 at 4:07 pm
The dumb thing is not asking the question.
The second dumb thing (not applicable here!) is not listening to the answers given by seasoned pros, because you don't like what...
November 17, 2020 at 8:15 pm
on this forum, as far as I'm concerned, there is no such thing as a dumb question!
😎
The dumb thing is not asking the question.
For fun, here is a Haiku answer
You...
November 17, 2020 at 6:03 pm
Viewing 15 posts - 376 through 390 (of 8,760 total)