Viewing 15 posts - 3,676 through 3,690 (of 9,399 total)
ThomasRushton (3/7/2016)
whereisSQL? (3/7/2016)
Ed Wagner (3/7/2016)
Ray K (3/7/2016)
Ed Wagner (3/7/2016)
Grumpy DBA (3/7/2016)
Ed Wagner (3/4/2016)
OsteopathicAllopathic
Pill
Injection
Theft
Insurance
write-off
Taxes :sick:
March 7, 2016 at 10:14 am
Ray K (3/7/2016)
Ed Wagner (3/7/2016)
Grumpy DBA (3/7/2016)
Ed Wagner (3/4/2016)
OsteopathicAllopathic
Pill
Injection
Theft
March 7, 2016 at 8:40 am
Grumpy DBA (3/7/2016)
Ed Wagner (3/4/2016)
OsteopathicAllopathic
Pill
March 7, 2016 at 7:34 am
Gary Varga (3/7/2016)
seebert42 (3/7/2016)
You've never run out of work?...Never. Only budget.
Agreed. Never. There's always something to automate or improve.
March 7, 2016 at 6:59 am
He changed the data type to allow extra space for the concatenation to occur. Try changing both VARBINARY(1000) to a BINARY(4) and run it to see the difference.
March 7, 2016 at 6:54 am
Performance tuning is a pretty big topic. To boil it down to a set number of steps, I guess they would be something like this:
1. Measure performance.
2. Make an...
March 6, 2016 at 6:20 am
Boy, what a great editorial. It speaks to something I firmly believe in - automating the tasks that are boring, tedious or error-prone. Automating repetitive tasks frees up...
March 5, 2016 at 4:45 pm
Nice catch on the implicit cast, Hugo.
Biker Dad, when you make this change, the impact on performance is going to be incredible. However, please don't discount Hugo's first suggestion....
March 5, 2016 at 4:24 pm
Jeff Moden (3/5/2016)
Ed Wagner (3/4/2016)
This has nothing to do with the question that's already been answered.
Actually, I wonder if the question has been answered. 🙂
I wonder if it's a "security"...
March 5, 2016 at 4:07 pm
Sorry, I forgot to address your other point. Yes, you could shrink the production database. However, you should first ask yourself why. It's the size it is...
March 5, 2016 at 4:00 pm
I know this is reaching, but was there another process already shrinking the database on test?
March 5, 2016 at 3:50 pm
In addition to what Hugo suggested, don't forget to check any synonyms for ones that refer to a three-part name. You could have some that refer to database A.
March 5, 2016 at 10:26 am
Hope you agree there is no adversely influencing RBAR situation here (we are talking about 31 max records)
Like Phil said, with no code, it's impossible to say one way or...
March 4, 2016 at 7:21 pm
RV16 (3/4/2016)
I have two existing tables: Table 1 and Table2.
Both tables have some data.
So I want to copy some data from one table to another not all and if both...
March 4, 2016 at 7:12 pm
Viewing 15 posts - 3,676 through 3,690 (of 9,399 total)