Viewing 15 posts - 4,726 through 4,740 (of 9,643 total)
ARRRRGH! I always forget about STUFF().
I was also taught it was not polite to tell someone to "Stuff it" 😀
July 13, 2009 at 1:15 pm
Depends on what you are doing with the data conversion. But anywhere between the source and the destination.
July 13, 2009 at 12:10 pm
Awesome. I was wondering why you weren't using a table, but figured there had to be some reason.
July 13, 2009 at 12:07 pm
It's not a valid datetime format for SQL Server. You'll need to massage the string before converting to a datetime. Something like this (assumes you always have 16...
July 13, 2009 at 11:27 am
Hey Tim,
I'm attaching a simple list report using AdventureWorks that I think does what you want and it seems pretty simple, but I may be missing something in your question....
July 13, 2009 at 11:16 am
Could you post some sample data to test with? Use the format in the first link in my signature line.
If you post the code you are using to get...
July 13, 2009 at 10:57 am
If you want the Month Name (August) then you would be better off using a ScriptComponent than a derived column as SSIS does not have a MONTHNAME functino like Visual...
July 13, 2009 at 10:48 am
I'm not exactly sure what your question is, but locks and blocks are expected in SQL Server, it's what allows data to be consistent.
As far as Deadlock troubleshooting...
July 13, 2009 at 10:23 am
I'd recommend starting by checking out Connection Strings.com[/url]. And also looking at any walk throughs that are part of the VB 6 documentation.
July 13, 2009 at 10:05 am
Jeffrey's solution will work, but you can do it in SSIS by adding a derived column transform which will add a new column called month with a value parsed out...
July 13, 2009 at 9:53 am
If I understand you correctly, I don't think it is possible to do what you want. My understanding is that you want to show a count of the items...
July 13, 2009 at 9:50 am
Kumar,
I am assuming you want to pivot the data so that it looks like this:
id name ...
July 13, 2009 at 9:33 am
I just noticed that you have posted in a SQL Server 2000 forum, so I won't post what I was going to post because it applies to 2005. If...
July 13, 2009 at 7:44 am
Steve Jones - Editor (7/10/2009)
grumble, don't get me started, Jack. I've wanted that (with FB/LI) for some time
At least now you got some backup. I suppose I could replace...
July 10, 2009 at 2:38 pm
Have you flushed the cache (obviously not in production) and then run the queries? I've never seen table order with all INNER JOIN's affect the results. Even if...
July 10, 2009 at 1:55 pm
Viewing 15 posts - 4,726 through 4,740 (of 9,643 total)