Viewing 15 posts - 4,336 through 4,350 (of 11,678 total)
shahi.alokchandra (10/25/2013)
After limit search i found that recommend foreign key for any table is 253.http://msdn.microsoft.com/en-us/library/ms175464.aspx
That means it will be good if i am creating 253 Foreign Key for any table.
The...
October 25, 2013 at 6:24 am
Smash125 (10/25/2013)
October 25, 2013 at 5:52 am
Also want to note here that the ORDER BY clauses are pretty useless if you want to join results together.
October 25, 2013 at 3:25 am
It will only read the flat file with the name configured in the flat file connection manager.
Since all files in a folder have unique names, you read only 1 file.
In...
October 25, 2013 at 3:23 am
chandan_jha18 (10/25/2013)
Koen Verbeeck (10/25/2013)
Let's assume it's "random" unless you specify...
October 25, 2013 at 3:04 am
Please read the first link on my signature about how to post questions.
If you want people to even try to solve your issue, please post table DDL, sample data and...
October 25, 2013 at 2:57 am
Colleagues of mine did a DWH project with Chinese data mixed with English once, and I believe they just used unicode everywhere, but I'm not 100% sure.
October 25, 2013 at 1:36 am
It might depend on indexes, the physical location of the rows in the pages and how the query plan is generated.
Let's assume it's "random" unless you specify another column in...
October 25, 2013 at 1:34 am
Also set the recovery model to simple. (maybe only during the load if you want point-in-time recovery during the rest of the day)
October 25, 2013 at 1:33 am
I know reading that training kit for the 70-462 exam (Administring SQL Server 2012) would come in handy someday!
Thanks for the question.
October 25, 2013 at 1:29 am
Try posting the actual table DDL and some sample data, it will make the problem more clear for others.
Read the first link in my signature on how to do this.
October 25, 2013 at 1:16 am
You cannot see this in SSIS itself.
You'll need to go to the database and check if the query was executed.
You could also use SQL Server Profiler to verify if the...
October 24, 2013 at 3:24 pm
blasto_max (10/24/2013)
But how do i see the exact line of my script task which caused an exception ?
Script task or script component? Last one is in the data flow, the...
October 24, 2013 at 2:57 pm
The problem is that semester is not unique for each year.
"What?", do you think, "has he gone out of his mind?"
The answer is yes, but that's besides the point.
When you...
October 24, 2013 at 1:57 pm
Just following a common practice in dimensional modelling, I would start with defining a unique index on your surrogate keys of the fact table.
(they should be unique, if not your...
October 24, 2013 at 1:45 pm
Viewing 15 posts - 4,336 through 4,350 (of 11,678 total)