Viewing 15 posts - 7,321 through 7,335 (of 11,678 total)
You can't configure that in the job itself, so I would just create another job that runs in the morning to check if the other job succeeded or not.
April 17, 2012 at 1:23 am
Carlo Romagnano (4/17/2012)
I am curious to know how many developpers will use default value for "START WITH". In most cases will be a negative number.
They will all be negative, except...
April 17, 2012 at 1:21 am
bleroy (4/14/2012)
April 17, 2012 at 1:17 am
In the dimension browser, you can only browse the individual attributes of your dimension. If you want to see them side by side, you can create an attribute that combines...
April 17, 2012 at 1:08 am
You'll have to install sp4 first before you do the upgrade to 2012.
April 17, 2012 at 1:01 am
You can build SSAS on top of SQL Server views. You need however to create facts and dimensions in SSAS.
But Excel can pivot very nicely on top of a SSAS...
April 17, 2012 at 12:59 am
Got it wrong, because I didn't know log file and log backup apparently are the same thing.
Anyhow, it made me think, so a part of the question was succesfull.
April 17, 2012 at 12:57 am
Henrico Bekker (4/16/2012)
got it wrong, as the correct answer wasn't listed.your syntax is wrong in, sequence wouldn't be created to start of with...no increment value, no 'AS'..etc.
When I look...
April 17, 2012 at 12:41 am
How many rows are there already in the destination table? Maybe you should consider partition switching.
April 16, 2012 at 2:27 pm
The SSIS package design looks OK, there are no indexes, constraints, excessive logging, so this leaves the disks (storage), the network and maybe the I/O bus?
Maybe there are some other...
April 16, 2012 at 1:22 pm
You can copy packages from server to server with DTUTIL.
April 13, 2012 at 2:52 pm
GSquared (4/13/2012)
April 13, 2012 at 1:30 pm
I don't see the issue.
How does the order of columns matter? It's just a temp table.
April 13, 2012 at 6:02 am
What do you mean with column index?
You can either specify the columns names, or just add two clauses: ALTER TABLE #TempTest DROP COLUMN ID and ALTER TABLE #TempTest ADD ID...
April 13, 2012 at 5:42 am
Viewing 15 posts - 7,321 through 7,335 (of 11,678 total)