Viewing 15 posts - 331 through 345 (of 476 total)
ITU_dk2012 (9/17/2015)
the last value in the list of values
You can't - no concept of "order" in the data - unless there is some other column, in the table, that you...
September 17, 2015 at 7:26 pm
Lynn Pettis (9/17/2015)
<shaking head>I am going to the Tent in the Desert, and you sir are not invited.
You still REFUSE to answer my questions
Ditto ... so I'll bring my Billy...
September 17, 2015 at 7:23 pm
Eric M Russell (9/17/2015)
I'd also suggest turning on the table option 'large value types out of row'.
What about if majority of messages are small enough to fit in-row? (I...
September 17, 2015 at 7:19 pm
Torin (9/17/2015)
No external programs that I am aware of.
Tape Backup? (which has an "Agent" to backup SQL databases)
September 17, 2015 at 7:10 pm
oneteabag (9/17/2015)
Do you have an example for upSert, Not sure if I understand your solution.
Update any rows that already exist, Insert any that are new.
September 17, 2015 at 7:08 pm
Kristen-173977 (9/17/2015)
September 17, 2015 at 12:02 pm
P.S. We have a "Lookup View" on each (main) table. This is basically all the regular columns from the table, and then any simple Code Lookup Descriptions etc. just...
September 17, 2015 at 12:01 pm
thinking_machine (9/17/2015)
September 17, 2015 at 11:51 am
Worth looking looking at Brent Ozar's sp_Blitz, if you haven't already.
September 17, 2015 at 11:41 am
agerard (9/17/2015)
if the only thing that has changed
Good point. Worth double checking nothing else has changed? Fill Factor for example.
September 17, 2015 at 10:40 am
Sounds fine to me, we do something similar, only thing I feel strongly about is:
thinking_machine (9/17/2015)
1. Clear the 'errors' data table
We don't do that. We have Create and Update date/time...
September 17, 2015 at 10:29 am
Luis Cazares (9/17/2015)
It should come to personal preference.
... so long as Personal Preference doesn't include the, 7x slower, MS provided one!!!
September 17, 2015 at 9:13 am
Lynn Pettis (9/17/2015)
September 17, 2015 at 9:02 am
As Phil said, but here's a test if you want to try it:
USE tempdb
GO
PRINT 'Start: ' + db_name()
EXEC ('PRINT ''EXEC1: '' + db_name(); USE master; PRINT ''EXEC2: '' + db_name()')
PRINT...
September 17, 2015 at 8:47 am
Robert klimes (9/17/2015)
September 17, 2015 at 8:44 am
Viewing 15 posts - 331 through 345 (of 476 total)