Viewing 15 posts - 1,726 through 1,740 (of 1,932 total)
Ah, Craig, thank you. I need a mnemonic device to help me remember, and that will do.
November 24, 2010 at 12:06 pm
Gianluca Sartori (11/24/2010)
CTRL + R
WOW. Thank you. BTW, that control sequence isn't really obvious. (At least not to me.)
November 24, 2010 at 10:40 am
Actually in our environment, I noticed that we had 18 months worth of .bak and .trn files on the server. It was because of this that I thought I...
October 20, 2010 at 10:15 am
Craig Farrell (10/18/2010)
First, keep any...
October 18, 2010 at 1:54 pm
upstart (10/18/2010)
October 18, 2010 at 1:51 pm
Thank you for the advise, GSquared.
October 18, 2010 at 1:35 pm
Probably in most cases I can do that, but in some cases we have large wide columns (VARCHAR(4000) or so), and so I don't think I could do that in...
October 18, 2010 at 10:44 am
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
Viewing 15 posts - 1,726 through 1,740 (of 1,932 total)