Viewing 15 posts - 766 through 780 (of 2,278 total)
Figure out how many rows display on each page of the report, then make a parameter for your query to do a top X to return the right number of...
December 7, 2011 at 1:09 pm
SELECT DATEDIFF(dd,GetDate(),'12/25/11') AS DaysTillChristmas
December 7, 2011 at 1:00 pm
Revenant (12/2/2011)
L' Eomot Inversé (12/2/2011)
Steve Jones - SSC Editor (12/2/2011)
brrrr, cold and windySounds like Chicago
Try Yellowknife...
Nah....I'll take Acapulco. 😀
December 2, 2011 at 9:55 am
Do you want 2011 to appear above each column, so that you 2011 is part of the title of the column? Or, do you simply want 2011 centered above...
November 30, 2011 at 7:15 am
What is the data source for the agencyID? Can you show the code you are using to populate the parameter? Also please show the code where you are...
November 29, 2011 at 2:42 pm
Then I suggest you get/create some kind of mirroring or replication process to keep a complete copy on a local server and then do your ETL from there.
November 29, 2011 at 8:12 am
ChrisM@Work (11/29/2011)
Evil Kraig F (11/22/2011)
SQLRNNR (11/22/2011)
riddleQuestion Mark
Mark is innocent!
Never trust anyone that always answers a question with a question.
November 29, 2011 at 7:57 am
What I do is push all the Type 2 change records into a staging table rather than directly to the destination. Then using an execute SQL task to take...
November 28, 2011 at 12:43 pm
I would try to only pull the data you need in an incremental load rather than move the whole table.
November 28, 2011 at 12:12 pm
Create it as an image, then embed it.
November 28, 2011 at 10:21 am
The NoRowsMessage only works when the report is run. If you have cascading parameters, or any required parameters for that matter, you will have to supply values for all...
November 28, 2011 at 7:12 am
vk-kirov (11/27/2011)
Nice tricky question with stupid 'explanation'.Of course, the string (not datetime) '2011-07-31 00:00:00.000' is greater than the other string '2011-07-31', and thus the result of the batch is 'No'.
Thanks...
November 28, 2011 at 6:59 am
Viewing 15 posts - 766 through 780 (of 2,278 total)