Viewing 15 posts - 586 through 600 (of 7,168 total)
Eric, agree it's not a ton more but Phil expressed it in more detail. This is basically my thoughts on it and where my comment about requiring less engineering (i.e....
December 30, 2015 at 2:06 pm
Assuming the identity seeds were both 1, loading with IDENTITY_INSERT ON using the original identity *-1 (what Phil said) is where I would start the conversation. If the client strongly...
December 30, 2015 at 11:40 am
Definitely depends. It is typically not about how easy it is to recover it is about how fast you can recover and how highly available the system needs to be....
December 29, 2015 at 2:15 pm
Alvin Ramard (12/29/2015)
Orlando Colamatteo (12/29/2015)
December 29, 2015 at 10:55 am
I have had people scoff at running staging databases in FULL, taking backups and including them in Availability Groups and have had people scoff at running them in SIMPLE, not...
December 29, 2015 at 10:06 am
+1 for separate staging-database
It is true that once you make the decision to have tables your system depends on in a second database you will be increasing your system's footprint....
December 29, 2015 at 7:00 am
@Midnight, I think your understanding of the need to enable TRUSTWORTHY to use a SQLCLR assembly is misguided. Have a look at assembly signing when you get a chance. I...
December 20, 2015 at 2:19 pm
RonKyle (12/19/2015)
RonKyle - why won't you use stored procedures to do a final insert?
I do use stored procedures for the final insert in the sense that there is a...
December 19, 2015 at 3:56 pm
Eric M Russell (12/18/2015)
December 18, 2015 at 4:35 pm
GilaMonster (12/17/2015)
I prefer not renaming it, as I've seen that cause problems with upgrades before.
I never had it cause problems (with SPs and other patches but never tried a version...
December 18, 2015 at 7:54 am
KenpoDBA (12/17/2015)
December 17, 2015 at 10:40 pm
Yeah, you don't need step 1 and 11 for this work.
While we are on the topic I recommend avoiding xp_cmdshell. I believe it sets a bad tone from a...
December 16, 2015 at 10:31 pm
I used to rename sa to avoid brute force password attacks it. I haven't tried this in a while though (not sure you can even still rename it) because in...
December 16, 2015 at 10:22 pm
It is not only code we need to pay attention to. Language features we choose to employ and system administration choices can also lead to insecure environments. Cross-system risks are...
December 15, 2015 at 10:10 pm
Using SSIS may be intuitive to some folks. When the preference somehow makes T-SQL a poor choice in their mind in all conceivable cases is where good solutions are missed....
December 15, 2015 at 9:34 pm
Viewing 15 posts - 586 through 600 (of 7,168 total)