Viewing 15 posts - 466 through 480 (of 3,221 total)
sknox (5/8/2012)
bitbucket-25253 (5/8/2012)
Hugo Kornelis (5/8/2012)
dogramone (5/8/2012)
May 8, 2012 at 4:16 pm
Cliff Jones (5/8/2012)
bitbucket-25253 (5/8/2012)
Hugo Kornelis (5/8/2012)
dogramone (5/8/2012)
May 8, 2012 at 9:34 am
Hugo Kornelis (5/8/2012)
dogramone (5/8/2012)
Wow, did a google search and there was no mention in any of the four posts I checked about the count_big so I got it wrong.
You would...
May 8, 2012 at 9:01 am
Responsibility for security starts at the top (CEO - Chief Executive Officer) and carries down the chain of command to IT Managers, System Administrators, DBAs, Developers, and last but not...
May 7, 2012 at 7:58 am
Have you tried?
DECLARE @I VARCHAR(20)
SET @I = 'GAPD,'
IF CHARINDEX(',',REVERSE(@I),1) = 1
BEGIN
SELECT REVERSE(SUBSTRING(REVERSE(@I),2,DATALENGTH(@I)))
END
...
May 7, 2012 at 7:14 am
Sounds like you want to create a computed column. For learning how to do this read the following:
http://msdn.microsoft.com/en-us/library/ms191250.aspx
If the above is not sufficient, please post the table definiton, along...
May 6, 2012 at 7:18 pm
Your png attachment is very nice, however it does not allow me to copy and paste any information from it, so that I can use same to create your table...
May 2, 2012 at 5:14 pm
Nice question - finally beginning to understand what a "Sequence", is and how it works ..........THANKS
April 30, 2012 at 8:30 pm
David.Poole Posted Today @ 3:16 PM
Is the developer version out yet?
Ordered my copy early this morning from Amazon,delivery
Monday, May 7, 2012
Price Shipment Total: $56.26 -- includes shipping via...
April 30, 2012 at 5:54 pm
Stefan Krzywicki (4/30/2012)
bitbucket-25253 (4/30/2012)
And hey I want to brag a bit, well maybe not a bit, but a great...
April 30, 2012 at 8:30 am
Steve thanks for scheduling another QOD that I had submitted.
And hey I want to brag a bit, well maybe not a bit, but a great deal, since that...
April 30, 2012 at 7:59 am
Sarsoura (4/29/2012)
Thank you so much
And I thank you for responding.... if you have any problems or further questions, post them to a new forum entry. If the answer solves...
April 29, 2012 at 7:36 pm
Viewing 15 posts - 466 through 480 (of 3,221 total)