Viewing 15 posts - 676 through 690 (of 1,034 total)
Nakul Vachhrajani (9/15/2010)
Hey, Mark!
That's really good to know!
Coincidence is a great phenomenon - I wonder how they happen?
Have a wonderful rest-of-the-week ahead!
For me,
around here this happens about once every 3...
September 15, 2010 at 9:07 am
I don't even know how excitingly appropriate this is.
Yesterday I learned about savepoints. Today a trigger that was invoking a stored procedure that created an inner transaction and rolled...
September 15, 2010 at 8:38 am
LUCAB (9/14/2010)
I learned that my wrong answer can be obtained with a SAVEPOINT:
SAVE TRAN InnerTranSavePoint --...
September 14, 2010 at 7:04 am
Well your dev report server still has connections on it.. so you can point them to the dev database server for this sort of purpose.
I know it's what we use...
September 10, 2010 at 3:01 pm
not sure if this will help or not...
I'm guessing you're using VB in the reports to do this and so
Just the DateTime part of a DateTimeOffset value
=Fields!MyDatetimeOffset.Value.DateTime
http://technet.microsoft.com/en-us/library/dd255246.aspx
If...
September 10, 2010 at 2:59 pm
Modify the data source to point at the production server and then save the report to the production report server/sharepoint site.
September 10, 2010 at 2:48 pm
If you're reporting off of production data, and the structures of the database are being changed on the development SQL server, where can you work to test/update your existing reports/report...
September 10, 2010 at 2:46 pm
For example, here's a query built in Query designer
<SemanticQuery xmlns="http://schemas.microsoft.com/sqlserver/2004/10/semanticmodeling" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:qd="http://schemas.microsoft.com/sqlserver/2004/11/semanticquerydesign" xmlns:rb="http://schemas.microsoft.com/sqlserver/2004/11/reportbuilder">
<Hierarchies>
<Hierarchy>
<BaseEntity>
...
September 10, 2010 at 10:15 am
Tracked this one down...
Under site permissions, pick permissions levels.
Edit the group as appropirate and give Manage alerts permission to the group.
September 10, 2010 at 7:26 am
Nope that works great, and follows the KISS principle.
I was just looking for something cooler... because well... I wanted something nifty.
But this works great.
September 3, 2010 at 8:48 am
RalphWilson (9/1/2010)
September 1, 2010 at 8:36 am
UncleJimBob (8/31/2010)
I ran into performance issues caused by parameter sniffing so many times using this type of constructat work that I had to stop using it.
TRACEFLAG 4136 will be your...
September 1, 2010 at 7:30 am
David.Poole (8/31/2010)
The other thing I...
September 1, 2010 at 7:27 am
LSAdvantage (8/31/2010)
August 31, 2010 at 3:04 pm
RalphWilson (8/31/2010)
mtassin (8/31/2010)
RalphWilson (8/30/2010)
To put it mildly, that really screws up trying to do any overall input and analysis of the test results because the input process is a specialized...
August 31, 2010 at 10:45 am
Viewing 15 posts - 676 through 690 (of 1,034 total)