Viewing 15 posts - 226 through 240 (of 637 total)
January 13, 2017 at 2:33 pm
January 13, 2017 at 2:04 pm
January 13, 2017 at 12:58 pm
January 13, 2017 at 12:19 pm
January 13, 2017 at 11:34 am
Chris:
How do we know that a report was run manually or via a schedule ? Will this be correct ?
Use ReportServer
go
select ReportPath , COUNT(*) as CNT ...
January 3, 2017 at 2:21 pm
Cool
Our server is 2008. So the following worked
Use ReportServer
go
select TimeStart ts , * from ExecutionLog order by TimeStart DESC
select TimeStart ts , * from ExecutionLog2 order by TimeStart...
January 3, 2017 at 2:13 pm
Lowell, Luis Thanks
Your solutions work.
I am using the code for a one time test.. So it doesn't mater LOOP or OTHER .
Lowells solution is great ( in one...
December 29, 2016 at 8:22 am
THOM A: I wanted you to modify the code for me.. (Please )
Never mind!
Done!
It works!
No Help needed.
Declare @c Bigint
Declare @i int
Declare @str NVARCHAR(1000)
Select @i=1
While( @i <= 24 )
Begin...
December 29, 2016 at 7:17 am
Ed: It used to send , suddenly it stopped.
December 22, 2016 at 8:28 am
ZZartin: Found the error. There was a value '4,000.00'
I managed to take care of that by doing a CAST( (CAST ( COL as MONEY )) as ...
December 1, 2016 at 5:02 pm
YES
It works for me ( because I have VS2015 installed on my desktop 0 So the connection info is perfect. It is a compatibility issue where a report produced in...
November 21, 2016 at 4:13 pm
Thanks GM and LUIS..
The following command did work
CREATE DATABASE AdventureWorks2012_Data
ON (FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup\AdventureWorksDW2012_Data.mdf')
FOR ATTACH_REBUILD_LOG
Go
November 15, 2016 at 7:49 am
GM
I am assuming that this Db will have those tables that start with the "DM" prefix ( Ex: DmDate )
November 15, 2016 at 7:28 am
Did a RightClick on Database and Selected [highlight="#F5CC33"] Restore Database[/highlight]
I followed the steps on http://www.techjunkieblog.com/2014/08/installing-adventureworks-sample.html
However the "OK" button is greyed out.
See the attached picture .... Somehow when...
November 15, 2016 at 7:11 am
Viewing 15 posts - 226 through 240 (of 637 total)