Viewing 15 posts - 1 through 15 (of 172 total)
The Dixie Flatline (11/20/2012)
pachyderm
John Merrick
November 20, 2012 at 12:02 pm
Just a note of caution - if you plan to string together integers with a comma delimiter and subsquently dump the data into Excel, Excel will try to do funny...
October 30, 2012 at 7:05 pm
Revenant (10/12/2012)
crookj (10/11/2012)
Daniel Bowlin (10/11/2012)
Down the rabbit hole.through the looking glass...
... and it is getting curiouser and curiouser.
and faster and furiouser
October 12, 2012 at 6:14 pm
Andy Reilly (9/12/2012)
What I need to do is very simple - I have a multi line text box on the bottom left of my report and a single line text...
September 12, 2012 at 6:02 pm
If you are looking to add counts from different datasets in a single expression:
In the expression editor select Datasets in the Category box, select the dataset in the Item box,...
September 12, 2012 at 5:39 pm
Actually, it isn't. Take a closer look, it is actually subtracting 1 for the day or month entered in the table.
I'm just too slow. Should have checked the post...
September 12, 2012 at 1:42 pm
Lowell (9/12/2012)
/*
2012-02-01 00:00:00.000
2012-03-01 00:00:00.000
2012-04-01 00:00:00.000
*/
CREATE TABLE PS_TestForOnline
(
DAY_ INT,
MONTH_ INT,
YEAR_ INT
);
INSERT INTO PS_TestForOnline
VALUES(1,1,2012);
INSERT INTO PS_TestForOnline
VALUES(1,2,2012);
INSERT INTO PS_TestForOnline
VALUES(1,3,2012);
SELECT...
September 12, 2012 at 1:21 pm
Thanks. I found the way to name the worksheet tabs by setting the page break expression.
You actually dynamically set the tab labels in <2008R2? Might I ask how you...
August 17, 2012 at 6:19 pm
90% of the work is done for you
How do I love thee SQL? Let me count(theWays)..
August 10, 2012 at 6:47 pm
dj1202 (8/10/2012)
I have SQL Server table with values, as follows:
Account - Date -...
August 10, 2012 at 2:47 pm
SQLRNNR (7/11/2012)
jasona.work (7/11/2012)
EL Jerry (7/11/2012)
SQLRNNR (7/11/2012)
exploding grapesExploding Gremlins
"El" Jerry.
Mogwai
Gizmo
Bright light!
July 11, 2012 at 2:32 pm
Right click the row and select Delete Rows. When asked if you want to delete just rows or rows and group, choose just rows.
July 9, 2012 at 7:22 pm
SQLRNNR (7/9/2012)
Cliff Jones (7/9/2012)
Ray K (7/9/2012)
Revenant (7/9/2012)
rhythmk (7/9/2012)
Brandie Tarvin (7/9/2012)
Daniel Bowlin (7/9/2012)
HeatwaveHeatstroke
Engine
Piston
V6
V8
HEMI
Barracuda
July 9, 2012 at 1:27 pm
That is why Jeff is SQL God
+10
June 20, 2012 at 7:43 pm
View the properties pane, either click into the space around the report body, or select Report in the properties report items dropdown list. There is a property for Description....
June 20, 2012 at 7:31 pm
Viewing 15 posts - 1 through 15 (of 172 total)