Viewing 15 posts - 5,401 through 5,415 (of 11,678 total)
JoshDBGuy (7/29/2013)
NM guys, I got it to work. The import feature is just touchy.
If you thought the flat file import is touchy, you should try the Excel one... 🙂
July 29, 2013 at 1:45 pm
Anything peculiar that you export?
What is the format of the excel file? .xls or .xlsx?
July 29, 2013 at 1:44 pm
Grant Fritchey (7/29/2013)
WayneS (7/29/2013)
Just curious - how many like that new tile look on the home page?FWIW: I prefer the older images over these tiles.
It's all http://www.youtube.com/watch?v=0pRUGsB1qGY all the time,...
July 29, 2013 at 12:51 pm
tbraithwaite (7/29/2013)
I think I may have found a solution. Both instances run OK, but you need to use SSMS 2008 to manage the SSIS 2008 instance and...
July 29, 2013 at 12:48 pm
WayneS (7/29/2013)
Just curious - how many like that new tile look on the home page?FWIW: I prefer the older images over these tiles.
I like the new look.
July 29, 2013 at 12:46 pm
I think what the article means is that you cannot install for example SSIS 2012 twice on the same machine, but you can install SSIS 2008 and 2012 on the...
July 29, 2013 at 7:10 am
There's a great answer in this thread:
😉
July 29, 2013 at 7:04 am
Instead of a data flow, you need an Execute SQL Task as Daniel mentioned.
Just put an INSERT INTO <table> before all your queries in your source table and execute it...
July 29, 2013 at 7:03 am
You'll need the 32-bit set-up. (although BIDS is a 32-bit program, so in theory the 64-bit set-up should be able to install it. But it can't run as it is...
July 29, 2013 at 5:49 am
This blog post explains the concept on how you can achieve this using a recursive CTE:
July 29, 2013 at 2:05 am
You could try to work with relative paths:
July 29, 2013 at 2:01 am
SSRS needs a SQL Server database, so installing it "as a new installation" means also installing SQL Server again as a seperate instance.
Personally I would add it as a new...
July 28, 2013 at 1:50 pm
How about some DDL for the tables, some sample data and desired output?
Please read the first link in my signature on how to post questions on forums. It will get...
July 28, 2013 at 1:48 pm
Tsk tsk, first question of the week, and it's about XQuery (ugh). And even a trick question (double ugh).
July 28, 2013 at 1:44 pm
Luis Cazares (7/26/2013)
The problem with MIN(DateFoBirth) is that is getting the oldest person, not the youngest. :hehe:
Barf. Brainfart! :-D:hehe:
July 28, 2013 at 1:25 pm
Viewing 15 posts - 5,401 through 5,415 (of 11,678 total)