Viewing 15 posts - 526 through 540 (of 927 total)
USE This
Select * From information_Schema.Columns
Where Table_Name like '%tblPopulation%'
1st verify that table exists or not. If its exists check which Schema its using.
Hope it helps
July 8, 2014 at 1:16 am
there are a lot of FOREACH Loop for SSIS :
This one will give you a head start.
http://www.select-sql.com/mssql/loop-through-ado-recordset-in-ssis.html
hope it helps.
July 8, 2014 at 12:14 am
yeah i really hurt when you use it in a view. Its a nightmare :hehe:
July 8, 2014 at 12:10 am
Jeff, Actually OP is using (*) when in the select statement something like this
Select IDENTITY(INT,1,1) AS RowID, *
into SomeTable
From Table
When we use this as the rule of thumb, identity column...
July 7, 2014 at 12:23 am
you are facing this Issue because of (*). when you do the following :
SELECT * INTO TABLE2 FROM TABLE1.
and an identity column exists in it, that particular identity column will...
July 7, 2014 at 12:11 am
bucknick (7/3/2014)
I am working on a project where I will be loading 50-100 tables from an Oracle source to SQL.
when you say 100 tables how exactly have you running your...
July 4, 2014 at 12:59 am
Nice question, thanks for sharing
July 3, 2014 at 5:16 am
Luis Cazares (6/30/2014)
Am I missing something in here?
+1
June 30, 2014 at 11:41 pm
+1 Jeff,
By the way, did your boss shared any information when he asked for this table. He might have shared something didn't he?
June 30, 2014 at 11:40 pm
Bangla (6/30/2014)
I thought it is a phone number of customer help...
:hehe:
June 30, 2014 at 2:06 am
please share that execution plan.
June 30, 2014 at 1:00 am
Viewing 15 posts - 526 through 540 (of 927 total)