Viewing 15 posts - 1 through 15 (of 87 total)
is this a stored proc?
if so, extend the variable declaration to accept the additional text.
January 16, 2013 at 3:14 am
this works in excel, sure it would in SSRS
get minutes EG(120)/1440 =0.08
format as HH:MM =02:00
June 21, 2012 at 10:22 am
Another option apart from all listed above is an aggregated table. All this does is stores the calc result by the group by you select/chose.
As a rule of thumb, you...
November 7, 2011 at 12:52 am
think I remember this error.
copy the URL
right click brower and run as Administrator
once open grant access to your user role
hope this works
November 1, 2011 at 9:47 am
Some more details would help...
Under the 'Web Service URL' tab, it should give you the URL link
November 1, 2011 at 9:29 am
Howdy,
My 2 cents is build now to scale later.
Store data on the most granular level.
Based on your requirements, cubes will be ideally suited.
Different dimensions can later be added to view...
November 1, 2011 at 9:24 am
Ian Scarlett (3/25/2011)
Craig Farrell (3/24/2011)
If you're going to be arrogant, dismissive, and insulting, at least get it right.
Almost every post I have seen from Celko has been arrogant, dismissive and...
March 28, 2011 at 6:26 am
An alternate to the row_number() function would be to create a table with an identity (1,1) column.
All we are trying to acheive is a sequential increase by 1, which the...
March 28, 2011 at 1:09 am
This was the original version that I created.
The only difference is, should it fail eg space limitations, it will not give the effected DB.
By adding '@DBName' + errormessage() on the...
February 15, 2011 at 12:00 am
Hi Ken,
Sorry about that.
please try below:
USE [master]
GO
/****** Object: StoredProcedure [dbo].[USP_BackupDatabasesOnPr01] Script Date: 02/14/2011 09:04:17 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
alter Proc [dbo].[USP_BackupDatabasesOnPr01] -- exec USP_BackupDatabasesOnPr01 'V:\Data\January...
February 14, 2011 at 5:08 am
Pleasure bud,
I'm glad you can use it.
February 8, 2011 at 9:34 am
Yes you can,
But give it a shot and post for any assistance reqiured.
January 12, 2011 at 10:43 pm
EML (1/12/2011)
I'm really sorry i did not reply to your message straight away.
I did get it all working in the end. Very similar to the code above.
If you need...
January 12, 2011 at 3:49 am
Pleasure,
If your table is rather large, I would insert the subquery in a temp table.
January 12, 2011 at 3:27 am
thank you very much..........
still i need to refine like this........here we r printing year,mth,day in a single column..can u tell how to put that yr,mth,day in a seperate columns..
can...
January 12, 2011 at 3:25 am
Viewing 15 posts - 1 through 15 (of 87 total)