Viewing 15 posts - 8,986 through 9,000 (of 9,701 total)
Okay, I have more copies of "Pirates of the Blue Kingdoms" in my hot little mitts. (Just in case you were waiting for this to place an order).
If you want...
January 29, 2008 at 5:23 pm
Lynn,
I actually do have a good idea of what the dimensions and facts are looking like (and have gotten those questions answered). This is actually one of the dimension...
January 29, 2008 at 11:54 am
I just downloaded a trial version of this and it won't open any of my current Erwin diagrams. Bleargh. It seems nothing I can find will allow me...
January 29, 2008 at 11:45 am
At this point, I would call Microsoft and see if they can clear up the problem for you.
January 29, 2008 at 11:12 am
I am literally loading three types of values. Money (for financial buckets), bit fields (for determining if someone is a reseller or a direct seller and for determining if...
January 29, 2008 at 10:51 am
Ahhh... Interesting that the following statement will work perfectly:
INSERT INTO TESTVARIANT (ITEM) (Select Convert(money,(15)))
And SUM() still will not work with the datatype. I thought it would. In fact,...
January 29, 2008 at 10:15 am
I've actually already started adding semi-colons because there are times where it seems to help my code perform better (I guess because SQL doesn't have to decide if one of...
January 29, 2008 at 8:10 am
Wow. These are all very interesting suggestions. I'm glad I posted this topic. @=)
I've had difficulty figuring out how to use CTEs with my normal code needs and...
January 29, 2008 at 7:44 am
Not having used sql_variant before...
I was under the impression that sql_variant stores different datatypes in the same column. That you can determine which datatype to use for a specific...
January 29, 2008 at 7:42 am
There are ways around case insensitivity, but they aren't easy. There are usually cursors involved with Substrings or PatIndex/CharIndex used in the code.
We were forced to do a case...
January 29, 2008 at 7:16 am
Oh, yes. I have the same issue. I have developers who learned T-SQL from SS 6.5 or 7.0 and still refuse to update a lot of their practices,...
January 29, 2008 at 6:40 am
The point of my test was because someone at Microsoft (according to the OP) said that what many people have assumed for years about true about the pitfalls of Select...
January 29, 2008 at 6:28 am
The quickest way (and as previously mentioned, you'll want to test this) is to script out all the objects in your database as Drop & Creates. Now you could...
January 29, 2008 at 4:50 am
Good point, Tim. I just found out about that yesterday. I'm about to spend a lot of time on Channel9. @=)
January 29, 2008 at 4:11 am
Viewing 15 posts - 8,986 through 9,000 (of 9,701 total)