Viewing 15 posts - 136 through 150 (of 172 total)
+1 to Daniel's comment.
November 27, 2012 at 6:50 am
Do you happen to have Visual Studio installed? If so, this may help.
http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/b6eb12c0-9db5-403a-89b0-db71a153c9a0
November 27, 2012 at 6:44 am
Just a thought. Try pulling over the old data, as it is, into the new db. From there, use the old data in the new location as the...
November 27, 2012 at 6:34 am
Take a look at this and see if it helps.
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=82508
I have not personally done this, as I lean toward importing the data into a SQL table, but I...
November 16, 2012 at 6:50 am
something like this may work for your purpose, but I think that may depend on
SELECT REPLACE(REPLACE(yourfield, CHAR(13), ''), CHAR(10), '')
This basically replaces the char with nothing.
November 16, 2012 at 6:43 am
The only thing you can do is filter out values of a parameter based on a previously selected parameter value (e.g. Choose Illinois as your State and the City parameter...
November 7, 2012 at 2:55 pm
No, you would not want to attempt to join to fact tables.
You can have two fact tables in a cube that could relate to the same dimensions, but...
October 19, 2012 at 2:37 pm
That is just plain mean. No call for that in any exchange, whether it be in person or through the perceived anonymity of cyberspace. :ermm:
October 15, 2012 at 6:53 am
I would start with the providers first.
October 3, 2012 at 3:02 pm
Been there myself, and on occasion still forget to change the encryption.
October 3, 2012 at 2:57 pm
Change the destination db field if you can, or "T"ransform the source to limit the length to 5.
I have seen this "error" many, many times and for me...
September 21, 2012 at 2:31 pm
Viewing 15 posts - 136 through 150 (of 172 total)