Viewing 15 posts - 4,696 through 4,710 (of 11,678 total)
A cursor is a construct in TSQL to iterate over data:
A table is obviously used to store data and it can be a "physical object", but you can...
October 1, 2013 at 6:15 am
Too bad there aren't any interviews with the other candidates.
October 1, 2013 at 3:46 am
First you check which account is used to run the SSAS service. (you can do this in the SQL Server Configuration Manager)
Then you log into the database server and check...
October 1, 2013 at 3:39 am
Either make sure the service account has read permissions on the database, or use another account for impersonation.
October 1, 2013 at 2:28 am
Normally no, because the load happens in a transaction.
It depends a bit on the settings of the OLE DB Destination. You might want to lower the batch size to try...
October 1, 2013 at 2:11 am
I don't think you can.
Prior to processing a cube (which is necessary to view the data), it is deployed to the server.
You could install SSAS locally though.
If there is an...
October 1, 2013 at 2:07 am
nick.mcdermaid (9/30/2013)
You are right to question the use of SSIS - it's often overused and used incorrectly IMHO.
You can say that about almost any tool 😉 😀
October 1, 2013 at 1:02 am
happycat59 (9/30/2013)
October 1, 2013 at 1:00 am
Nice question. Never even heard about it, made me do some research.
September 30, 2013 at 11:52 pm
PHXHoward (9/30/2013)
That is a great solution! Thanks Koen.
No problem, glad to help 🙂
September 30, 2013 at 2:30 pm
You're not designing windows forms, you are designing SSIS packages.
Right click on project, go to properties, go to debugging and set Run64BitRuntime to false.
September 30, 2013 at 1:56 pm
chikatinelson (9/30/2013)
Thank you so much, it worked! I spent 2 days trying to figure out how to attach the AdventureWorks2012.I do appreciate, many THANKS!!!
No problem, glad to help.
September 30, 2013 at 1:48 pm
I don't see a reason why not.
Personally I would keep the 2008R2 developer instead of Express, but that's just a personal view.
September 30, 2013 at 7:55 am
OK, what if you copy the .mdf file to the DATA folder of your SQL Server installation and try it again?
September 30, 2013 at 2:33 am
chikatinelson (9/30/2013)
I deleted the log file and soon after that the 'message' column on the upper part indicates "Not Found"
Screenshot?
September 30, 2013 at 2:13 am
Viewing 15 posts - 4,696 through 4,710 (of 11,678 total)