Viewing 15 posts - 136 through 150 (of 650 total)
I covered this topic in an article on Simple-Talk. You can actually calculate the order using TSQL.
https://www.simple-talk.com/sql/t-sql-programming/database-deployment-the-bits---getting-data-in/
Best wishes,
Phil Factor
December 9, 2014 at 2:01 am
If I remember rightly, I believe that there is an error message event in SMO that you can attach a listener to in order to get scripting errors.
Best wishes,
Phil Factor
December 8, 2014 at 10:00 am
I'd always wondered what that script option did. I'm still not really sure, even after you've so kindly explained it. Does it mean' over-ride all the settings you've laboriously made...
Best wishes,
Phil Factor
December 8, 2014 at 2:16 am
as if to prove my point, Joomlart.com crashes and burns due to the fact that they kept their passwords in plain text, without any encryption or access control.
http://www.joomlart.com/blog/news-updates/emergency-we-are-hacked-and-database-compromised
It is sad...
Best wishes,
Phil Factor
December 7, 2014 at 11:29 am
@matt-2. Yes, true. Nobody in IT should ever be 'indispensable'. Even if one finds the thought of being mortal as ridiculous, keeping the documentation up-to-date means tranquil holidays. That's good...
Best wishes,
Phil Factor
November 10, 2014 at 9:20 am
November 10, 2014 at 2:26 am
There isn't much wrong with the code actually. You were close. Actually, you need an array of hashtables, one of which needs an array to hold the services. This object,...
Best wishes,
Phil Factor
October 24, 2014 at 3:12 am
Just out of interest, This is possibly a lot more difficult to understand, but shorter. (the same code will detect the nth day you specify. I just stripped it down...
Best wishes,
Phil Factor
September 1, 2014 at 2:59 am
This looks excellent. Thanks so much. I can't wait to try it out.
Best wishes,
Phil Factor
August 14, 2014 at 2:40 am
I'm sorry if it got scored too high, but when I ask this as part of a technical interview, it seems to stump a very large proportion of the candidates....
Best wishes,
Phil Factor
August 4, 2014 at 1:44 am
If you are a CIO/IT Director trying to avoid committing to the latest BIG THING, hiring a consultant or two can prove to be a good strategy. Unless the consultant...
Best wishes,
Phil Factor
July 21, 2014 at 2:55 am
@Sergei
Please correct me if I'm wrong but I'd always believed a primary key was enforced by a constraint which was implemented by means of both a UNIQUE index and...
Best wishes,
Phil Factor
July 17, 2014 at 8:03 am
arggg... I knew the answer - it's not an index, but creating a primary key does create a corresponding index (if it doesn't already exist). I better cut back on...
Best wishes,
Phil Factor
July 16, 2014 at 8:08 am
Regarding this
... default candidate key to be used to select particular rows of the table
Can anyone expand on what is meant by 'default' here?
In addition to what's been said: In...
Best wishes,
Phil Factor
July 16, 2014 at 2:15 am
Irritating because over-pedantic. Good question nevertheless.
Thanks. The reason I felt motivated to enter it as a QOTD was that I became intrigued by the way that constraints were recorded...
Best wishes,
Phil Factor
July 16, 2014 at 2:08 am
Viewing 15 posts - 136 through 150 (of 650 total)