Viewing 15 posts - 631 through 645 (of 2,356 total)
@michael-2 , No its not backing the Primary Up...It ignores it (Though I unchecked the option 'Ignore Databases that are Not Online')..I get the warming you mentioned above ,...
November 24, 2021 at 10:39 pm
I think the first step would be to understand how most ransomware infects a system.
I'm not sure I've seen a documented case where the entry point for ransomware was a...
November 22, 2021 at 7:38 pm
they are definitely INTs...
the field only has two values 5 and NULL/empty
The example I gave (,-0.0143,3965.54,3986.34,0,,,,,) are for the record. the problem areas are the ,, ones. Excel shows...
November 22, 2021 at 5:26 pm
i am seeing this
,-0.0143,3965.54,3986.34,0,,,,,
How do i address this? VARCHAR approach as suggested earlier? or a different one?
These are not integers
-0.0143
3965.54
If you convert these to integers, you will get 0...
November 22, 2021 at 5:08 pm
Are you saying that the maintenance plan is excluding databases that are part of an availability group, or it's not backing up the databases on the secondary?
I have not used...
November 22, 2021 at 4:50 pm
An identity will increment when an attempt to insert occurs. If the insert fails, the identity will still increment.
When SQL is restarted, identities increment by 1000. So, if the last...
November 22, 2021 at 4:31 pm
How do you want to filter the data?
I like to do it in case statement so I could bring other similar queries.
Can you explain that?
If you have a group by,...
November 22, 2021 at 4:27 pm
Oh, and have I mentioned how much I am starting to hate Power BI?
why?? it is such a "wonderful" tool.. and so so easy to deploy and work...
November 18, 2021 at 7:07 pm
Oh, and have I mentioned how much I am starting to hate Power BI?
November 18, 2021 at 6:05 pm
Here is what you are looking for
November 17, 2021 at 11:09 pm
I think parameterized dynamic SQL is going to be you best bet.
Here are a few links
https://sqlinthewild.co.za/index.php/2018/03/13/revisiting-catch-all-queries/
November 17, 2021 at 11:07 pm
You have a very good vendor.
I've, personally, found that most are happy to accommodate if you reach out. I find more that people aren't willing to try asking,...
November 17, 2021 at 9:37 pm
A primary key is really just a unique index (clustered or not, depending on how it was created). Microsoft has wrapped it w/ some logic that syntactically implements it...
November 17, 2021 at 8:06 pm
How about this approach?
Parse out the columns that do not contain an embedded delimiter.
Use the REPLACE function to strip out the parsed columns.
What's left, in this example, is the CCC...
November 17, 2021 at 7:01 pm
It's probably not necessary. It offends our sense of consistency and aesthetics, but the clustered index serves the same purpose. Most SQL Server limitations involving primary key will work...
November 17, 2021 at 6:53 pm
Viewing 15 posts - 631 through 645 (of 2,356 total)