Viewing 15 posts - 991 through 1,005 (of 49,571 total)
August 3, 2017 at 8:05 am
How can you not have permission to create a temp table?
August 3, 2017 at 7:40 am
Why are you currently doing weekly fulls and daily diffs?
August 3, 2017 at 7:38 am
WebTechie - Thursday, August 3, 2017 6:10 AMThanks Gail.But the column is varchar and the manager doesn't want to change that.
He...
August 3, 2017 at 7:10 am
The stored procedure does the insert, taking parameters, meaning that you can change the data type to varbinary, and have the procedure directly insert the encrypted value. A trigger, since...
August 3, 2017 at 6:01 am
August 3, 2017 at 5:39 am
What is truly "amusing" though, is...
August 3, 2017 at 2:34 am
August 3, 2017 at 2:31 am
Table definitions please. There's no way to debug a data type conversion error without knowing what the data types are.
August 2, 2017 at 3:18 pm
Either TempDB is tiny and can't grow, or you have some *really* long running transactions that's preventing the version store from being cleaned up.
Check which please.
August 2, 2017 at 3:17 pm
There's no point in setting the isolation level. You have no select queries, so there's nothing for it to affect. Data modifications always take exclusive locks.
You don't need...
August 2, 2017 at 3:16 pm
Viewing 15 posts - 991 through 1,005 (of 49,571 total)