Viewing 15 posts - 3,466 through 3,480 (of 6,038 total)
RonKyle (9/2/2015)
We all just need to come to terms with the fact that application programmers have a need to locally persist things like shopping carts, messaging, or just generic objects....
September 2, 2015 at 1:32 pm
We all just need to come to terms with the fact that application programmers have a need to locally persist things like shopping carts, messaging, or just generic objects. It...
September 2, 2015 at 12:27 pm
I've seen cases when someone was attempt to use the Import Wizzard to load a table and accidentally checked the option 'Delete Existing' instead of 'Append', or where a miscoded...
September 2, 2015 at 8:27 am
Psst! Hey Buddy! You wanna buy some source code?
Yuck, who let a sales repsentative for Red Hat wander into the data center? 😀
September 2, 2015 at 7:07 am
Apparently app programmers building a persistance layer think they're real database developers. 😛
September 2, 2015 at 7:01 am
First, use a schema comparison tool between the old and new database to confirm all indexes were migrated over.
September 1, 2015 at 2:24 pm
Welsh Corgi (9/1/2015)
Ed Wagner (9/1/2015)
September 1, 2015 at 1:27 pm
Welsh Corgi (9/1/2015)
Unfortunately that is not a quick fix.They are running a lot of SP's that use Temp tables. Hundreds...
Here are a few TEMPDB related scripts from my toolbox.
This...
September 1, 2015 at 1:08 pm
Welsh Corgi (9/1/2015)
Eric M Russell (8/31/2015)
Welsh Corgi (8/31/2015)
Eric M Russell (8/31/2015)
September 1, 2015 at 9:08 am
Estimating an IT development project help if you start with a framework. For example, in the home construction industry, unless you're going for a multi-million dollar Frank Lloyd Wright style...
September 1, 2015 at 7:55 am
The idea of telling a computer to do x seems more bounded and contained than other professions, but it's really not. This is often because developers don't get a complete...
September 1, 2015 at 7:27 am
Iwas Bornready (8/31/2015)
I wouldn't know what do do without foreign keys.
I have some idea of what doo doo would happen without foreign keys.
August 31, 2015 at 2:48 pm
Iwas Bornready (8/31/2015)
August 31, 2015 at 2:38 pm
Welsh Corgi (8/31/2015)
Eric M Russell (8/31/2015)
August 31, 2015 at 2:04 pm
TEMPDB will automatically shrink whenever SQL Server is restarted, which might be most reliable way to do this, if needed. However, unless your TEMPDB is competing for storage with other...
August 31, 2015 at 12:07 pm
Viewing 15 posts - 3,466 through 3,480 (of 6,038 total)