Viewing 15 posts - 91 through 105 (of 131 total)
Perry Whittle (11/18/2008)
venkiyou can of course also use the management studio if you prefer GUI interraction
How can we do with SQL Server Management Studio?
November 19, 2008 at 7:47 am
No one have the ideas to do this task?
Please share if you have any type of Idea?
November 19, 2008 at 7:01 am
steveb (11/18/2008)
sp_MSforeach table
create table #rowcount (tablename varchar(128), rowcnt int)
exec sp_MSforeachtable
'insert into #rowcount select ''?'', count(*) from ?'
select...
November 18, 2008 at 7:20 am
Thanks for you reply Lowell.
I am try both the solutions. I will prefer the accurate one.
Accuracy is more priority than performance so the SP must have to provide the accurate...
November 18, 2008 at 7:17 am
Howard Hung (11/17/2008)
Problem:
SSIS package failed many times.
Reason:
However, there are blanks in some of the columnName.
At first i thought they are spaces, even using the expression substring(columnName,1,1)=" ",...
November 18, 2008 at 5:20 am
Thanks Pritesh.
But the problem is that only. I can not use the Send Mail Task.
The DBA has prepared on SP to do the mailing. I have to give the parameter...
November 18, 2008 at 5:00 am
venki (11/13/2008)
Hi,How can I get the key columns for a table
OK. I found the solution.
Here is the query to get the all the primary key and Foreign key coloumn...
November 13, 2008 at 6:46 am
Quatrei.X (9/11/2008)
sorry if what I will, give you is not what you want. I didn't finish reading the code cause I was just given a new task. Anyway, I...
September 11, 2008 at 4:37 am
Tim Mitchell (7/9/2008)
July 10, 2008 at 9:16 am
crazy4learn (7/9/2008)
I have 4 tables ,all have same fields like emp_id,ename,joindate
3 out of 4 table have same this 3 columns ,but have different data set
table 1 have data...
July 9, 2008 at 9:19 am
Thanks a lot Frank. Now it is working:)
July 8, 2008 at 9:26 am
Could some one help me out please...?
July 8, 2008 at 12:50 am
If you tell what you are doing in SSIS probably I can tell you where is the problem?
What you are doing in SSIS? What is the source and what is...
July 4, 2008 at 5:17 am
ivanaperic (7/3/2008)
I am getting this error, when I try to insert data in OLEDB destination:
[OLE DB Destination [4316]] Error: SSIS Error Code Hresult: 0x80004005 Description:...
July 3, 2008 at 7:51 am
Viewing 15 posts - 91 through 105 (of 131 total)