Viewing 4 posts - 1 through 4 (of 4 total)
1) When I restored to different server the owner of the db is showing my name. Is there any way to change this automatically without running manual script -- you...
June 21, 2016 at 4:28 pm
Hello -
Check out this thread, it is the same thing: http://www.sqlservercentral.com/Forums/Topic1554224-150-1.aspx
Basically set the Visibility using an expression that uses the parameter values.
Jesse
October 23, 2015 at 4:32 pm
Agreed with the above comments but here is what Luis is talking about in a query. I am not sure if this works for your data but it might...
July 31, 2015 at 3:51 pm
I agree with GilaMonster ... DateValue >= @StartDate and DateValue < dateadd(Day,1,@EndDate). If @startDate = '07/01/2015' and @endDate = '07/30/2015' you get all of the end date, including time:...
July 31, 2015 at 3:44 pm
Viewing 4 posts - 1 through 4 (of 4 total)