Viewing 15 posts - 19,921 through 19,935 (of 59,072 total)
Please see the first link under "Helpful Links" in my signature line below for future posts.
Here's the readily consumable test data for this problem.
--===== Create the test tables and populate...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 8:37 pm
That answers my questions #2 and #5. Still looking for answers on #1, 3, and 4. Those may also make a difference.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 7:24 pm
The location of the new post is http://www.sqlservercentral.com/Forums/Topic1709703-338-1.aspx. Please respond there instead of on this post to help keep any answers together. Thanks, folks.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 7:02 pm
halifaxdal (8/7/2015)
A test shows a query like
select * from table where charindex(column, keyword) > 1
costs 14 minutes to return result.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 11:40 am
Lynn Pettis (8/7/2015)
delizat (8/7/2015)
Every situation is different, but this is the order of my backup jobs:1. Reorganize/Rebuild index
2. Check integrity
3. Update Statistics
4. Backup database.
Please tell me you aren't updating statistics...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 11:16 am
My first question would be, did you rebuild the indexes and the statistics? Also, have you installed the good version of service pack 1?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 10:56 am
jasona.work (8/8/2015)
I guess that's what happens when a non-SQL person goes to install SQL.
You said a mouthful there. I just went through all of that. New Dev and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 10:47 am
Matt Miller (#4) (8/8/2015)
Jeff Moden (8/7/2015)
That notwithstanding, these types of products supposedly eliminate the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2015 at 10:40 am
happy55 (8/7/2015)
I have a requirement where I have to run a stored procedure and then create a flat file with each column having definite widths and each record in...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2015 at 6:23 pm
Split the table horizontally and parallel process each part.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2015 at 6:20 pm
I don't know enough about the Cyberark product to save my own life if it became necessary.
That notwithstanding, these types of products supposedly eliminate the need for any administrator logins...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2015 at 2:59 pm
SQLRNNR (8/7/2015)
jasona.work (8/7/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2015 at 12:30 pm
Ed Wagner (8/7/2015)
It would also use an awful lot of potential bacon by using the whole hog.
Sometimes you just have to go "whole hog" on certain problems. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2015 at 11:06 am
sgmunson (8/7/2015)
kyagi.jo (8/7/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2015 at 11:01 am
Grant Fritchey (8/5/2015)
jasona.work (8/5/2015)
GilaMonster (8/5/2015)
jasona.work (8/5/2015)
GilaMonster (8/5/2015)
And to get...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2015 at 5:42 pm
Viewing 15 posts - 19,921 through 19,935 (of 59,072 total)