Viewing 15 posts - 9,031 through 9,045 (of 10,144 total)
January 2, 2009 at 5:26 am
nabajyoti.b (1/2/2009)
i am well aware of what SSIS can do.But i wanted to direct two variables to an excel sheet.
In that case, the article will show you how, with examples.
January 2, 2009 at 4:40 am
venki.ffcl (1/2/2009)
dear friends,Can i use if condition in function ?
Please give me a example
thank you
Can you explain how you expect to benefit from putting a simple query into a function?...
January 2, 2009 at 4:38 am
nabajyoti.b (1/2/2009)
suppose i have two valieables @s-2 and @b-2
normally i use select @a to display the value...
January 2, 2009 at 4:18 am
larsosman56 (1/1/2009)
My first query returns a result set, but I want to pass...
January 2, 2009 at 3:56 am
Adi Cohn (1/2/2009)
January 2, 2009 at 3:41 am
sarran.achari (1/1/2009)
Thanks for your help Gurus.
You're welcome. Is your problem solved?
January 1, 2009 at 5:21 am
I reckon this should do it.
[font="Courier New"]DROP TABLE #Temp
CREATE TABLE #Temp ([Month] CHAR(8), Country CHAR(2), [Tran] INT)
INSERT INTO #Temp ([Month], Country, [Tran])
SELECT 'Jul 2003', 'US', 1271 UNION ALL
SELECT 'Jun 2003',...
January 1, 2009 at 4:27 am
Can you post a sample of what you expect your output to look like?
January 1, 2009 at 3:55 am
Brandie Tarvin (12/31/2008)
ACK!I can't spell? THE HORROR!!!
Thanks, Andrew. I'll get that fixed. @=)
Good lord Brandie, how do you find the time to do all of this stuff?
It's a...
December 31, 2008 at 5:05 am
josemyj (12/30/2008)
So they are randomly chosen from a...
December 30, 2008 at 8:51 am
How does SQL Server get these values? One at a time? As a file/cursor?
December 30, 2008 at 8:30 am
josemyj (12/30/2008)
No 4000 columns... Only...
December 30, 2008 at 6:32 am
josemyj (12/30/2008)
And sorry if my english is confusing, not native language.
No need to apologise, we'll get there.
Your first post said you wanted a temporary table or CTE to provide consecutive...
December 30, 2008 at 5:24 am
So...you need a simple list of integers, from 1 to about 2000? Is there anything else?
December 30, 2008 at 4:33 am
Viewing 15 posts - 9,031 through 9,045 (of 10,144 total)