Viewing 15 posts - 211 through 225 (of 1,222 total)
fstop (6/16/2014)
June 23, 2014 at 5:54 am
fkarmally (6/19/2014)
June 19, 2014 at 9:09 pm
Each report has a property called "AutoRefresh" - it accepts a number which is the number of seconds after which the report will be refreshed.
June 16, 2014 at 10:07 pm
fstop (6/13/2014)
June 15, 2014 at 9:45 pm
dndaughtery (6/13/2014)
When Using Configurations Do You Have To Set the ConnectionManagers Delay Validation To True?
Normally, there is no need to set delay validation to true when using configuration.
You normally need...
June 15, 2014 at 9:43 pm
raulggonzalez (5/22/2014)
thanks for the question,but why all answers say "only" at the end?? that's a bit confusing since no option has all the types listed in BOL. :w00t:
+1
With the...
May 22, 2014 at 9:34 pm
Try...
SELECT T.Name, Val.Result FROM #tempTEST t
CROSS APPLY [dbo].[CSVtoTable_DHBItem] (t.DataCSV, ',') Val
May 22, 2014 at 9:20 pm
Yes, the documentation does say CTRL + Shift + D however, as far as I can tell, this does nothing when using SSMS 2012. CTRL + D does change...
May 15, 2014 at 10:07 pm
In the subreport - create a new parameter. It will be contain the name of the main report that you want to call from the action on "Return to...
April 29, 2014 at 10:20 pm
sharonsql2013 (4/25/2014)
On The Sub Report I have a text that says : Return to Main Page.
But I don't know How...
April 27, 2014 at 10:37 pm
david.annable (4/4/2014)
Can't you just check the 'Use 1000 separator (,)'?
Yes, you can - this is another way to set the format property. Doing this will set the format property...
April 10, 2014 at 7:05 am
SET NOEXEC might find syntax errors but it doesn't find all errors. I copied a piece of code that included a "RANK... PARTITION BY [invalid column]" - I...
April 7, 2014 at 12:33 am
Transactional replication should be able to do what you need. you do not need to replicate to a table with the same structure as the source table. You...
April 6, 2014 at 9:36 pm
Use the Format "N0" - you can use this in the format property of the field.
April 2, 2014 at 9:01 pm
Viewing 15 posts - 211 through 225 (of 1,222 total)