Viewing 15 posts - 226 through 240 (of 2,044 total)
CLOUD based setup: Do you mean that the monitoring tool should run in the cloud
And you want it to monitor on-premises databases (Servers ON-Prime)?
Or a monitoring tool that runs in...
December 19, 2022 at 3:22 pm
Thanks for posting the commandline.
I can't help you further with rs.exe. We execute reports using urls. Does it stop immediately, after a fixed amount of time, ...
Any oracle timeouts set...
December 13, 2022 at 1:01 pm
ORA-01013: user requested cancel of current operation
Your Oracle command is likely timing out.
Have a check on RPTUSER.CM_UNBILLED_DATA_P1
Did you set the -l parameter of rs.exe? (timeout)
December 13, 2022 at 8:40 am
Thanks for posting the solution
December 6, 2022 at 10:55 am
Where do you find "run in debug"?
December 1, 2022 at 1:37 pm
It isn't build in to restore selected tables. Perhaps with 3th party software?
I hope benefits / motiviation of consolidating all databases into one outweighs the hassles with recovery (recovery time...
December 1, 2022 at 1:21 pm
If you are only interested in EntityType, you could use an nonclustered index on it. With a bit luck it only uses this index on one field instead of the...
November 30, 2022 at 12:29 pm
If I run your code I get
Msg 137, Level 15, State 2, Line 17
Must declare the scalar variable "@listid".
Is it possible to have some sample data in...
November 29, 2022 at 10:52 am
MS has a whole page on it
November 23, 2022 at 9:40 am
You could use sp_humanevents (Erik Darling) https://www.erikdarlingdata.com/sp_humanevents/
To capture the waits while it is slow or log it to a table
Tools like sp_Blitz, sp_Blitzfirst (Brent Ozar) to have a quick...
November 9, 2022 at 9:48 am
Can you elaborate it a bit more? What is meant with "generates a output of adding 1 every second month"
0 = beginning of month?
1= end of month
float, secondes passed since...
November 7, 2022 at 12:11 pm
Do you work with the "Join" function in SSRS for passing multiple values?
November 7, 2022 at 12:08 pm
Not sure why it displays double ??
Wikipedia contains an overview of western codepages https://en.wikipedia.org/wiki/Western_Latin_character_sets_(computing)
https://en.wikipedia.org/wiki/Code_page_850
Looks like is is due memory limitations in the earlier days of MS-DOS
October 31, 2022 at 9:31 am
What do you mean exactly with but how do I format this for SSRS?
SSRS has date functions http://venkateswarlu.net/MSBI/ssrs/SSRS_Common_Functions_Date_Time.aspx
October 27, 2022 at 3:55 pm
Viewing 15 posts - 226 through 240 (of 2,044 total)