Viewing 9 posts - 61 through 69 (of 69 total)
I'm still struggling with this issue. But I may have found out why I can't get SSRS as an option when I install SQL Server 2005 Express with Advanced Options....
July 19, 2010 at 5:16 pm
Here is another good definition of using this style of groups
July 13, 2010 at 11:08 am
Hmm, well it seems to be working now. I simply changed the way I called the select statement. I read here that SQL Anywhere doesnt support the catalog name, i.e.
SELECT...
June 30, 2010 at 11:27 am
OK, nm I solved it. Just used
SELECT @duplicates = (SELECT * FROM MY_CTE)
to set the value of @duplicates
--First check that table is not already made and get rid of...
June 24, 2010 at 3:32 pm
WayneS (6/18/2010)
Check out the two cross-tabs and pivots links in my signature block.
Thanks, that looks very informative, I'll give it a look over. Also never thought of using IDENTITy() for...
June 18, 2010 at 3:22 pm
Thanks, that is exactly what I was trying to do only I wanted to somehow do it in 1 table pass not 2. I thought there was a way to...
June 15, 2010 at 12:02 pm
Does any of that code contain the word "WHILE"? Is so, I bet there are several people out here that can make it appreciable faster
The code includes 1 while statement...
June 14, 2010 at 3:58 pm
lmu92 (6/14/2010)
it's considered as bad practice to start your stored procedures with sp_ since SQL server will try to find...
June 14, 2010 at 1:54 pm
The whole process is a lot more complicated then I have explained. 3 mins seems quite reasonable for what it actually does in the end. I do have a question...
June 14, 2010 at 1:52 pm
Viewing 9 posts - 61 through 69 (of 69 total)