Viewing 15 posts - 316 through 330 (of 1,473 total)
GSquared (12/16/2009)
Navigate the tree view in the Object Explorer to the proc you want to look at, right-click it, and select Modify.
I can't. I have too many SP's.
Posted...
December 16, 2009 at 9:53 am
Apologies in advance if this is already known, I didn't read through the whole thread. The issue is likely arising because one of your strings is < 72 characters,...
December 16, 2009 at 8:02 am
Heh, yeah, had a few minutes to kill.
December 12, 2009 at 4:10 pm
You can also just use notepad.
+---------------------------+
| Employees |
+---------------------------+
| EmployeeID int ...
December 11, 2009 at 2:55 pm
SQL-939141 (12/11/2009)
We need a 'handy tip of the day'!
This would have saved me hours by now.
I guess the...
December 11, 2009 at 7:23 am
Lynn Pettis (12/10/2009)
What you are told will never change has a funny way of changing.
Never Say Never!
(Hehe, sorry, couldn't resist, but hopefully both the people that get that joke...
December 10, 2009 at 10:33 pm
Jeff Moden (12/10/2009)
Heh... try hell! I did cheat! I just got caught. :blush:
I mean, if you were gonna cheat, you could have at least done nickname as well....
December 10, 2009 at 10:25 pm
Jeff Moden (12/10/2009)
Ahg....my apologies. I forgot I was in a 2k forum. I'll see if I can flip it to 2k code tonight.
Way to try and cheat Jeff....
December 10, 2009 at 3:30 pm
BaldingLoopMan (12/9/2009)
I like the #tables in development because i can...
December 9, 2009 at 7:49 am
Here's a short article on CTE's you could read when you want to start investigating them.
December 9, 2009 at 7:34 am
BaldingLoopMan (12/9/2009)
December 9, 2009 at 7:28 am
Dear Tally Table. How I love thee, let me count the ways...
SELECT *
FROM YourTable
WHERE pseudodatecolumn NOT IN (
select CAST(YEAR(dateadd(d,n,'19910101 00:00:00')) as char(4)) +
RIGHT('0' + CAST(MONTH(dateadd(d,n,'19910101...
December 8, 2009 at 9:40 pm
Can you post the current query you are using? We may need more, but that'd be a good place to start.
December 8, 2009 at 9:02 pm
niall.baird (12/8/2009)
December 8, 2009 at 8:52 pm
niall.baird (12/8/2009)
When I read the article, the impression I got was that you could define a CTE at...
December 8, 2009 at 7:02 pm
Viewing 15 posts - 316 through 330 (of 1,473 total)