Viewing 15 posts - 1,021 through 1,035 (of 7,429 total)
Reporting Services has to be installed on the same machine as SQL Server or you have to install SQL Server )Standard or Enterprise) on the IIS Server to support RS.
Read...
April 5, 2006 at 11:29 am
Which Preview tab? The one in the website Report Manager or in the Visual Studio developement environment?
If the web sounds like you don't have your data source defined or incorrect...
April 4, 2006 at 2:29 pm
Like everyone else I have pulled the forgotten WHERE clause when highlighting rows so I adopted having BEGIN TRAN in all to be sure I can rollback or commit if...
April 4, 2006 at 11:35 am
Where are you wanting to perform the query from? Query Anaylzer (ex) the only way is copy and paste if the server is remote to your machine and the file...
April 4, 2006 at 11:21 am
Sorry I don't but there have been several books which many people have suggested. However, what are you looking to address?
April 4, 2006 at 11:19 am
Actually I would consider the Index rebuild first and then the file system defrag. The reason is you are going to creqate additional fragmentation in the rebuild process since the...
April 4, 2006 at 10:54 am
Then just store as the numeric itself. However the application or a output will need to ad the $, you cannot store with the $ in the current field.
April 4, 2006 at 10:48 am
Try adding an additional step but leave on Success of the current last step as quit with success. Change on fail to goto next step then create a step to...
April 4, 2006 at 10:09 am
What does the result of
'$ '+ convert(varchar(30), sum(lu.Private))
look like when done? Is it $1.00 or something like that?
If so you might consider using the Money datatype.
April 4, 2006 at 10:03 am
If a simple list then there is no difference as the query engine translates treates both as OR. The major gain is that IN is much easier to read than...
March 29, 2006 at 2:31 pm
So I take it didn't work for you? I was able to get it to work for me. You do have the image defined as external right?
March 29, 2006 at 12:24 pm
After just a bit of digging and testing I now understand why. If you place the url in the image it doesn't show up unless they location is a public...
March 29, 2006 at 9:21 am
Could be several things however how long does this by itself take and how many rows are returned.
(Note: I remove unreferenced columns from the subquery)
select
refd.BusinessDay as RefundDay ,
refd.unitnumber as...
March 29, 2006 at 8:39 am
Viewing 15 posts - 1,021 through 1,035 (of 7,429 total)