Viewing 15 posts - 106 through 120 (of 136 total)
Hi Nevyn, pls don't blame yourself, we learn better everyday, if you blame yourself, what should i say of myself.
Take care.
Timotech
July 20, 2010 at 4:48 pm
Hi, Thanks for your replies, but most books that we read use these conventions that i use, any way i tried something and its working but with a little issue....
July 20, 2010 at 10:51 am
Hi Nevyn,
Thanks for your help, Pls i need one more help, I need to add another column to the results that i have, this is the column i want to...
July 20, 2010 at 9:05 am
Hi Chris, you're the man, it worked perfectly, Thanks so much
Timotech
July 20, 2010 at 5:52 am
Hi thanks for your hints, let me repost the data like this, may be u'll understand, because there's no existing table for that query:
CREATE TABLE #mytable(
Category nvarchar(35),
Station nvarchar(20),
Brand nvarchar(20),
Sun INT,
Mon...
July 20, 2010 at 4:20 am
thanks for your reply, yes i want the days of the week to be column headers, with the count information below.
Thanks
Timotech
July 20, 2010 at 1:09 am
To me you're a genius, and i would like to have your email, incase i need to contact u personally. Thanks
Timotech timotech@yahoo.com
July 14, 2010 at 1:42 am
Hi Nevyn, you're more than the man, you're a genius, a guru. Thanks so much, i've finally achieved what i wanted.
Thanks it worked perfectly.
Timotech
July 13, 2010 at 10:34 am
Hi nev, Thanks so much for your help, after looking closely at the result, i discovered that some of the records were having nulls as description and category like this:
2187...
July 13, 2010 at 8:58 am
Hi Nevyn, you're the man, it worked perfectly, Thanks so much
July 13, 2010 at 7:38 am
Hi Nevyn, Thanks for your reply,
I tried the following code that you sent:
DECLARE @BeginDate datetime
DECLARE @EndDate datetime
Declare @ProductId nvarchar(6)
Declare @CategoryId nvarchar(3)
Set @BeginDate = '1/5/10'
Set @EndDate = '31/5/10'
Set @ProductId = 'dri006'
Set...
July 13, 2010 at 1:45 am
Hi Nev, thanks for your reply,
The code works wonderfully, the only remaining thing is that there are some Tele records and some radio records that are not displayed because of...
July 12, 2010 at 10:08 am
Hi, I tried to recreate the table and then saved from my application into the table, which succeeded, but when i try to search again, it did not return any...
April 28, 2010 at 3:46 am
Hi Vidya, thanks for your post, the query works fine, i also tried it with <= (a specified date) and it also brings result, but when i try it with...
April 28, 2010 at 1:45 am
Hi, thanks for your reply, its baffeling me also, this is the query:
SELECT PKID, ISNULL(Location,'') AS Location, ISNULL(BoardNumber,'') AS BoardNumber, ISNULL(FK_BoardSize,'') AS FK_BoardSize, ISNULL(FK_BrandId,'') AS FK_BrandId,...
April 27, 2010 at 5:28 am
Viewing 15 posts - 106 through 120 (of 136 total)