Viewing 15 posts - 61 through 75 (of 87 total)
Hi Naked Ape,
Well that is my issue here. It's one thing to view real time data adapted to your time zone, it's one thing to query it that way. and...
March 23, 2009 at 2:23 pm
Yep,
There are a number of articles to explain how to "simulate" arrays and other similar data structures that we wish we could use online. I don't have any favorites on...
September 26, 2008 at 8:13 am
That's what I'm thinking too. It's more work on the client side but it helps spreading the load of converting the data and it also makes the server completely independent...
September 25, 2008 at 10:24 am
hi,
Nevermind my second solution, it's not possible in sp... my bad.
Maybe something like this: http://www.sqlservercentral.com/articles/News/3182/ would do? But I'm not sure it's a great idea neither. If you...
September 24, 2008 at 8:54 pm
Hi there,
Two solutions that I can quickly see for your problem:
1- Keep the varchar parameter and in your code, split it into integer using a separator and for each of...
September 24, 2008 at 8:40 pm
Ahhh... I see. I wish I could specify a table name but this is not bad at all actually, thanks a lot!
Jeff Moden (12/13/2007)
December 13, 2007 at 1:49 pm
Thanks a lot, i was hoping for a nicer way to do it, but this could do for simple queries
November 15, 2007 at 12:58 pm
Hi,
The COUNT() was one of the subqueries we use. We basically want to do something like this: SELECT COUNT(*) FROM table WHERE DELETED=0 AND ...
I mean that's of course not...
October 5, 2007 at 8:52 am
Hi,
thanks for the answer. I've run some preliminary tests since we're trying to figure out if we're better off partitioning or using separate tables with triggers to move the data...
October 5, 2007 at 5:27 am
Interesting idea actually thanks! 🙂
I was wondering though. Let's assume I create my partition on this bit column. I first insert a new row with the deleted value to 0....
October 4, 2007 at 11:32 am
Thanks a lot for the help and the amazingly quick response 🙂
October 4, 2007 at 8:59 am
I am trying to plan ahead. When we first picked this way to do this it made sense because the database activity was mostly due to user interaction. However, with...
July 18, 2007 at 5:55 pm
Hi,
That's actually the way it's currently setup. We take the minimum date and compare it to @MaxDate and do a WHILE loop that contains a WHILE for the list of...
July 18, 2007 at 6:17 am
That is exactly my point. I hardly ever know what column headers I explicitely want. I know I want a certain value to become the column header, but how many...
June 8, 2007 at 9:15 am
Hello,
Thanks for the reply. I managed to get the dynamic columns working using the stored procedure with a cursor as I have mentioned before, but doing the pivot myself basically....
June 7, 2007 at 7:22 am
Viewing 15 posts - 61 through 75 (of 87 total)