Viewing 15 posts - 46 through 60 (of 69 total)
Is this the only work around? I was hoping for something more straight forward, maybe I'm just expecting too much. This kinda complicates the "All" option as well as it...
September 2, 2010 at 11:27 am
Wow this is amazing, and I just finished telling my boss I would have too much trouble parsing a comma delimited string using SQL and that the front end guy...
August 31, 2010 at 4:58 pm
WayneS (8/30/2010)
Remove your where clause completely - this is filtering the result set.
I figured it out! Thank god, sorry I burdened you with this, sometimes I just need to think...
August 30, 2010 at 5:13 pm
So I guess its easy to see if a protection factor doesnt exist at all, you would just get back a null. The real problem is when multiple protection factors...
August 30, 2010 at 2:25 pm
Thanks for the links, I'm slowly understanding this stuff. Though I do find books online to be a rather difficult source of information to understand. I would rather get a...
August 29, 2010 at 10:09 am
Lowell, are you saying that you would join your imported data to a view to get the appropriate values, and then place it into the staging table?
Ideally this is...
August 25, 2010 at 10:39 am
Ya we are working with SQL Server 2005 Express edition, so there is no SSIS available. Besides, we are trying to create a univseral style of solution that we can...
August 25, 2010 at 10:24 am
I found the answer after hours of looking on the internet, and trying to figure out whats going on with this whole FMTONLY thing. It turns out that FMTONLY is...
August 16, 2010 at 10:33 am
After looking more into this, I almost wonder if it is something I should be getting the report to be doing. This is for a report after all, but I'm...
August 13, 2010 at 5:11 pm
Tried the above mentioned solution already, it doesn't help.
I am pretty much just interested in a record and it associated 'TotalExp' I want to do a percentage ranking on...
August 13, 2010 at 5:05 pm
Actually, after running this code, using the Window function divided by the window function requires a lot of processing power and time, so I'm going to decide against that, so...
August 13, 2010 at 3:27 pm
robertfolkerts (8/3/2010)
August 5, 2010 at 10:09 am
Ok, finally after two days of continually deleting and installing things I found out how to make it work, it definitely depends on the order in which things are installed....
July 22, 2010 at 2:09 pm
I am using 2005 variants because that is what everyone else on the project is using, the database is being managed with Managment Studio and SQL Server 2005 on a...
July 22, 2010 at 12:48 pm
This might be an easier question. Is there some Add-in for SSMS that will allow me to build reports and where can I get it?
EDIT: Is this a hard question...
July 19, 2010 at 5:30 pm
Viewing 15 posts - 46 through 60 (of 69 total)