Viewing 10 posts - 1 through 10 (of 10 total)
Hi,
You can use the below query in the ssis.
I have taken your string in to one variable and splitted the string in to 3 columns.
There are two methods to...
March 1, 2011 at 11:18 pm
Thanks for your reply. I had already mentioned in my earlier mail that without changing the stored procedure I need the solution.
Please help
June 10, 2010 at 4:03 am
Hi,
Thanks for your valuable suggestion.
Thanks,
Madhuri
March 19, 2010 at 3:46 am
Hi,
Thanks for your suggestions. I am posting the output of the results which needs to come.
my table contains below data
tbl1
-------
name dt
xxx 01-Apr-2010
xyz 02-May-2010
abc 01-Mar-2010
results should come like below
name dt
xxx 01-Apr-2010
xyz...
March 15, 2010 at 12:10 am
Hi,
Can you try the below query.
Select rollno
from tbl
where rollno not between
1 and 5000
Hope it solves your problem.
Thanks,
Madhuri
December 7, 2009 at 2:57 am
Table has so many rows i can't use hard-coded limit on this. If table has less rows then that is feasible way.I think cursor is better option to go. What...
April 19, 2007 at 11:14 pm
I am using sql server 2000. Is it possible to do in sql server 2000?
Thanks,
Madhuri
April 19, 2007 at 10:59 pm
Hi,
I have a table named resource.
the table structure as follows
Resource
--------
UserID
Name
ManagerId
Sample Data
--------------
UserID | Name | ManagerID
5000 Sandeep 10000
5001 Saket 10000
5002 Rahul 10000
10000 Bindu 1
1 Admin 1
6001 Test1 5000
6002 Test2 5000
7001 Test3 5001
Query i wrote to...
April 19, 2007 at 6:44 am
Thanks prashant for article.
April 18, 2007 at 12:16 am
Hi Jeff,
Thanks for reply. I tried the options you suggested in URL.
When i tried Creating Excel spreadsheets via ADODB option
"Execute permission denied for SP_OACreate & SP_OADestroy objects under database master owner...
April 2, 2007 at 11:48 pm
Viewing 10 posts - 1 through 10 (of 10 total)