Viewing 15 posts - 1,321 through 1,335 (of 39,538 total)
Hard to tell without code and output given.
May 18, 2022 at 10:45 am
Which user? Do you mean the user that you specify as the credential when you create the linked server? This is a credential on the remote database that you have...
May 18, 2022 at 10:43 am
It's not quite clear what you mean by API and what you're doing with FileStream (FS).
This is designed to give concurrent access to blob items at a higher rate than...
May 18, 2022 at 10:09 am
Please don't cross post.
Replies here: https://www.sqlservercentral.com/forums/topic/sql-filestream-concurrency-support-2
May 18, 2022 at 9:36 am
How are the jobs structured? If you are looking for a specific db, is this because you don't care about some, or you really need to know whether to respond?...
May 17, 2022 at 2:41 pm
You would have a job that runs something like this:
SELECT sj.name
, DATEDIFF(MINUTE, sja.start_execution_date, GETDATE()) AS MinuteExecuting
, sja.start_execution_date
FROM msdb.dbo.sysjobactivity AS sja
INNER JOIN...
May 17, 2022 at 12:39 pm
happy to help. A common mistake that people make.
May 17, 2022 at 10:46 am
Couple things. Is port 1434 opened for UDP or TCP? The former is needed.
If you get the port for the named instance, can you connect remotely? This is in the...
May 16, 2022 at 3:04 pm
That's a good test. Did the person with the cert try anything outside of the training? Did they actually write their own trigger or just read about how they work?
Those...
May 16, 2022 at 3:02 pm
Good comments. The certifications do show some motivation and effort. Not sure they do a lot to test competency, but at least you know someone can learn and memorize something,...
May 16, 2022 at 2:25 pm
It's good to pass along this information. This is one of the great advantages of our technical age.
We use a website called Nextdoor.com lots.
A double-edged sword, but I...
May 11, 2022 at 1:21 pm
This is definitely a big theme through my career. Trust is very easy to lose and tough to regain. If you can't be sure don't promise.
I'm not the cleverest...
May 11, 2022 at 1:17 pm
Databases are separate things.
You could query for select count(*) from sys.fulltext_indexes and run that through a loop or sp_msforeach_db to execute in every database. That's the only way you can...
May 11, 2022 at 1:57 am
Express has little power and data limits. If they live with those, and perhaps they can, then it will work fine.
May 10, 2022 at 5:00 pm
I'd think there is some admin headaches, someone might move a file or delete something thinking it's not important. There might be corruption that goes undetected, but those are really...
May 10, 2022 at 4:59 pm
Viewing 15 posts - 1,321 through 1,335 (of 39,538 total)