Viewing 15 posts - 181 through 195 (of 1,192 total)
venoym (3/4/2015)
Steve Jones - SSC Editor (2/27/2015)
I think Dr. Spock was my favorite character from Star Trek and I've got fond memories of his...
March 4, 2015 at 10:27 am
Sounds like a pretty good summary of the various situations to me.
March 4, 2015 at 10:22 am
Have you restarted the RS service after changing the value? I'd probably have used the GUI rather than editing the table directly too.
March 3, 2015 at 6:32 am
This may help: http://www.sqlskills.com/blogs/paul/how-do-checkpoints-work-and-what-gets-logged/
Notably:
All dirty data file pages for the database are written to disk (all pages that have changed in memory since they were read from disk or...
March 3, 2015 at 5:57 am
Pretty sure you need at least Professional Edition of VS to connect to TFS.
March 3, 2015 at 5:39 am
andrew gothard (2/25/2015)
Brandie Tarvin (2/25/2015)
February 25, 2015 at 6:55 am
Have a look at TRY_CONVERT https://msdn.microsoft.com/en-us/library/hh230993.aspx
You'll need to do some extra CASTing and probably an ISNULL aswell to achieve what you want.
February 20, 2015 at 10:39 am
Wildcat91 (2/20/2015)
Could we just have one centralized SSRS install and utilize all of these same reports by creating data sources for each that would point to the appropriate database server?
Yep,...
February 20, 2015 at 10:17 am
Change Visibility back to Show radio button, as far as I can tell you don't need anything on that tab.
The Switch statement you've posted I think will work, pretty sure...
February 18, 2015 at 10:21 am
The visibility expression has to return a boolean true/false value.
The only way to get that to work would be embed all images & set the visibility flag on each individually,...
February 18, 2015 at 8:42 am
Brandie Tarvin (2/13/2015)
SqlSanctum (2/13/2015)
Koen Verbeeck (2/13/2015)
Brandie Tarvin (2/13/2015)
February 13, 2015 at 8:22 am
dwain.c (2/10/2015)
February 12, 2015 at 3:41 am
Make sure you're running it in the right database context if you're using a hard coded object_id in the where clause (just defining it in the function isn't enough).
There's a...
February 6, 2015 at 8:08 am
Could you give us the full query you're using to return data from the DMV?
Thanks
February 6, 2015 at 4:30 am
Viewing 15 posts - 181 through 195 (of 1,192 total)