Viewing 15 posts - 1,741 through 1,755 (of 1,939 total)
upstart (10/15/2010)
Whenever you alter the structure of...
October 18, 2010 at 9:12 am
Interesting point, Steve. When it comes to public safety and/or health, one cannot be too careful.
BTW, loved the cat in your video of this post. 😉
October 13, 2010 at 8:46 am
I found that I had to set the IDENTITY_INSERT to ON, before I did the INSERT. Then I turned it back off again, which is the default.
To make it...
September 29, 2010 at 10:56 am
I've got a question. In Method 2, you've got:
CREATE TABLE DESTINATION_TB(
ID INT IDENTITY(125006,1) NOT NULL ,DATE DATETIME ,COST MONEY)
INSERT INTO DESTINATION_TB (ID, DATE, COST) SELECT...
September 28, 2010 at 3:18 pm
CirquedeSQLeil (9/27/2010)
Lowell does it pretty much how we did it. Now we just send emails to smart phones instead.
My problem is I can just about guarantee that most of...
September 27, 2010 at 1:25 pm
Lowell (9/27/2010)
while every carrier has a supprt email that allows an email to...
September 27, 2010 at 1:03 pm
LutzM (9/27/2010)
If your system is not configured yet to send mails, you...
September 27, 2010 at 12:59 pm
Having SQL skills, as a developer, is in my opinion essential. Well, perhaps I should say depending upon your work environment. I work in a small, departmental sized...
September 20, 2010 at 11:08 am
Good article, Steve. I remember that phrase, "computer programmer", too, and like you, I haven't heard it used in a coon's age. I'm currently a developer, or at...
September 1, 2010 at 1:43 pm
Thank you for your response, Steve. My friend, Dave that I referenced in my reply, is one who does his best to remain current. Silverlight is a technology...
August 31, 2010 at 10:19 am
Over all, and generally speaking, I agree with your article, Steve. However, Dave Campbell, a good friend of mine, who is a developer and a MVP in Silverlight, has...
August 31, 2010 at 9:36 am
Thank you, nigel!
August 25, 2010 at 8:42 am
I don't understand everything you've done in the SELECT statement, Mike01, but it looks like that will work. Thank you!
August 23, 2010 at 2:15 pm
Good admonition, Steve. I've been in my position for 14 years, basically since the beginning of this agency. I definitely tend to have the idea that the system...
August 18, 2010 at 8:00 am
Viewing 15 posts - 1,741 through 1,755 (of 1,939 total)