Viewing 6 posts - 211 through 216 (of 216 total)
Thanks for the replies. In my current system we use this for database consistency checks that we are unable to use hard constraints on. So these emails are...
February 25, 2014 at 7:35 am
Sorry, I did forget to include the splitstring function:
CREATE function [dbo].[SplitString]
(
@STR nvarchar(4000),
...
February 25, 2014 at 7:29 am
In addition to those already listed by others, I added checks for:
- Disabled Indexes (no way to tell in the GUI that I am aware of)
- Auto Create/Update statistics set...
January 27, 2014 at 7:32 am
Your responses make sense, thank you both.
August 7, 2013 at 7:44 am
Thank you for the replies.
The refdate field is equal to the crdate field in most, if not all, of the records.
Most of the records are #[eight digit hex], but there...
August 2, 2013 at 6:46 am
I've only been in the professional workspace for 5 years now, so I probably don't have the perspective that most of you do. I like the idea of a...
June 14, 2013 at 9:17 am
Viewing 6 posts - 211 through 216 (of 216 total)