Viewing 15 posts - 226 through 240 (of 748 total)
Sean Lange (2/21/2014)
Also, you might want to look at your insert statements. They don't have all the columns listed.
Yes you are right, sorry about it, fake data.
February 21, 2014 at 6:02 pm
ScottPletcher (2/21/2014)
SELECT
Owner, CAST(YEAR(Quarter) AS char(4)) + 'Q' + CAST(DATENAME(QUARTER, Quarter)...
February 21, 2014 at 6:01 pm
Sorry if the fake data confused you.
February 21, 2014 at 5:31 pm
Thank you dwain
February 12, 2014 at 10:38 am
Thank you very much for the quick and neat solution
February 11, 2014 at 1:41 pm
HanShi (2/11/2014)
February 11, 2014 at 1:33 pm
Please refer to the code to generate sample table/data, thanks.
CREATE TABLE [dbo].[Ticket](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Ref] [varchar](10) NULL,
[CreatedOn] [datetime] NULL,
[State] [varchar](10) NULL
) ON [PRIMARY]
GO
--Open data for each quarter in 2013
insert...
February 11, 2014 at 1:32 pm
I resolved the issue by re-installed everything, thanks.
February 5, 2014 at 11:36 am
Maddave (2/5/2014)
The MSSQLSERVER in the service name shows it is a default instance, so you should just be able to put in the hostname of the server.
Unfortunately still not working!
I've...
February 5, 2014 at 9:24 am
This is what I have:
Binary Path: C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin\ReportingServicesService.exe
Host Name: TISR9C5N5V
Name: SQL Server Reporting Services (MSSQLSERVER)
What should then I use as Server Name? When I open up the...
February 5, 2014 at 8:57 am
issue resolved: the path is different than dev machine
January 24, 2014 at 11:25 am
Finally I saw the emails with attachment, there is nothing wrong with my code or my configuration on the server, the emails arrived: not in inbox but in Junk....
January 16, 2014 at 11:44 am
After checked sent email using:
msdb.dbo.sysmail_sentitems
It turns out the test email is sent, but why it doesn't arrive in my inbox? the attachment is just pure text file. .log is not...
January 16, 2014 at 10:22 am
Thanks for all replies, I think I should forget it
January 15, 2014 at 7:07 pm
I am working on a Dundas Dashboard project, DD allows user to connect to a database using a different domain id as long as the id's password is pre-inputted into...
January 15, 2014 at 12:00 pm
Viewing 15 posts - 226 through 240 (of 748 total)