Viewing 15 posts - 5,611 through 5,625 (of 7,187 total)
Oh. Maybe it's been taken down for maintenance. If you do a Google search for it, you can look at the cached version.
John
December 8, 2010 at 7:42 am
Ah yes, so they are. Please have a read of this...
http://www.sommarskog.se/dynamic_sql.html
... and decide whether you're still happy with this way of coding. If you are, then what...
December 8, 2010 at 3:47 am
I can't find where you're setting the value of @SelectedColumns. This is the important part. You need to get the data types of the columns you are returning...
December 8, 2010 at 3:33 am
There has been much discussion on this in the past, some of it rather partisan. Please search for attaching versus restoring, have a read, and then post back if...
December 8, 2010 at 3:13 am
OK, so it depends on the data types of the columns returned, not of the parameters. Please post your code and table DDL so that we can help you.
John
December 8, 2010 at 3:09 am
What do you mean by size? Do you mean number of rows? If so, use the TOP keyword. If you mean number of KB, I think it's...
December 8, 2010 at 2:58 am
Isn't it just that you need to alias your subquery (as Kit originally suggested) - something like this:
select nr_praktijk, naam_praktijk, jaar_k, kwartaal_k, aantal from lvr_praktijken
inner join zsk_kwartalen on nr_praktijk...
December 7, 2010 at 8:36 am
Kat
None of us are paid to do this and we do it in our own time, so the easier you make it for us to help you, the more likely...
December 6, 2010 at 8:27 am
Kat
Please provide table DDL, sample data in the form of INSERT statements and expected results. That way we can visualise your problem properly and give you a tested solution.
Thanks
John
December 6, 2010 at 6:02 am
LOOKUP_BI-756009 (12/3/2010)
Column G exist in both TEST & #L
Exactly - so you need to specify which G you want. Qualify your column name so that it is "TP.G" or...
December 3, 2010 at 8:38 am
Well, it has a Delete File operation. And you can dynamically define the connection, so you should be able to delete any file pattern you choose.
John
December 3, 2010 at 1:33 am
Why are you doing all those conversions on the date column? Can you not just leave them as datetime? I'd guess that's what's killing performance. In order...
December 2, 2010 at 8:41 am
How do you know that the individual column used 100GB?
It could be that deleting the column freed a certain amount of space on each data page, but that the table...
December 2, 2010 at 8:34 am
I don't think that's possible with the Maintenance Cleanup Task, since it's done on extension only. Have you tried the File System task?
John
December 2, 2010 at 7:45 am
Viewing 15 posts - 5,611 through 5,625 (of 7,187 total)