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/
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.
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...
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...
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...
November 10, 2014 at 9:20 am
Hmm. Yes, I missed that one. Good point.
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,...
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...
September 1, 2014 at 2:59 am
This looks excellent. Thanks so much. I can't wait to try it out.
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....
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...
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...
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...
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...
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...
July 16, 2014 at 2:08 am
Viewing 15 posts - 136 through 150 (of 650 total)