Viewing 15 posts - 31 through 45 (of 151 total)
In BIDS, so I assume in VS, there is a "Report Properties" section. In that is a tab called layout. Set your column count to 2, and you should have...
April 23, 2009 at 7:37 am
Check out the Reporting Services Web Services. You can do this programmatically... do a search on ReportExecution2005.asmx and / or ReportService2005.asmx
April 16, 2009 at 8:10 am
I apologize, but it has been a while since I have worked with DTS. I would recommend breaking up this package into sperate packages or job steps, creating the simplest...
April 15, 2009 at 9:24 am
Sorry, I missed that.
A couple of questions:
1) how do you know that the file is finished transfering when you start loading the data?
2) Can you provide the source you...
April 15, 2009 at 9:00 am
Can you provide some additional detail as to the steps within your DTS package?
April 15, 2009 at 8:42 am
What is your source? A local server (network location)? An FTP site? A drive on your SQL Server?
What is your destination? A drive on your SQL Server? A network location?
What...
April 9, 2009 at 8:28 am
Did you try logging in to the network as the SQL Server Agent account (may need to involve your DBA), right clicking the job, and see if it runs? If...
April 7, 2009 at 7:00 am
3.14159265358979323
There is the solution for pi (at least as far as I have it memorized).
Now as per the post above, instead of asking for "the solution" can you please...
April 7, 2009 at 6:42 am
If your logic is in a for each loop than if there is no objects in the array nothing within that loop will be executed (0 items = execute 0...
April 6, 2009 at 1:39 pm
You can? Oooh! I got to learn something new! Thanks, Alvin, I will have to give that a try (I have never noticed that task). Come from a programming background......
April 6, 2009 at 10:48 am
foxjazz (3/14/2009)
I have a table category fields are description, catID, typeID. parentID
another tables queryed with (make, model, yr, engine).
in the category table makes are typeid...
April 6, 2009 at 10:30 am
I will have to agree with Alvin on this one. You can either create an Execute Process task to move from Folder A to folder B and then create a...
April 6, 2009 at 9:53 am
I would recommend using a script task in SSIS. You can search on the FileSystemObject class... it has an Exists method for both files and folders.
After searching on the...
April 6, 2009 at 8:52 am
Try: DATEADD(ss, stime, sdate)
(and after trying be sure to lookup "DATEADD" in the Books On-Line!)
April 3, 2009 at 4:23 am
Barry,
Actually, I got around that. I created a web service that called SMO, then used the web service within my CLR function. It was not "easy", but it did work.
April 2, 2009 at 2:35 pm
Viewing 15 posts - 31 through 45 (of 151 total)