Viewing 15 posts - 1,981 through 1,995 (of 4,081 total)
I sent Barry a message through LinkedIn last week asking how he was doing. Never got a reply. I haven't seen any recent posts from...
November 24, 2009 at 8:46 am
Hold on to your pork chops, Jeff. 😀
The first thing Steve did was send him a link to a random number function. So the rocket ship...
November 24, 2009 at 8:26 am
A couple of questions:
First, I can't even be sure from your text whether or not the "merge" (update?) is using the SC or the CRI table as it's target. ...
November 24, 2009 at 8:08 am
Yeah, Jeff, but I'm from the south.
Alvin, and the folks who made it to the PASS Summit, can testify that I talk slow and use small words. 😉
But...
November 23, 2009 at 9:14 pm
Sure, Jason. I'd be in debt to all of you guys.
Do me the great favor of being brutal with constructive criticism. The article is...
November 23, 2009 at 4:17 pm
Like Steve said:
1. Generate a 10-digit random number (ex: 1234567890)
2. Cast it as varchar
3. Use left,right and or/substring to build your string
select '('+left('1234567890',3)+') '+substring('1234567890',4,3)+'-'+right('1234567890',4)
4....
November 23, 2009 at 3:34 pm
I'll send you each a copy tonight. Thanks a bunch, guys. 🙂
November 23, 2009 at 1:56 pm
Thanks, Jack. I surely appreciate it.
November 23, 2009 at 1:43 pm
Hey Steve:
I've just about got the "It Depends" article from a week or so ago finished. Should be ready for review tonight. ...
November 23, 2009 at 12:06 pm
I had a nice thick ribeye Saturday night as part of the victory celebration when Ole Miss beat LSU. 😀
I also saw the movie "The...
November 23, 2009 at 7:31 am
a) exec sp_InsertKeyIssues 'test', 'abc'
I got a local error message (cannot convert int to nvarchar) - and NOTHING WAS WRITTEN INTO THE ERROR LOG.
What was the error number and text,...
November 23, 2009 at 7:17 am
Also, you cannot use a table variable name as a qualifier. You must alias the table variable as shown below. This will become important when you...
November 23, 2009 at 7:04 am
MMmmmmm..... dead cow good....
Now my stomach is rumbling.
I'm definitely stopping by the grocery store for a couple of ribeyes and good cab.
I hope all y'all have a great weekend.
November 20, 2009 at 5:04 pm
So, what *IS* inspiring you lately? 😉
November 20, 2009 at 8:14 am
Viewing 15 posts - 1,981 through 1,995 (of 4,081 total)