Viewing 15 posts - 511 through 525 (of 9,641 total)
SQLRNNR (12/2/2014)
Chad Crawford (12/2/2014)
Stefan Krzywicki (12/2/2014)
How do you view the queries it generates? Are they persisted somewhere? Do you just see them through Perfmon? Something else?
Perfmon for us too....
December 3, 2014 at 6:21 am
What are you rendering the report as in the subscription?
December 2, 2014 at 11:12 am
Not that I'm aware of. If this is for in-house developed databases I'd suggest using source control either with SSDT database projects or RedGate SQL Source Control. RedGate...
December 2, 2014 at 11:11 am
The LOOKUP function is what popped into my head, but I'm not positive that this will work.
December 2, 2014 at 11:06 am
Sounds like you want to customize the display of the report in Report Manager. Unfortunately SSRS doesn't give us control over how the report manager looks. You could look...
December 2, 2014 at 11:02 am
Stefan Krzywicki (12/2/2014)
How do you view the queries it generates? Are they persisted somewhere? Do you just see them through Perfmon? Something else?
There are all the regular ways in SQL...
December 2, 2014 at 10:54 am
Ed Wagner (12/2/2014)
GilaMonster (12/2/2014)
Sean Lange (12/2/2014)
December 2, 2014 at 10:43 am
Glad I could. I'm still working in 2008 and I've had the same thing happen to me with some packages written by others.
December 2, 2014 at 7:39 am
Igor Micev (12/1/2014)
Jack Corbett (12/1/2014)
December 1, 2014 at 3:01 pm
I always point people with MaxDOP setting questions to this KB Article to start with. It sounds like in your situation with only 4 cores 0 is probably okay,...
December 1, 2014 at 1:41 pm
Yes, all these troubleshooting options are useful when the issue is occurring.
It sounds like the database was restarted and whatever transaction that caused the log to grow was lost (the...
December 1, 2014 at 1:37 pm
Sounds like there are expressions setting the database name. Right-click on the connection manager and select properties. Then expand the Expressions property. This should show you...
December 1, 2014 at 12:09 pm
Did you restart SQL Server? According to this BOL Article the new name is recognized at SQL server startup.
December 1, 2014 at 11:44 am
First thing to look at is the log_reuse_wait_desc in sys.databases. Then you can look at DBCC OPENTRAN() or query the sys.dm_tran_% DMV's to see what the transaction is.
As a...
December 1, 2014 at 11:40 am
Viewing 15 posts - 511 through 525 (of 9,641 total)