Viewing 15 posts - 16 through 30 (of 66 total)
Grant Fritchey works for them, so he will say good things about SQL Monitor.
Has anyone used SQL Monitor here? I am looking more of a review.
November 21, 2013 at 6:11 am
Kurt, I agree with you and I don't like the way it is. But it's one of those things that I users need it "Immediately" and I didn't...
November 14, 2013 at 7:11 am
Keith, Thanks. That did the Trick. Here is the correct Code:
END TRY
BEGIN CATCH
...
November 12, 2013 at 9:26 am
Thanks. good idea for using the breakpoints. I think I'll do that and post my answer here later. I read up and there are other instances where file system...
September 27, 2013 at 5:34 am
See picture... Do you see the same options as I do? What version of SSMS did you install?
September 13, 2013 at 2:21 pm
The "Duration" column in the Profiler. In SQL 2008, it shows the timings in Microseconds (i.e. divide by a million to get seconds) and in SQL 2005, it shows...
September 10, 2013 at 2:06 pm
My Regular account is listed under membership. My intention was to give my regular account access to Analysis service. Currently my regular account doesn't have access even thought...
September 10, 2013 at 11:55 am
Run This code on your report server database and it will give you an schedule to see if you are running multiple reports at the same time
SELECT * FROM...
April 30, 2013 at 7:22 am
Do you have any other processes running on the database at the time of Subscription? For example, back of the Report server Database. It might explain the occasional...
April 30, 2013 at 7:10 am
Thank you both of you. It's really good information.
I have been reading about running Perfmon data, but then yesterday I figured out that it doesn't really apply here...
April 30, 2013 at 7:03 am
Data Conversion task is a Syncronous transform, it shouldn't be taking 3hrs for 5,000 records. Please post screen shot of your package.
Alternatively, you can use T-SQL to conver...
March 25, 2013 at 6:00 am
Read up on datawarehousing and Denormalization, that will help.
Basically, you do have three different date values. This those dates are describing(dimension) the values in the fact table.
March 22, 2013 at 1:28 pm
I would use SSIS to export data to a DB, access or SQL. You can schedule this to run at any frequency you like.
Then I would have SSRS access...
March 22, 2013 at 1:18 pm
wait, I don't understand. You want to sum the up percentages? If you are summing up the percentages, then it would be 487.5%. Or you are looking for...
October 16, 2012 at 10:06 am
So I changed EnableAuthPersistence to False, but still no Luck. Any ideas?
October 2, 2012 at 5:45 am
Viewing 15 posts - 16 through 30 (of 66 total)