Viewing 15 posts - 76 through 90 (of 94 total)
Actually Im not that familiar with PIVOT...
but, I think someone already answered your question in your other post...
August 28, 2008 at 12:56 am
Hi there,
Sorry Tom but I agree with rbarryyoung, please rewrite youre example.
But I didn't post this message just to say that.
Actually I know a design to give tables heirarchy but,...
August 28, 2008 at 12:29 am
Hi there,
Uhmmm... where do you need the PIVOT?
why not just use TOP?
August 28, 2008 at 12:14 am
Try using triggers...
you can read it in http://www.sdn.com...
OR
JUST CREATE A STORED PROCEDURE or what we call SPROC (cause i don't use triggers)
something like this (haven't tested code...
August 27, 2008 at 10:07 pm
Wow, thanks... uhmm... but I don't know how to use it LOL! Uhmmmmmmmmm... does it work for SQL Server 2005 EXPRESS?
August 27, 2008 at 7:49 pm
AGREED. you can use table parameters in SQL Server 2008 (mines still 2005 T__T) but theres another way without using loop... try storing them in xml and then extracting them...
August 27, 2008 at 6:55 pm
Hi there,
hope this helps
DECLARE @x XML, @xdoc INT
-----------------------------------------------------------------------------------------
-- OVER HERE!!!
--- Dear admins, there seems to be a glitch when entering XML code here in the forums.
--- please fix it when...
August 27, 2008 at 3:49 am
:)Hi there,
I'm not sure if your asking a question and if you are, correct me if I'm wrong but do you want a decimal value like 0,333 but are having...
August 27, 2008 at 1:47 am
August 26, 2008 at 11:41 pm
Whoa! did you just say you can do some debugging in SQL? That would be great... I wish I knew how to do that...
Well, when I check my code for...
August 25, 2008 at 3:54 am
Hi there...
I found an answer to your problem
Convert them to Nvarchar.
Ok ok, I knowusing CAST or CONVERT would add some more code... but you can do something like this
IF N'ßßa'...
August 25, 2008 at 2:50 am
Hey Carl Federl nice one... your code is way better than mine... 🙂 i realy like it... forgot about that one...
Hey AShehzad ... Uhmm I have a question... what time...
August 25, 2008 at 2:26 am
PLEASE DON'T DOUBLE POST...
I thought I replied to this earlier but my reply suddenly disappeared...
Ok, here's a simpler way... only one select statement for this...
by the way... the reason why...
August 25, 2008 at 1:40 am
Hi! If you want simple search you could read some info here
http://msdn.microsoft.com/en-us/library/ms179859.aspx
For the FullTextSearch... you actually enable the feature upon installation... so if you fail to enable it,...
August 24, 2008 at 11:40 pm
Viewing 15 posts - 76 through 90 (of 94 total)