Viewing 15 posts - 6,316 through 6,330 (of 11,678 total)
Make sure everything SQL Server related is uninstalled. Then install SQL Server again and do a repair afterwards.
November 4, 2012 at 11:42 pm
Easy one for the Monday 😀
Especially easy because the way the answers were structured, you only had to calculate the last column 🙂
November 4, 2012 at 11:38 pm
The more RAM, the better 🙂
CPU isn't that important, you will be doing pretty simple exercises, not calculating PI till the millionth digit. 🙂
Enough space on the hard disk is...
November 3, 2012 at 2:29 pm
subbareddy542 (11/2/2012)
pls try below steps...
(1) open your SSIS Package related solution explorer
next go to properties
next go to dedugging
next chage below mentioned property.
...
November 2, 2012 at 3:15 am
Check your "
There are a few missing and a few that don't belong.
November 2, 2012 at 2:46 am
You don't close your final " at the end. (that might be a copy pasting issue when you pasted the expression into the forum)
You have several line breaks, but...
November 2, 2012 at 2:25 am
Right click on the field and go to textbox properties.
There you can go to the number tab and specify the format for negative values.
November 2, 2012 at 2:22 am
The problem is that the OLE DB connection cannot convert unicode characters to non-unicode characters. (the error is quite self-explanatory)
What is the datatype of the source?
What is the datatype of...
November 2, 2012 at 1:59 am
If SSIS can't read the registry, it will think it is an evaluation edition.
Try running the package as administrator and see what happens.
ps: enterprise edition on a development server. Seems...
November 2, 2012 at 1:28 am
Great question! Easier than it first looks, if you take into account that a primary key has to be unique and that a clustered unique index needs to include the...
November 2, 2012 at 1:06 am
prakashsa2709 (11/1/2012)
I think that storing the value " amount of purchases last 12 Month" in the dimension table is valid.Let me explain one scenario where it would be usefull.Suppose...
November 1, 2012 at 1:51 pm
Paul Hernández (10/31/2012)
October 31, 2012 at 1:51 pm
There's a cleanup job that removes records from the change tables, so you might want to check into that.
October 31, 2012 at 1:47 pm
Please do not crosspost. It wastes peoples time and fragments replies.
Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1379230-363-1.aspx
October 31, 2012 at 8:17 am
Viewing 15 posts - 6,316 through 6,330 (of 11,678 total)