Viewing 15 posts - 5,206 through 5,220 (of 11,678 total)
I see two CASE statements, but only one END.
August 12, 2013 at 2:50 pm
A more practical example would be useful to understand what you're trying to do.
Can you share some sample data, table definations and desired output?
August 12, 2013 at 2:49 pm
This article has all the answers:
August 12, 2013 at 2:47 pm
You can use a derived column to replace the NULL values:
(ISNULL(mycolumn)) ? " " : mycolumn
Or if the source allows it, change it in the query.
August 12, 2013 at 2:43 pm
BETWEEN uses inclusive ranges, so any date equal to '01/01/2000 00:00:00:000' will also be selected.
August 12, 2013 at 1:51 pm
Project deployment model:
* there is a real concept of "project" --> might force you to do more source control
* project connection managers
* parameters & environments (I find those eventuelly more...
August 12, 2013 at 1:29 pm
OK, why don't you add the header value into a column with a derived column component?
August 12, 2013 at 1:07 pm
Whoa whoa, did this thread suddenly become a VBA thread? How did that happen? 😀
You should be able to get the values out of the cells. I've done it in...
August 12, 2013 at 1:02 pm
pietlinden (8/12/2013)
August 12, 2013 at 7:39 am
raghavender.2369 (8/12/2013)
In short , I have excel sheet which has 32 tables... each table has header , the column in the header need to be stored...
August 12, 2013 at 7:28 am
vikramchander90 (8/12/2013)
Zipping using basic command available in windows.
You need vbs script for that:
http://superuser.com/questions/201371/create-zip-folder-from-the-command-line-windows
August 12, 2013 at 7:27 am
vikramchander90 (8/12/2013)
DOT net cannot be used as company tools use sql server technologies. Henc it has to be done using xp_cmdshell command in sqlserver.
And what exactly would you be calling...
August 12, 2013 at 7:21 am
Why would you do this with a database engine?
Languages like .NET are far better suited for this.
August 12, 2013 at 7:09 am
August 12, 2013 at 7:08 am
pmoseley (8/12/2013)
It includes everything you would need (SSMS, SSIS, SSRS, SSAS) to demonstrate any solutions you create.
+1
It's basically Enterprise edition, so you can test it all out.
August 12, 2013 at 7:00 am
Viewing 15 posts - 5,206 through 5,220 (of 11,678 total)