Viewing 15 posts - 271 through 285 (of 748 total)
The trick is: you need to drag the pane around to whichever corner you want to dock and you will see where is dockable when you drag it around.:-D
February 20, 2013 at 5:58 pm
I just found the trick, the designer is really naughty on this.
February 20, 2013 at 12:41 pm
math martinez (2/15/2013)
February 16, 2013 at 7:52 am
I know how to create the csv and send it as attachment using the sp mentioned above, I am just worrying if there might be any privilege restriction
February 15, 2013 at 7:34 pm
Thank you, that's the point
February 6, 2013 at 2:05 pm
I found the cause: I have another debugging process running, once that one stops, this one works.
February 6, 2013 at 1:47 pm
Thank you all for the replies
January 21, 2013 at 8:34 am
Problem identified, removing prefix in FROM AOR.[dbo].[fnGetAllClassificationRanking]() c resolves the issue
January 17, 2013 at 9:32 am
Thank you, I will try to fix it myself
November 6, 2012 at 8:52 am
If you don't mind, here is the sp, thank you very much.
USE [Pergamum]
GO
/****** Object: StoredProcedure [dbo].[spGetDeviationReportNew2] Script Date: 11/06/2012 09:54:34 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- Stored...
November 6, 2012 at 8:37 am
Goodness me! Thank you so much for so detailed reply.
I changed varchar to nvarchar for @sql and @due, it throws me more errors:
Msg 102, Level 15, State 1, Line 1
Incorrect...
November 6, 2012 at 8:32 am
GSquared (11/6/2012)
EXEC sp_executeSQL 'Select...
November 6, 2012 at 8:02 am
I fixed the problem, caused by a missing privilege grant on one table that the sp is refering to.
Thanks for all viewers.
October 2, 2012 at 2:44 pm
Here is my new finding:
I started profiler, I got different trace for
EXECUTE AS user = 'testbns\AOR'
EXECUTE spDashboardByCategoryID 1
REVERT
GO
EXECUTE spDashboardByCategoryID 1
Please see the attached screenshot: the top line and the...
October 2, 2012 at 1:24 pm
Got a new finding here:
I tried to run the sp as the identity:
EXECUTE AS user = 'testbns\AOR'
EXECUTE spDashboardByCategoryID 1
REVERT
It DOESN'T return any data and no any error message.
I tried to...
October 2, 2012 at 12:38 pm
Viewing 15 posts - 271 through 285 (of 748 total)