Viewing 15 posts - 1,891 through 1,905 (of 2,679 total)
there may be a misunderstanding of what you consider a NULL value on the column - if a Column is NULL then there is no char to replace at all...
October 9, 2019 at 6:12 pm
what type of replication do you have setup ?
if SQL Server replication then only the tables you select for replication will be replicated.
If SAN replication then all objects on the...
October 9, 2019 at 8:19 am
AG = Availability Group
WCF = Windows Failover Cluster
October 8, 2019 at 11:09 pm
Adding to the above - if any one customer is "misbehaving" you can (and probably should on this situation) use Resource Governor to limit the use of server resources.
But unless...
October 8, 2019 at 9:11 pm
Not sure about the correct answer to you so maybe others will give required feedback.
but why not drop the user completely and replace it with a GMSA instead? that way...
October 7, 2019 at 8:15 pm
also take in consideration the SQL Server licensing - physical vs virtual isn't the same and having standard or enterprise also changes what you can do with it.
example using your...
October 7, 2019 at 8:13 pm
Unless you already have a monitoring tool in place then there is nothing you can do to report past events
If you do have a tool then use it.
If not then...
October 7, 2019 at 9:09 am
what if it was the following?
Values (1, 12, '2019-09-01T07:00:00')
, (1, 12, '2019-09-11T07:00:00')
, (1, 11, '2019-08-15T07:00:00') -- one...
October 5, 2019 at 8:14 pm
yes - that is what I said was wrong - both the 12/120 and the ()
October 3, 2019 at 8:26 am
It will depend on the version of SQL Server
If 2012+ then yes otherwise that db won't exist and will not prove that SSIS wasn't installed.
The only way to know for...
October 3, 2019 at 8:06 am
when the source data incorporates date ranges that span a few month they it is sometimes possible to analyse the data as part of the load process and see which...
October 3, 2019 at 8:01 am
not saying if code is right or wrong, neither would it matter for the interviewers.
It shows a good attempt at solving the issue even if syntax wise it could be...
October 3, 2019 at 7:54 am
you have 2 errors.
first the excel result is 2.2892064 and not 22.9 as you mention
second, and this is the important one, your formulas are not the same
last block on excel...
October 3, 2019 at 7:45 am
I would say that particular keywords of the create/alter index statement are part of that command definition, not part of the object that is object of the command
object static properties...
October 2, 2019 at 7:57 am
ok. thanks for the explanation.
Could you also confirm if when a single non mod flags a new thread does it flag it immediately? It seems to me that when I...
September 30, 2019 at 6:16 pm
Viewing 15 posts - 1,891 through 1,905 (of 2,679 total)