Viewing 15 posts - 15,526 through 15,540 (of 26,486 total)
Again, a mighty broad topic to try an answer in a forum. Perhaps you should be more precise i\whan asking for assistance.
May 8, 2010 at 12:51 am
Mighty broad topic to be covered in a forum. Perhaps you should be more precise in your request for assistance.
May 8, 2010 at 12:48 am
All we wanted is for you to post the code you have written to try and solve your problem.
Here is my solution using the dbo.DelimitedSplit inline TVF. Use the...
May 7, 2010 at 4:52 pm
Okay, here is some code for you:
create table dbo.Opportunity
(
OppID int,
abc varchar(20)
)
create table dbo.Book
(
OppID int,
booked int,
BYear int
)
create table dbo.Sales
(
OppID int,
shipped int,
SYear int
)
--inserting into opportunity table
insert into Opportunity values (1,'xxx')
insert into Opportunity...
May 7, 2010 at 4:49 pm
Just an FYI, your code will not work on my systems without modification. Our servers are configured to use case sensitive collation. You really need to be sure...
May 7, 2010 at 4:23 pm
WayneS (5/7/2010)
Lynn Pettis (5/7/2010)
I see a trip to the TitD in the near future.I feel for you Lynn. It's like pulling teeth in there... 🙁
Think, I do, that scared him...
May 7, 2010 at 4:03 pm
CirquedeSQLeil (5/7/2010)
GilaMonster (5/7/2010)
May 7, 2010 at 3:56 pm
Okay, Gail, I'll stay out as far as posting but I still want to see what it is about.
May 7, 2010 at 1:56 pm
Why are you adding a column to a table inside a stored procedure?
May 7, 2010 at 1:42 pm
Some times you have to wonder[/b] how some people actually get jobs working with computers.
May 7, 2010 at 1:36 pm
Do all the values in the column have at least four \'s?
May 7, 2010 at 1:29 pm
I see a trip to the TitD in the near future.
May 7, 2010 at 1:26 pm
Really? Let's take a step back. This is your data, you need to show us how to perform the necessary calculations. I look at the data, and...
May 7, 2010 at 1:24 pm
Go here.
It will tell you what you need to know.
May 7, 2010 at 1:20 pm
Okay, similar yet different from your other post, so what have you tried to solve this problem?
May 7, 2010 at 1:17 pm
Viewing 15 posts - 15,526 through 15,540 (of 26,486 total)