Viewing 15 posts - 10,516 through 10,530 (of 13,874 total)
Have a look in INFORMATION_SCHEMA.VIEW_COLUMN_USAGE for the view-related info - you may have to join that to another i_s view to get everything you want.
August 17, 2012 at 1:02 am
david.ostrander (8/16/2012)
I currently have an SSIS package being built where I want to upload rows from an excel document into a Recordset Destination in SSIS. What I'm having...
August 16, 2012 at 10:09 am
I'd like to nominate this as a candidate for the 'esoteric thread of 2012' award 🙂
August 16, 2012 at 6:44 am
erics44 (8/16/2012)
the output would be the same using sql or plsql
If you've been able to derive the question, why not go ahead and answer?
August 16, 2012 at 5:07 am
raghuldrag (8/16/2012)
i ve created on table create table rab(deptno number(33),
job varchar(22));
insert into rab ('22','clerk');
insert into rab ('25','manager');
insert into rab ('20','sales');
output:
deptno job
22 ...
August 16, 2012 at 4:28 am
It would be polite of you to answer mine and Anthony's questions - they are there for a reason: we are trying to understand your reasons for doing this, whether...
August 16, 2012 at 4:26 am
kishor.patgir (8/16/2012)
I have one table which have one field sr_no. in this field data up to 1.to ..100.
In this if i delete some record then sr_No not Maritain.
I want...
August 16, 2012 at 2:39 am
gayathri-b (8/15/2012)
Is there anything to do with teh DB2 settings like time out etc.,
From SSIS do I have to configure the...
August 15, 2012 at 9:52 am
Teee (8/15/2012)
I need to take the characters from the left before the '/' string and insert into a column and the characters on the right after the '/' string...
August 15, 2012 at 2:40 am
patrickmcginnis59 (8/14/2012)
Shadab Shah (8/12/2012)
Jeff Moden (8/10/2012)
Shadab Shah (8/9/2012)
I have come across various section on this website where it is mention that SQL Server is a set based programming language.
...
August 14, 2012 at 10:45 am
Sounds like you want to do the sort in SSIS rather than T-SQL - bad idea. One way or another, you should make the SQL engine do that work for...
August 14, 2012 at 10:43 am
priest Ivan Delic (8/14/2012)
There is something else but I think I could work it out. One of the problem was a thing that I didn't entered few row data,...
August 14, 2012 at 10:40 am
praveen901 (8/14/2012)
How do you execute the above scenario,thats the question.Thank you for having a look...
I'll be honest, I don't know how to execute a scenario.
But if you're asking for a...
August 14, 2012 at 7:47 am
GSquared (8/13/2012)
Don't call the database for each row of data. Use a script object to write each row to a...
August 13, 2012 at 9:35 am
sradez_DBA (8/13/2012)
They are not searching the Database from the UI.The search is on the files.
Granted I don't know all the facts, but I really don't like the sound of what...
August 13, 2012 at 9:30 am
Viewing 15 posts - 10,516 through 10,530 (of 13,874 total)