Viewing 15 posts - 1,681 through 1,695 (of 2,701 total)
you can easily update the code I supplied to flag when a circular happened - I would be pretty sure that that is what is happening to you
potentially outputting the...
March 12, 2020 at 11:49 am
Normally when I am working with rCTE I add a column to prevent circular dependencies (which is what normally causes the max recursion error)
example below is to do with Active...
March 12, 2020 at 10:40 am
Thanks folks. Still looking to find out if AWS RDS will support the Developers Edition or not. I'd look for myself but I don't yet have access.
I think it...
March 11, 2020 at 11:44 pm
Shifting gears a bit... does AWS RDS support the Developers Edition of SQL Server? Also, any idea if they support 2019 yet?
According to licensing terms Developer only on a...
March 11, 2020 at 7:37 pm
same as I gave original - do the data migration yourself without using SSMA
March 11, 2020 at 5:01 pm
none of those are replacements for RDCMAN - those are just Remote Desktop options
just one list - will not recommend any as you will be the one that needs to...
March 11, 2020 at 4:45 pm
did you even bothered googling for it? replacement for RDCMan shows lots of hits
March 11, 2020 at 1:02 pm
did you grant permissions (read/write/list) to everyone to the temp folder of the user that the instance is running under? - this as per my second link above.
For network accounts,...
March 10, 2020 at 1:01 am
Definitely there isn't even a need for db_owner for developers.
Based mainly on the work from Solomon I have implemented a solution in one of our servers (to be expanded to...
March 9, 2020 at 7:42 pm
some people have difficulty understanding what they are being asked to do so lets see if a explanation with images help.
follow the instructions on this link to see if you...
March 9, 2020 at 8:09 am
frederico_fonseca wrote:... spawning 2 -3 weeks) instead of getdate to see its variation
I think you mean 'spanning'.
yeah..
March 8, 2020 at 11:54 pm
its doing more than that - it just happens that today (Sunday) happens to be a week boundary.
try it with multiple dates (consecutives, spawning 2 -3 weeks) instead of getdate...
March 8, 2020 at 7:42 pm
"0" (zero) on these cases means the default value for datetime - which you can determine by a simple change to that code (or by reading the manuals)
March 8, 2020 at 7:17 pm
are you sure? did you run it? and does it really look like the number of weeks that 20 years would have?
March 8, 2020 at 6:56 pm
looks clear enough for some one with your level of experience.
so what seems to be your question after you have run "select DATEADD(wk, DATEDIFF(wk,0,GETDATE()), 0)" to see its result?
March 8, 2020 at 6:26 pm
Viewing 15 posts - 1,681 through 1,695 (of 2,701 total)