Viewing 15 posts - 5,566 through 5,580 (of 59,068 total)
Yes. Something is temporarily blocking all those processes and you need to find out what that is.
February 23, 2021 at 4:17 pm
The following will work whether the source data is an INT or VARCHAR(). Of course, it has the same caveat that Phil mentioned.
SELECT end_time/100*60 + end_time%100...
February 22, 2021 at 11:14 pm
My recommendation would be to contact the people that wrote the "Get-DbaProductKey" PoSh snippet and ask them.
February 22, 2021 at 10:49 pm
I work on sql server 2012 . I face issue I can't generate unique Id from merge or concave both columns
Search Parts and Company ID and generated Id must...
February 22, 2021 at 10:45 pm
DATEDIFF(minute, CONVERT(varchar,[begin_time],8) , CONVERT(varchar,[end_time],8)) as [duration]
this was not worked for me could you please help above 3 formats how to get duration
What are the original datatypes...
February 22, 2021 at 10:00 pm
Just checked with the developer and rows are created all at once with no updates.
Just checked with the developer and rows are created all at once with no...
February 22, 2021 at 4:46 pm
This seems like homework. Can you post what you've tried, please?
February 22, 2021 at 2:57 pm
Perhaps instead of my proposed solution I should ask the good folk here how do you handle refactoring a table?
My answer is, of course, "It Depends" on what the...
February 22, 2021 at 2:54 pm
Just a bit of advice... I know your intentions are honorable but there's no way I'd ever download a copy of a company database to a personal machine, if that's...
February 22, 2021 at 1:40 pm
I have an actual TALLY table in my database for Numbers ... is that bad? should I be using a Function?
The use of a physical Tally Table...
February 21, 2021 at 7:50 pm
Sending the same message to the WebMaster does the trick, Kristen. I've made the same mistake in the past and, especially because you're able to identify the post, they can...
February 21, 2021 at 2:11 pm
If you reread what I wrote, you would see that I don't agree with creating a view for future proofing.
I stated that using a view for refactoring is acceptable...
February 21, 2021 at 4:42 am
There are a whole lot of things that SHOULDN'T be done to a table. The fact the matter is, they DO happen in real life, Jeffrey, and you have to...
February 21, 2021 at 2:29 am
I would like to compare two files, that should give me. a Match and No Match output in separite tables. Can somebody send ma screenshot/link of such a ssis...
February 21, 2021 at 2:14 am
Thank you for the response. I am using unique bar codes in both files. I want the result to split in two, match and no match OlE DBs.
When...
February 21, 2021 at 1:56 am
Viewing 15 posts - 5,566 through 5,580 (of 59,068 total)