Viewing 15 posts - 1,351 through 1,365 (of 1,988 total)
Gary Varga (5/13/2016)
ZZartin (5/13/2016)
Gary Varga (5/13/2016)
May 13, 2016 at 10:12 am
Gary Varga (5/13/2016)
May 13, 2016 at 8:52 am
If you query the view directly on the oracle server does it return any rows?
May 12, 2016 at 2:22 pm
Is your trigger that works running on the same server and same instance of SQL server?
May 12, 2016 at 8:29 am
Tava (5/11/2016)
Lynn Pettis (5/11/2016)
Just as long as you rebuild your indexes afterward. The shrink operation will result in fragmentation of your indexes.
Yeap, that's part of the process that should...
May 12, 2016 at 8:22 am
It's possible the vb script is throwing an error for whatever reason and hanging indefinitely, you can try changing the execute command to 'cscript \\SERVER\Folder\script.vbs ' and adding a +...
May 11, 2016 at 3:20 pm
If you want to learn both find a small company that needs you to do both 😀
Keep in mind at the entry level there's a lot of over lap in...
May 11, 2016 at 2:58 pm
Hugo Kornelis (5/11/2016)
DonlSimpson (5/11/2016)
Ed Wagner (5/11/2016)
Hugo Kornelis (5/11/2016)
Grumpy DBA (5/11/2016)
djj (5/11/2016)
FriedBrain
Dead
Quick
Fox
Jumps
Double
May 11, 2016 at 12:13 pm
Well one option is to just store the values directly on your contact table instead of trying to normalize them.
Another would be to just return the values on the contact...
May 11, 2016 at 11:40 am
Revenant (5/11/2016)
Ed Wagner (5/11/2016)
crookj (5/11/2016)
djj (5/11/2016)
Ray K (5/11/2016)
whereisSQL? (5/11/2016)
crookj (5/11/2016)
Ed Wagner (5/11/2016)
Grumpy DBA (5/11/2016)
Ed Wagner (5/11/2016)
TomThomson (5/10/2016)
Manic Star (5/10/2016)
Roast
Beast
Beauty
Belle
Isle (Detroit)
Neglect
Abandonment
Cling
Clang
Clunk
Chunk
Thunk
Layer
Chips
May 11, 2016 at 10:03 am
There's nothing inherently wrong with shrinking the database, it's not that it's unsafe and it has a very specific purpose that it achieves. The problem is when people don't...
May 11, 2016 at 9:49 am
Easy to confuse
SELECT REPLICATE( 0x65, 4);
with
SELECT REPLICATE( CHAR(65), 4);
At first glance 😀
May 11, 2016 at 9:04 am
One possibility would be to add a new int field to the table with a default value of 1. After adding that populate it with a ROW_NUMBER() over the...
May 10, 2016 at 1:39 pm
Luis Cazares (5/9/2016)
Ed Wagner (5/9/2016)
Grumpy DBA (5/9/2016)
Ed Wagner (5/9/2016)
PlunderPillage
Treasure
Hunt
Vegas
May 9, 2016 at 7:59 am
Ed Wagner (5/6/2016)
crookj (5/6/2016)
whereisSQL? (5/6/2016)
Ed Wagner (5/6/2016)
Revenant (5/6/2016)
DonlSimpson (5/6/2016)
TomThomson (5/6/2016)
Ed Wagner (5/6/2016)
Grumpy DBA (5/6/2016)
Ed Wagner (5/6/2016)
SoupStew
Braise
Steak
Grill
Bar
Weightlifting
Snatch
Filch
Steal
Plunder
May 6, 2016 at 10:40 am
Viewing 15 posts - 1,351 through 1,365 (of 1,988 total)