Viewing 13 posts - 1 through 13 (of 13 total)
I did a couple of 2000 to 2012 migrations in a current project and it works really good to go by 2008 R2 instance. If you do the restore by...
December 30, 2011 at 3:07 am
Tried it once more and sorry, that doesn't work in my project. Doesn't really matter though. I'm going RC0 with it. Rebuilding the project, model and everything from scratch.
Thank...
December 13, 2011 at 1:13 am
Did follow your directives exactly. Next time I doubleclick .bim file it opens correctly. I build and deploy, but now I cannot use the analyze in excel function, it says...
December 12, 2011 at 8:57 am
I tried like this, but it still shows. Maybe excel has some similar default "connector" for this default measure on that side?
<!--
<Command>
...
December 12, 2011 at 8:39 am
I saw that it is fixed now in RC0. Great! :w00t:
Though my "old" models, created in CTP3 doesn't get "cured" just by being edited in SSDT CTP4 or...
December 12, 2011 at 8:18 am
Thank you for the reply. I am not in a position to test all the things atm. I'll try to get back with empiric studies on the matter later on.
October 13, 2011 at 10:13 am
Encapsulate the t-SQL code in a stored procedure. Then Execute that procedure in your cmd file.
Create procedure aTestProcedure as
Set nocount on;
<insert your code here>
Then the command you run in...
October 12, 2011 at 10:26 am
I got it wrong as well, even though I "cheated" and tried it out before answering 🙂 I didn't have rows in myanothertable and then of course the not null...
June 18, 2010 at 1:30 am
Oh. It was for an interview. Well well. 🙂 Hypotethical questions can be interesting for the community as well as I see it. Forums are a great knowledge base of...
May 12, 2010 at 6:56 am
Then you might wanna do the if exists check before, to make it more usable outside the sp. Unless you just want to use the view during sp execution, of...
May 12, 2010 at 6:38 am
Could you please describe the situation a bit more, to steer the (though interesting) discussion in your way?
If you can't provide real world examples (could be sensitive) but maybe...
May 12, 2010 at 3:37 am
This is one classic debate. I tend to lean towards stored procedures heavily. Could be that it creates more DBA work and I like DBA work. 🙂
But it also...
May 11, 2010 at 10:48 am
When at a new site, don't assume anything. Not even that they have backups of their important data, run DBCC on the important databases after backing them up. That their...
May 11, 2010 at 6:07 am
Viewing 13 posts - 1 through 13 (of 13 total)